cPWilliamL
- Total activity 411
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 177
Comments
Recent activity by cPWilliamL-
That's great to hear @Troncaa
-
Any time you create or remove a userdata file, you must rebuild the Apache configuration. I thought from your previous comment that you were implying that the include was present. Please re-read t...
-
The includes are uncommented dynamically on rebuild of the Apache configuration should the file be present. I just wanted to be sure that includes were properly enabled in the Apache configuration....
-
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 ...