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 - rcschaff

Pages: 1 ... 6 7 [8] 9 10 ... 58
106
CentOS 8 Problems / Re: 403 Forbidden -- Pterodactyl Web Panel Error
« on: December 16, 2023, 10:20:11 PM »
1). Cwp doesn't use /var/www, it uses /usr/local/apache/htdocs

2). Cwp doesn't support docker directly

107
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

108
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

109
Code: [Select]
# Set to 0 to disable this feature
PT_USERPROC = "0"
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.  JS

110
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.

111
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?

112
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.

113
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

114
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

115
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

116
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.

117
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

118
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

119
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.

120
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.

Pages: 1 ... 6 7 [8] 9 10 ... 58