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 ... 5 6 [7] 8 9 ... 57
91
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 19, 2023, 01:36:35 AM »
You can check the log file /root/.acme.sh/acme.sh.log to see what is going on.

92
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 19, 2023, 01:02:05 AM »
if this line is there, it's redirecting.

return 301 https://$server_name$request_uri;

93
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 19, 2023, 12:07:33 AM »
I mean if you have apache or nginx set to "force https", the all port 80 requests will be redirected to ssl.  This breaks letsencrypt for some reason.

94
CentOS-WebPanel GUI / Re: Change URL for web gui
« on: December 18, 2023, 09:50:16 PM »
Depends on your configurations, but there are some default links for your users.

Both Nginx and Apache have the ability to access off port configurations on the normal port 443 and port 80 via what's call a reverse proxy.  Check out the following directories to see examples

Nginx: /etc/nginx/conf.d/vhosts
Apache:  /usr/local/apache/conf.d/vhosts

Pick a domain, and look for virtualhosts such as webmail. or panel.

95
DNS / Re: rDNS is required to match the hostname of CWP
« on: December 18, 2023, 09:43:39 PM »
use acme.sh to generate a cert for ns1.

then change the configurations in /etc/postfix/main.cf
smtpd_tls_key_file
smtpd_tls_cert_file

to point to your ns1 certificate

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

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

98
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
}

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

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

101
CentOS 7 Problems / Re: 400 Bad Request
« on: December 17, 2023, 09:42:54 PM »
I get the cwp page, so yes

102
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

103
CentOS 7 Problems / Re: 400 Bad Request
« on: December 17, 2023, 07:48:48 PM »
Turn off remote administration for your router.

104
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

105
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

Pages: 1 ... 5 6 [7] 8 9 ... 57