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.
121
Updates / Re: 0.98.1104 update denied permissions
« on: November 30, 2021, 08:22:12 PM »
you should contact cwp support if you have strange issues
122
Updates / Re: 0.9.8.1104
« on: November 30, 2021, 08:20:15 PM »
try to check now as today there was also a fix for other than centos versions.
123
Updates / Re: 0.9.8.1104
« on: November 30, 2021, 12:36:29 PM »
try to check logs, when building php you get location of the log file
124
Updates / Re: 0.9.8.1104
« on: November 30, 2021, 08:13:41 AM »
php 8.1 is new and you need to install it so you could be using it
125
Updates / Re: 0.98.1104 update denied permissions
« on: November 30, 2021, 08:12:02 AM »
update doesn't delete those files so you have some other issue there.
try to run cwp update again
try to run cwp update again
126
CentOS-WebPanel Bugs / Re: Quota Not Updating
« on: November 30, 2021, 08:07:31 AM »
do you have quota installed and configured on the server ?
For XFS you need to make custom changes (per instructions in cwp) to make it working
For XFS you need to make custom changes (per instructions in cwp) to make it working
127
CentOS-WebPanel Bugs / Re: Cron job not working right
« on: November 29, 2021, 02:27:21 PM »
you can have different issues, related to extensions or wrong path..you would need to check php path for bin file
example
/opt/alt/php-fpm74/usr/bin/php
/opt/alt/php74/usr/bin/php-cgi
you will need to check with some experienced sysadmin or cwp support
example
/opt/alt/php-fpm74/usr/bin/php
/opt/alt/php74/usr/bin/php-cgi
you will need to check with some experienced sysadmin or cwp support
129
CentOS-WebPanel Bugs / Re: Cron job not working right
« on: November 29, 2021, 09:54:44 AM »
make sure you are using ful paths and also check it in the cron files
/var/spool/cron/USERNAME
/var/spool/cron/USERNAME
130
Mod_Security / Re: modsec not working
« on: November 29, 2021, 09:53:13 AM »
check with your sysadmin or cwp support
131
CSF Firewall / Re: Block host names
« on: November 28, 2021, 11:34:47 AM »
If you have some older installation of cwp then you can install Bruteforce protection it covers WordPress also
if you have some plans to block aws then it's recommended to block it on IP range, as per IP that list will be too long.
Also, you should modify how many IP your CSF firewall can block, the default setup has 200 so you should increase it to 500.
We use the same as this number of hacked AWS servers is increasing and they attack all accounts on the server at the same time causing server overload.
blocking IP range
Code: [Select]
sh /scripts/cwp_bruteforce_protection
if you have some plans to block aws then it's recommended to block it on IP range, as per IP that list will be too long.
Also, you should modify how many IP your CSF firewall can block, the default setup has 200 so you should increase it to 500.
We use the same as this number of hacked AWS servers is increasing and they attack all accounts on the server at the same time causing server overload.
blocking IP range
Code: [Select]
csf -d 10.10.10.10/24 "aws ip range block"
132
Installation / Re: Redirect ip address to domain
« on: November 28, 2021, 11:27:23 AM »
by using htaccess or html redirect in /usr/local/apache/htdocs
133
Information / Re: Limit Server Resources per User
« on: November 28, 2021, 11:25:36 AM »
you can manually edit user and assign custom template for specific user
134
Mod_Security / Re: modsec not working
« on: November 28, 2021, 11:22:31 AM »
you need to install mod_security from mod security module after you have setup webservers.
135