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.
106
DNS / Re: rDNS is required to match the hostname of CWP
« on: December 16, 2023, 01:21:53 PM »
Don't forget to issue a SSL cert for ns1 so that your mail server can communicate via tls
107
CentOS 7 Problems / Re: Job for httpd.service failed
« on: December 16, 2023, 12:41:08 PM »
Your https.conf tells me that your Apache is not the cwp installed version. The Apache version for cwp should be installed under /usr/local/apache
108
How to / Re: How to Fix this (Excessive processes running under user glizlk)
« on: December 16, 2023, 04:23:08 AM »I wouldn't recommend disabling it all together. A virus will spawn 100's of services and once, and this might be the only way to tell. JSCode: [Select]# Set to 0 to disable this feature
PT_USERPROC = "0"
109
CentOS 7 Problems / Re: 400 Bad Request
« on: December 16, 2023, 03:13:40 AM »
https://www.hyperoptic.com/wp-content/uploads/2019/08/Port-forwarding-and-DMZ-for-ZTE-ZXHN-H298A-v1.3.pdf
This is beyond the scope of the forum. You will need to forward all of the ports, or set the computer behind the NAT as a DMZ server.
This is beyond the scope of the forum. You will need to forward all of the ports, or set the computer behind the NAT as a DMZ server.
110
CentOS 7 Problems / Re: 400 Bad Request
« on: December 16, 2023, 02:50:37 AM »
You need your router to forward the ports to the server. Are you by chance using NAT?
111
CentOS 7 Problems / Re: Installing SSL
« on: December 16, 2023, 01:38:23 AM »
You need the private key you used to generate the CSR. You also need the certificate that they issued, along with the CA bundle they issued. If all 3 don't make a chain, you will get that error.
112
CentOS 7 Problems / Re: Job for httpd.service failed
« on: December 15, 2023, 10:58:53 PM »
post your httpd.conf and your nginx.conf
113
CentOS 7 Problems / Re: Job for httpd.service failed
« on: December 15, 2023, 10:33:30 PM »
I would rebuild the configuration Apache only to see if it get's working, and disable NGINX temporarily. Then if that works, rebuild with your current config
114
CentOS 7 Problems / Re: 400 Bad Request
« on: December 15, 2023, 10:09:47 PM »
https://prnt.sc/BmiTOAKMWv7F
Your router is intercepting the request, not CWP. Therefor throwing the 400 error as I'm sure your router is set to only allow access from the local NAT
Your router is intercepting the request, not CWP. Therefor throwing the 400 error as I'm sure your router is set to only allow access from the local NAT
115
CentOS 7 Problems / Re: Job for httpd.service failed
« on: December 15, 2023, 10:02:42 PM »
If you allowed CWP to rebuild the servers, it should have change apache to port 8080 automatically. If however you installed a different version of apache, it may not work correctly.
116
How to / Re: How to Fix this (Excessive processes running under user glizlk)
« on: December 15, 2023, 10:00:21 PM »
Find PT_USERPROC in the /etc/csf/csf.conf file. You can change it form 15 to a greater value. I have mine set to 40
117
CentOS 7 Problems / Re: Job for httpd.service failed
« on: December 15, 2023, 09:43:26 PM »
Please run the following commands
netstat -lp | grep 80
journalctl -xe -u nginx
journalctl -xe -u apache2
netstat -lp | grep 80
journalctl -xe -u nginx
journalctl -xe -u apache2
118
CentOS 8 Problems / Re: 403 Forbidden -- Pterodactyl Web Panel Error
« on: December 14, 2023, 07:21:56 PM »
To put it bluntly, CWP updates will break your Pterodactyl every time you update, unless you know what you are doing. I'm sure they COULD work together, but it's really not worth the headache for either Pterodactyl to break CWP or CWP to break Pterodactyl. Just my humble opinion.
119
CentOS 8 Problems / Re: 403 Forbidden -- Pterodactyl Web Panel Error
« on: December 14, 2023, 02:20:56 AM »
You could try installing lxd on your VPS, though it's really made for dedicated servers.
120
MySQL / Re: Mariadb 10.2 suddenly stopped working in Centos 7 error code=exited 203/EXEC
« on: December 13, 2023, 06:54:07 AM »
https://mariadb.com/kb/en/what-to-do-if-mariadb-doesnt-start/ Lots of insightful information directly from mariadb.