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 ... 4 5 [6] 7 8 ... 55
76
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.

77
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

78
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

79
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

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

81
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

82
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

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

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

85
https://mariadb.com/kb/en/what-to-do-if-mariadb-doesnt-start/   Lots of insightful information directly from mariadb.

87
Verify that you /etc/systemd/system/(maridbd/mysqld).service file matches the settings below

https://pastebin.com/QZ8m6Ubt

88
Also make sure one of your instances of mysql isn't already running on port 3306.

netstat -nlp | grep 3306

89
Try journalctl -x -u mariadb -n 50

90
status=203/EXEC is usually a "File Not Found" error. 

please post the last lines of "  journalctl -u mariadb -n 100  "

Pages: 1 ... 4 5 [6] 7 8 ... 55