cPWilliamL
- Total activity 411
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 177
Comments
Recent activity by cPWilliamL-
Hi, Could you verify that the userdata include is enabled? You can open of up '/etc/apache2/conf/httpd.conf' and verify the `Include "/etc/apache2/conf.d/userdata/' statement is not commented out ...
-
Just to follow up with a few examples: # whmapi1 listaccts search='^cptest$' searchtype=user|grep -oP '(?<=domain: ).+' cptest.tld # grep -oP "[^:]+(?=: cptest$)" /etc/trueuserdomains cptest.tld
-
Hi @chrismfz, Your code snippet actually shows the log being rotated; however, it may not be fully configured to how you like it: # cat /etc/logrotate.d/ea-php70-php-fpm /opt/cpanel/ea-php70/root...
-
@Erik Ellsinger, are any custom apache templates in use? # find /var/cpanel/templates/apache2* -type f -name \*.local
-
we Can not do with ssh? Certainly, perform this on the destination server: ssh usr@remote-host mysqldump -u dbuser -ppasswd db_name|gzip >db_name.sql.gz If you are accessing the remote host via...
-
Thanks for that. Yes the records are added :) I actually wanted to supress the warnings as I am testing a strange issue where if I add a additional A record for a subdomain via the API call ,someh...
-
Hi @Anoop P Alias, Thanks for your report. I've confirmed this in a testing environment and have filed case 'CPANEL-17980' for this issue. When testing, I found that the record was still added. I ...
-
I'd check further with lveinfo to see if you can see exactly which limits are being reached: CloudLinux Documentation The LVE Manger interface in WHM may also be helpful or easier. I'd also manual...
-
As @rpvw pointed out, it appears your account may be compromised and is being used to mine cryptocurrencies. @Dryandra, when investigating compromises, we should not jump to deleting files first....
-
Hi @Andriy, I'm afraid this isn't something you would be able to change, as this webmail is served by cpsrvd, which is compiled in; the changes would need to be made in cPanel's core code. I'd rec...