rbairwell
- Total activity 608
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 285
Comments
Recent activity by rbairwell-
when rebuilds dns config, its throwing some warning and restarts successfully. [bindbackend] Warning! Skipping zone '.' because type 'hint' is invalid How to solve this Short answer: It's okay...
-
I'm personally surprised at the headers included (X-Powered-By and Content-type) as those imply the script thinks it is running under a webserver. It also references PHP 5.6 also reached ) or as a ...
-
Hi @HighPriest , As @cPRex said, WHMCS is a third party software package which is NOT produced/supported by cPanel Inc (WHMCS just tightly integrates with the WHM/cPanel software) and it's best to...
-
Thanks @cPRex - I assume it's because those packages aren't vendor prefixed (as per
-
I'm aware that Remi (who provides a lot of "unofficial PHP packages) has EasyApache4 . However, this will be totally unsupported by cPanel Inc, may not work, may not be safe (Remi could "go rogue" ...
-
When I tried this the server hung and nothing happened. Did the entire server hang (i.e. no SSH access existing or new, no web pages etc) or did the existing SSH connection just hang? Was it str...
-
When I send a message to cPanel Webmail, it takes 1/2 minute of the message to come through. How do I solve this problem so that messages I send to webmail go straight through. Thanks. I've just...
-
for DB in $(mysql -e 'show databases' -s --skip-column-names); do mysqldump --single-transaction --quick $DB | gzip > "/backup/$DB.sql.gz"; done ...How do I modify that ... code to exclude "ex...
-
Glad it's fixed and it that was the "easy" option ;) But the question now is, why did the exact setup work for years and began to fail now? I've got no idea: if it was "Automatically Detect Con...
-
The Track Delivery "Accepted" indicates to me that the server is delivering the email locally to the server - in which case, the following should help: If you do have a cPanel hosting account for ...