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.
226
CentOS 7 Problems / Re: My CWP websites are not loading after i changed my webservers to Ningx + Apache
« on: January 02, 2025, 02:15:40 PM »
The screenshots provided by you show the error 404. It means "connection accepted" not "refused" (connection refused and the error 404 are totally different things). Additionally it tells something (nginx or apache) listens the port 80.
I think you checked the wrong apache config file. The Apache config file used by CWP is:
/usr/local/apache/conf/httpd.conf
Additionally check if you have some files in:
/etc/nginx/conf.d/vhosts/
Using:
check what services exactly use the webports (80,443,8181,8443).
Show results.
Additionally, tell us what your webconfing is now.
I think you checked the wrong apache config file. The Apache config file used by CWP is:
/usr/local/apache/conf/httpd.conf
Additionally check if you have some files in:
/etc/nginx/conf.d/vhosts/
Using:
Code: [Select]
netstat -nlp| egrep "nginx|httpd"
check what services exactly use the webports (80,443,8181,8443).
Show results.
Additionally, tell us what your webconfing is now.
227
CentOS 7 Problems / Re: My CWP websites are not loading after i changed my webservers to Ningx + Apache
« on: January 02, 2025, 11:39:34 AM »
Did you check if Apache and/or Nginx work ?
Also, please provide more details when you ask to help because the descriptions like "my website doesn't work" , "I get nothing", etc don't shed light on the problem. The browser always shows something and the results like "blank white page", "error message", etc help to understand where the problem could be.
Also, please provide more details when you ask to help because the descriptions like "my website doesn't work" , "I get nothing", etc don't shed light on the problem. The browser always shows something and the results like "blank white page", "error message", etc help to understand where the problem could be.
228
CentOS 7 Problems / Re: My CWP websites are not loading after i changed my webservers to Ningx + Apache
« on: January 01, 2025, 08:03:42 PM »
Check files:
/etc/nginx/conf.d/vhosts/DOMAIN.COM.conf
/etc/nginx/conf.d/vhosts/DOMAIN.COM.ssl.conf
and make sure there is no:
/etc/nginx/conf.d/vhosts/DOMAIN.COM.conf
/etc/nginx/conf.d/vhosts/DOMAIN.COM.ssl.conf
and make sure there is no:
Code: [Select]
if ($http_referer = "") {
return 403;
}
229
CSF Firewall / Re: Load CSF statistics on CWP
« on: December 31, 2024, 07:44:19 AM »
Scroll down the menu at the left side of the CWP admin panel until you see "ConfigServer Scripts", open it and click on "ConfigServer Firewall". It will open the native CSF user interface.
I do believe you are looking for the button at the wrong page, that is why "the UI is not the same as in cPanel".
I do believe you are looking for the button at the wrong page, that is why "the UI is not the same as in cPanel".
230
CSF Firewall / Re: Load CSF statistics on CWP
« on: December 30, 2024, 12:54:53 PM »
When the required perl modules are installed, I see the button "lfd statistics".
So make sure you are looking for the statistic at the proper page. If you don't see it then check the page:
https://www.plothost.com/kb/lfd-system-statistics-graphs-csf/
Hope it will help you to solve the problem.
So make sure you are looking for the statistic at the proper page. If you don't see it then check the page:
https://www.plothost.com/kb/lfd-system-statistics-graphs-csf/
Hope it will help you to solve the problem.
231
Backup / Re: Backup without compressing
« on: December 30, 2024, 11:56:46 AM »
Try to use "New Backup system (beta)" to make "Incremental" backups.
Please pay attention it is "beta", however it works fine for me.
Please pay attention it is "beta", however it works fine for me.
232
CSF Firewall / Re: Load CSF statistics on CWP
« on: December 30, 2024, 10:54:43 AM »
In CWP admin go to "ConfigServer Scriopts" --> "ConfigServer Firewall". You should see the button associated with statistics there.
233
CloudLinux / Re: Cloud Linux Installer
« on: December 28, 2024, 11:50:48 PM »
Does it run "make test" automatically ? If "make test" it executed by you from shell then try to ignore it, run "make" and then "make install" if there are no errors.
235
CentOS-WebPanel Bugs / Re: 502 Bad Gateway cwpsrv - Root and user Login
« on: December 28, 2024, 04:40:03 PM »
Not sure what you have done before the problem appeared but now some settings of your CWP are set to default. Therefore CWP thinks it should run Apache only.
In Admin panel of CWP go to "webserver" selection and switch webserver configuration to "nginx+varnish+apache", rebuild webserver configs.
Or you can fix the settings manully by modifying the files:
/usr/local/cwp/.conf/web_servers.conf
/usr/local/cwp/.conf/settings.conf
and then rebuild webserver config files.
Unfortunately I can't provide you with the exact settings because I use heavy customized CWP and my settings won't work for you.
However, if you have more than one server working under CWP with the same configuration then you can copy the above files from the working server (minor modification required) to fix the problem.
Make backups before you make any changes on your servers.
In Admin panel of CWP go to "webserver" selection and switch webserver configuration to "nginx+varnish+apache", rebuild webserver configs.
Or you can fix the settings manully by modifying the files:
/usr/local/cwp/.conf/web_servers.conf
/usr/local/cwp/.conf/settings.conf
and then rebuild webserver config files.
Unfortunately I can't provide you with the exact settings because I use heavy customized CWP and my settings won't work for you.
However, if you have more than one server working under CWP with the same configuration then you can copy the above files from the working server (minor modification required) to fix the problem.
Make backups before you make any changes on your servers.
236
CentOS-WebPanel Bugs / Re: 502 Bad Gateway cwpsrv - Root and user Login
« on: December 28, 2024, 04:22:29 PM »
What is your webserver configuration ? Is it nginx+apache or apache only ?
237
CentOS-WebPanel Bugs / Re: 502 Bad Gateway cwpsrv - Root and user Login
« on: December 28, 2024, 04:09:56 PM »
Restart both cwpsrv-phpfpm and service cwp-phpfpm:
If the problem remains then show us the error log of cwp.
tail -f /usr/local/cwpsrv/logs/error_log
Code: [Select]
service cwp-phpfpm restart
service cwpsrv-phpfpm restartIf the problem remains then show us the error log of cwp.
tail -f /usr/local/cwpsrv/logs/error_log
238
CentOS-WebPanel Bugs / Re: 502 Bad Gateway cwpsrv - Root and user Login
« on: December 28, 2024, 04:01:54 PM »
Did you get it after "yum install cwpphp" ? If so then try to restart cwp-phpfpm:
and check if the problem remains.
Code: [Select]
systemctl enable cwp-phpfpm
systemctl enable cwpsrv-phpfpm
service cwp-phpfpm restart
service cwpsrv-phpfpm restart
and check if the problem remains.
239
CentOS-WebPanel Bugs / Re: 502 Bad Gateway cwpsrv - Root and user Login
« on: December 28, 2024, 03:49:00 PM »240
