This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
61
CSF Firewall / Re: Disable email notifications like "lfd on vps: blocked ip..."
« on: June 11, 2020, 05:53:28 AM »
I have try anithing and I am receiving every hour hundreds of email notifications.
I also whitelisted them in firewall by adding in the file: /etc/csf/csf.pignore
exe:/usr/local/bin/php-cgi
Why you are not specifing?
I also whitelisted them in firewall by adding in the file: /etc/csf/csf.pignore
exe:/usr/local/bin/php-cgi
Why you are not specifing?
62
CentOS-WebPanel GUI / Re: Disk IO usage graph is not working
« on: May 22, 2020, 11:38:33 AM »
I have tried so many VPS hosting companies and quotas never worked. How can I enable them? Is there a global documentation for that?
From where do I start please?
From where do I start please?
63
E-Mail / Re: Roundcube login redirects to blank page
« on: May 16, 2020, 05:51:00 AM »
I tried to loggin to Roundcube, but blank screen after that. Then I copied the log.
Roundcube does not even login.
Roundcube does not even login.
64
E-Mail / Re: Roundcube login redirects to blank page
« on: May 15, 2020, 03:20:12 PM »
The latest include:
(thanks)
Code: [Select]
2020/05/15 11:17:28 [info] 3977#0: *11934 client 127.0.0.1 closed keepalive connection
2020/05/15 11:17:28 [notice] 3978#0: *11936 "^/v1/([^/]+)/?$" matches "/v1/notificationcenter/", client: 127.0.0.1, server: localhost, request: "POST /v1/notificationcenter/ HTTP/1.1", host: "127.0.0.1:2302"
2020/05/15 11:17:28 [notice] 3978#0: *11936 rewritten data: "/v1/index.php", args: "method=", client: 127.0.0.1, server: localhost, request: "POST /v1/notificationcenter/ HTTP/1.1", host: "127.0.0.1:2302"
2020/05/15 11:17:28 [info] 3978#0: *11936 client 127.0.0.1 closed keepalive connection
2020/05/15 11:17:28 [error] 3978#0: *11863 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined variable: data in /usr/local/cwpsrv/var/services/users/index.php on line 0
PHP message: PHP Notice: Undefined variable: userposible in /usr/local/cwpsrv/var/services/users/index.php on line 0
PHP message: PHP Notice: Undefined index: view_band_graph in /usr/local/cwpsrv/var/services/user_files/modules/preferences/index.php on line 0
PHP message: PHP Notice: Undefined index: view_band_graph in /usr/local/cwpsrv/var/services/user_files/modules/preferences/index.php on line 0
PHP message: PHP Notice: Undefined index: sessionip in /usr/local/cwpsrv/var/services/users/index.php on line 0" while reading response header from upstream, client: 5.55.42.31, server: localhost, request: "GET /cwp_84c8737d5a1d27cc/trvlaskm/? HTTP/1.1", upstream: "fastcgi://unix:/usr/local/cwp/php71/var/sockets/trvlaskm.sock:", host: "185.244.129.210:2083", referrer: "https://185.244.129.210:2083/cwp_84c8737d5a1d27cc/trvlaskm/"
2020/05/15 11:17:41 [error] 3978#0: *11956 open() "/usr/local/cwpsrv/htdocs/admin/favicon.ico" failed (2: No such file or directory), client: 5.55.42.31, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "185.244.129.210:2031"
(thanks)
65
E-Mail / Roundcube login redirects to blank page
« on: May 15, 2020, 11:33:08 AM »
Hello,
I have many CWP PRO licences where at EVERY CWP installation I am facing the following problem:
When trying to login to my-IP:2031/roundcube/ then after click on Login I get a blank page and redirect to my-IP:2031/roundcube/?_task=login again.
Please advise.
I have many CWP PRO licences where at EVERY CWP installation I am facing the following problem:
When trying to login to my-IP:2031/roundcube/ then after click on Login I get a blank page and redirect to my-IP:2031/roundcube/?_task=login again.
Please advise.
66
CentOS-WebPanel GUI / Re: Disk IO usage graph is not working
« on: April 23, 2020, 07:41:05 AM »
Finally, I am using CWP PRO with more than 20 websites and I have never enabled quotas.
I can not understand why this is not working.
I can not understand why this is not working.
67
CSF Firewall / Disable email notifications like "lfd on vps: blocked ip..."
« on: April 10, 2020, 07:00:53 AM »
Hello,
Can you please advise on HOW TO TURN OFF in CWP the following email notifications with subject:
lfd on vps: blocked 123.456.789.123 (Location/-)
I receive it every two minutes.
Thank you in advnace.
Can you please advise on HOW TO TURN OFF in CWP the following email notifications with subject:
lfd on vps: blocked 123.456.789.123 (Location/-)
I receive it every two minutes.
Thank you in advnace.
68
CentOS 7 Problems / Re: Set a cron with curl using PHP7.1 on CWP PRO
« on: March 31, 2020, 11:42:36 AM »
I have set a Cron job with Curl.
How can I check if Curl is installed and works for that account please?
How can I check if Curl is installed and works for that account please?
69
CentOS 7 Problems / Re: Set a cron with curl using PHP7.1 on CWP PRO
« on: March 28, 2020, 08:44:59 AM »
I have root and shell access for the user also. So what's next for curl please?
70
CentOS 7 Problems / Set a cron with curl using PHP7.1 on CWP PRO
« on: March 27, 2020, 03:33:06 PM »
Hello,
I have a VPS 2GB and have set the following cron to one account user:
curl -k https://www.mysite.com/module/...GenerateCronFeed=GenerateCronSkroutzFeed
I am using Apache with PHP-FPM and PHP7.1 selected.
How can I check if Curl is installed and works for that account please?
I have a VPS 2GB and have set the following cron to one account user:
curl -k https://www.mysite.com/module/...GenerateCronFeed=GenerateCronSkroutzFeed
I am using Apache with PHP-FPM and PHP7.1 selected.
How can I check if Curl is installed and works for that account please?
71
How to / Re: [Tutorial] Installing Netdata on Centos Web Panel
« on: March 21, 2020, 05:25:53 PM »
Like? What other ways please?
Also what is NetData server requirements? Does that work at small VPS with 2GB ram please?
Also what is NetData server requirements? Does that work at small VPS with 2GB ram please?
72
Information / Re: LFD on server.mydomain.com Excessive Resource Usage: RPC (parent PID:1462)
« on: March 17, 2020, 09:17:33 AM »
So the solution is:
Code: [Select]
you can simply white list them in your firewall by adding in the file: /etc/csf/csf.pignore
exe:/usr/local/bin/php-cgi
and then restart lfd: "service lfd restart"
73
CentOS-WebPanel Bugs / Re: CPU 100% clamd
« on: December 10, 2019, 05:22:13 PM »
I faced exactly the same problem. I do not use my VPS for emails. What exactly have I to do in order to STOP AMAVIS?
It eats 98% of my CPU.
It eats 98% of my CPU.
74
E-Mail / amavis process eating the most of the CPU
« on: December 10, 2019, 12:14:32 PM »
Hello,
Without using email functions in my VPS, I see:
And CPU is at 100% all the time.
Please advise.
Without using email functions in my VPS, I see:
Code: [Select]
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
31269 amavis 20 0 397176 288912 3264 R 37.5 15.3 0:02.94 clamd
31028 root 20 0 349744 310276 7196 R 31.2 16.5 0:19.45 cc1
31314 amavis 20 0 216380 126816 3264 R 25.0 6.7 0:01.18 clamd
1 root 20 0 207352 2488 1104 S 0.0 0.1 15:18.91 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:01.04 kthreadd
And CPU is at 100% all the time.
Please advise.
75
Installation / Re: Notification Email Alerts are NOT set on your server...
« on: November 25, 2019, 07:07:41 AM »
You may use the tempalte:
Code: [Select]
You've received a new %level% notification: %subject%
Here are the details:
%message%
%url%