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 2 3 [4] 5 6 ... 55
46
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 21, 2023, 03:43:36 AM »
Corrected your spelling for "alphanode.in"  You do not have an A record for panel.alphanode.in, so letsencrypt cannot possibly do a valid lookup to issue it a certificate

47
Nginx / Re: Nginx
« on: December 21, 2023, 03:41:26 AM »
If the server has multiple VALID ip's, you can do custom configurations.  But if you only have one IP, you are stuck.

48
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 21, 2023, 03:40:29 AM »
When I do a dns lookup for server.alpahnode.in, alpanode.in i get NXDOMAIN.  Did you purchase the domain name?

49
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 21, 2023, 01:45:52 AM »
Your image isn't appearing.  Just type them.

50
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 20, 2023, 01:00:42 AM »
Without the actual domain name, it's kind of hard to actually help you. 

51
CentOS 7 Problems / Re: problem with migration from cpanel to cwp
« on: December 19, 2023, 10:10:59 PM »

52
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 19, 2023, 07:32:50 PM »
Please visit https://letsdebug.net/  and post the results

53
Installation / Re: Logrotate configuration not working
« on: December 19, 2023, 07:28:35 PM »
Try it and find out if it works.  But I know that if logrotate doesn't have a number of backups to keep, it will fail.  Hence why all that was added is "rotate 1", which tells it to keep ONLY 1 backup.  If you need more days, increase that number.

54
Installation / Re: I am facing multiple problem with CWP and SSL
« on: December 19, 2023, 02:41:21 AM »
is  /.well-known/acme-challenge/   and /.well-known/pki-validation   present the the panel. vhost file?

55
CentOS 7 Problems / Re: 400 Bad Request
« on: December 19, 2023, 02:30:33 AM »
if emad-host.online is your server name, you most likely need to put the files for the site under /usr/local/apache/htdocs/

If it's a user account, they should go under /home/(user)/public_html

I'm not sure what help we can be if we don't know how you have it configured.   Once again, you never answered if this is a computer behind a NAT router or not.  I'm guessing yes, but can't confirm.

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

57
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;

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

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

60
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

Pages: 1 2 3 [4] 5 6 ... 55