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.
481
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.
482
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.
483
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
484
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
485
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.
486
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
487
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
488
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
489
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).
490
DNS / Re: Multiple CWPPro using same NS1 and NS2
« on: May 13, 2020, 05:26:35 AM »
YOu can post a new topic with [BUG REPORT], of just leave this here and an admin will see it
491
CentOS 7 Problems / Re: facebook and linkedin share link is 403
« on: May 13, 2020, 05:24:56 AM »
Please provide an example. the 403 could be coming from facebook if the "Website" is not authorized via the FB API.
492
PHP / Re: PHP module
« on: May 13, 2020, 05:22:02 AM »
Could you explain what you mean. PHP Selector allows users to select which PHP Versions you have on your system.
Do you mean a module for users to customize their PHP by enabling/disabling modules or PHP, or something different?
Do you mean a module for users to customize their PHP by enabling/disabling modules or PHP, or something different?
493
CentOS 7 Problems / Re: Can't Access CWP URL | IP Address:2030 | Error 500
« on: May 12, 2020, 01:42:07 AM »
Run the following, and post responses.
systemctl status cwpsrv
systemctl status cwp-phpfpm
tail -n 50 /usr/local/cwpsrv/logs/error_log
systemctl status cwpsrv
systemctl status cwp-phpfpm
tail -n 50 /usr/local/cwpsrv/logs/error_log
494
CentOS-WebPanel Bugs / Re: Problem with MailBox
« on: May 11, 2020, 08:02:24 PM »
I had issues with cwp-phpfpm caching a bad postfix password. Try restarting that service.
495
E-Mail / Re: Disable Mail
« on: May 11, 2020, 08:00:07 PM »
If you're using php-fpm, you can disable it for the user. If not, look at user.ini files, but they can change them.