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.
511
DNS / Re: can i change main domain in cwp pro
« on: May 14, 2020, 06:11:14 AM »
if you want to, you can keep your origional domain, AND added your new domain to the hostnme certificate. CWP listenes on all IP's for all domains, so you shouldn't need to change anything for CWP, other than regenerating the hostname certificate.
512
DNS / Re: can i change main domain in cwp pro
« on: May 14, 2020, 04:47:45 AM »
You should be able to create a new domain and setup SSL for it then. I'm guessing if your panel works without server., you somehow got your hostname cert to add an alias as domain.com as well. So however you generated your Hostname cert would be the same, just with a different domain.
513
Dovecot / Re: Can't open PID file /var/run/dovecot/master.pid (yet?) after start: No such file
« on: May 14, 2020, 04:21:24 AM »
drwxr-xr-x 5 root dovecot 740 May 14 00:17 dovecot
chown root:dovecot /var/run/dovecot
chmod 755 /var/run/dovecot
chown root:dovecot /var/run/dovecot
chmod 755 /var/run/dovecot
514
DNS / Re: can i change main domain in cwp pro
« on: May 14, 2020, 04:17:45 AM »
Server Settings -> Change Hostname
515
Other / Re: i need change change The maximum size per file allowed from my web panel
« on: May 14, 2020, 03:50:51 AM »
Use FTP. http protocol was not designed for this.
516
CentOS 7 Problems / Re: NameServer Ip Not Resolves
« on: May 14, 2020, 03:49:59 AM »
You need to add ns1 and ns2 at your domain registar as "Glue Records" Just adding them to CWP does nothing other than let domains you host use them.
517
DNS / Re: can i change main domain in cwp pro
« on: May 14, 2020, 02:43:55 AM »
Hostname. Yes it can be changed. If however you are also changing the nameservers, make sure the pointers are setup with your registar at least 24 hours before hand.
518
SSL / Re: installed lets encrypt but still ssl doesnt work
« on: May 13, 2020, 08:08:26 PM »
If you are accessing the webpanel by domain.com:port, you will get that error, as the service uses the hostname certificate for connections. If you want to use the domain name, you will need to use cpanel.domain.com to access the panel.
519
How to / Re: High Load - user 'Nobody' consume my server - how to pinpoint a user?
« on: May 13, 2020, 07:55:58 PM »
https://serverfault.com/questions/487530/find-out-what-high-cpu-usage-apache-process-is-actually-doing
use gdb, or check out mod_status
use gdb, or check out mod_status
520
E-Mail / Re: Cpanel Emails to CWP
« on: May 13, 2020, 10:43:17 AM »
I believe your issue is that Cpanel uses MailBoxes (EXIM Mail Server), while CWP uses postfix MailDirictories.
http://manpages.ubuntu.com/manpages/eoan/en/man1/mb2md.1.html
yum install mb2md
http://manpages.ubuntu.com/manpages/eoan/en/man1/mb2md.1.html
yum install mb2md
521
How to / Re: High Load - user 'Nobody' consume my server - how to pinpoint a user?
« on: May 13, 2020, 08:41:06 AM »
once "TOP" is loaded, hit SHIFT+F to bring up interactive selector. Use up/Down arrows to select RUSER, then hit "d" to add a start next to it. go back up to %CPU, and hit "s". Hit "Enter" then "Esc" to see the top used process with a username.
522
CentOS 7 Problems / Re: facebook and linkedin share link is 403
« on: May 13, 2020, 08:33:09 AM »
If you don't mine, please share the url. if Mod_security is the issue, you could get some insights from the mod_security debug/log.
/usr/local/apache/logs/modsec_audit.log
/usr/local/apache/logs/modsec_debug.log
Also post you .htaccess file with personal information ommitted
/usr/local/apache/logs/modsec_audit.log
/usr/local/apache/logs/modsec_debug.log
Also post you .htaccess file with personal information ommitted
523
E-Mail / Re: Alternative roundcube?
« on: May 13, 2020, 06:03:02 AM »
Aside from manually installing an alternative and possibly voiding your support, roundcube is it. Unless of course you want to make it a module

524
Migration from other control panels / Re: cPanel restore - wrong paths
« on: May 13, 2020, 06:00:55 AM »
login to phpmyadmin, Database root_cwp, table domains, set the correct path
525
How to / Re: High Load - user 'Nobody' consume my server - how to pinpoint a user?
« on: May 13, 2020, 05:55:51 AM »
"top" command to find out what process is using all of your resources (Chances are apache/mysql/php).