Show Posts

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.


Messages - studio4host

Pages: 1 [2] 3 4 ... 89
16
Installation / Re: mysqli_error() error in home page WCP
« on: July 02, 2022, 11:19:06 AM »
try to check your mysql  databases and users

17
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: June 22, 2022, 07:19:48 PM »
CentOS 6 is no longer supported and you should migrate to CentOS 7 or 8.

Fix for el6
Code: [Select]
cd /usr/local/cwpsrv/htdocs
chattr -i -R /usr/local/cwpsrv/htdocs
wget dl1.centos-webpanel.com/files/cwp/cwp2-0.9.8.935.zip
unzip -o cwp2-0.9.8.935.zip
rm -f cwp2-0.9.8.935.zip

cd /usr/local/cwpsrv/var/services/
wget dl1.centos-webpanel.com/files/cwp/el7/cwp-services.zip
unzip -o cwp-services.zip
rm -f cwp-services.zip

18
Mod_Security / Re: mod_security keed Starting module
« on: June 15, 2022, 03:23:39 PM »
Is there any general rule for modsecurity I have problems with Elementor in my web?

check logs, info about all logs is on the wiki

19
Scripts / Re: unsuspend account via terminal/command line?
« on: June 15, 2022, 03:21:49 PM »
by using api, info is on the cwp wiki

21
CentOS 7 Problems / Re: Many error mail from lfd and monit
« on: June 05, 2022, 06:56:49 PM »
as with any other security question each case needs to be checked those are some basics each sysadmin should know and each case could be different or process fake, for monit there is monit config.

Log paths are specified on the cwp wiki
before process needs to be checked with ps command and lsof

22
Installation / Re: where can i see cwp installation erros log ?
« on: May 29, 2022, 02:30:45 PM »
you can try to rebuild the mail server with antispam

23
CSF Firewall / Re: How to Prevent CWP BruteForce?
« on: May 29, 2022, 06:32:52 AM »
1. probably the best is to use IP Access control with LFD for admin/root.
https://wiki.centos-webpanel.com/ip-access-control

port change is not recommended as It could break the functionality of the panel.

24
Updates / Re: Problems with update 0.9.8.1136
« on: May 20, 2022, 07:59:25 PM »
hey admin! Does it take longer to fix the problems? I have 18 servers + 3 more in another location and I look at them like an ox at a new gate. What are we doing ? do we switch to cPanel, Plesk, DirectAdmin, InterWORX?
The updates have been crashing lately, please let us know in advance if the CWP project will end, just like VESTACP

what issue do you have with the server, have you checked before real top usage before from the shell ?
That top 5 processes in cwp dashboard is related to some ajax slower response and not the real issue.

25
Apache / Re: Internal Server Error
« on: May 20, 2022, 01:53:33 PM »
as always you need to check the server logs, info is on the wiki

26
Other / Re: Why centos-webpanel.com use Cpanel instead of CWP
« on: May 19, 2022, 11:14:43 AM »
probably you mean on the old site, however, cwp started as cpanel expansion module so it still has some old services running on one old cpanel server.
Also, it can be used for testing and comparing.

27
CWP API / Re: 503 Service Unavailable on Creating Account With Api
« on: May 19, 2022, 11:07:19 AM »
probably this issue happens when using the API on the same server and using PHP-FPM as PHP-FPM services restart when creating the new account.
To avoid it you can use another server for billing using API or set that billing uses PHP-CGI.

28
Updates / Re: Problems with update 0.9.8.1136
« on: May 19, 2022, 11:04:47 AM »
there was some ajax causing that higher CPU on the main dashboard only, it was fixed in the latest version yesterday

29
CSF Firewall / Re: lfd: (WPLOGIN) WP Login Attack (false positives)
« on: May 16, 2022, 05:39:09 AM »
edit config
Code: [Select]
/usr/local/csf/bin/regex.custom.pm
fist number in return line under quotes is limit, so if it is 5-7 you can set it to 10.
after changes restart csf
Code: [Select]
csf -r

30
Postfix / Re: Spamassassin and clamav dosn't work
« on: May 12, 2022, 07:33:13 PM »
try using test examples from the wiki as it works over amavis
http://wiki.centos-webpanel.com/test-spamassassin-and-clamav

Pages: 1 [2] 3 4 ... 89