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.
61
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 18, 2023, 09:29:56 PM »
If you have https only set, Domain validation will fail because of the 403 redirect.
62
CentOS 8 Problems / Re: 403 Forbidden -- Pterodactyl Web Panel Error
« on: December 18, 2023, 09:27:54 PM »
Any change your make to an Apache vhost file stands the change of being overwritten during updates by CWP. Hence why I wouldn't change put them together on the server.
63
Installation / Re: Logrotate configuration not working
« on: December 18, 2023, 09:26:21 PM »
Change your files to:
Code: [Select]
# Logrotate CWP
/usr/local/apache/domlogs/*.log {
compress
delaycompress
daily
missingok
rotate 1
}
/usr/local/apache/logs/*.log {
compress
delaycompress
daily
missingok
rotate 1
}
64
Other / Re: Paid server management ????
« on: December 18, 2023, 09:25:27 PM »
Paid support is just that Support. Server management involves doing updates, service tweaking etc. When you pay for support, you are getting help with a specific issue, not a lifelong help to keep your server running. Even if you paid for a software like Cpanel monthly, you would NEVER get an independent support agent to manage your server for you.
65
CentOS 7 Problems / Re: 400 Bad Request
« on: December 18, 2023, 03:54:49 AM »
You probably need to enable the NAT option in CWP for it to set everything to the local IP and use the global IP. I've never messed with a NAT setup, so I'm not really sure how that all works.
66
CentOS 7 Problems / Re: 400 Bad Request
« on: December 17, 2023, 09:42:54 PM »
I get the cwp page, so yes
67
CentOS 7 Problems / Re: 400 Bad Request
« on: December 17, 2023, 09:23:44 PM »
I can't guarantee anything. But this is why cwp is really meant to be on a server with a public IP, and not hosted behind a nat
68
CentOS 7 Problems / Re: 400 Bad Request
« on: December 17, 2023, 07:48:48 PM »
Turn off remote administration for your router.
69
CentOS 7 Problems / Re: Job for httpd.service failed
« on: December 17, 2023, 05:31:28 AM »
Let's start by remove apache.
run from shell:
yum remove httpd apache2
Then try to reconfigure the servers from CWP Admin
run from shell:
yum remove httpd apache2
Then try to reconfigure the servers from CWP Admin
70
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
2). Cwp doesn't support docker directly
71
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
72
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
73
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"
74
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.
75
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?