Henry Carter
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
Comments
Recent activity by Henry Carter-
The Advanced Editor tab is to adjust the Exim's default configuration. For most changes that you make to your Exim setup, the system changes both the /etc/exim.conf.localopts and /etc/exim.conf.loc...
-
Sorry for the delay. You can utilize /etc/exim.conf.local file to ensure changes are preserved through updates. This is the similar file that the Advanced Editor for Exim in WHM uses. Ref:
-
Any changes here /etc/exim.conf will be temporary until service restart, edit the /etc/exim.conf.local file and restart the service. Kindly follow the Advanced Editor feature to make changes to avo...
-
Hi Rifta, The pipe.php file requires 755 permissions to function properly. Ref:
-
Hi, Please be aware that there is a disruption reported here: as its working. Reference:
-
Hi, You can follow the below procedure; 1.Login to WHM as a root 2.Choose Backup Restoration under Backups 3.Select Restore by Account This option allows you to choose which accounts to restore. ...
-
Hi, On Cpanel servers, if we enable PHP suEXEC for shared hosting (each user has their own account uid/gid). then no need to chown. Do you host more sites on this user account "nonyabid" ?
-
Hi, You can change the virtual host entry for the specified IP address in which the website is associated as follows so that other IP address and sites are not affected. # Common SSL Config ...
-
Hi, What version of MariaDB you are using and also Yes you can take a backup of all files and safely drop the database "sys" by following commands. DROP DATABASE sys;
-
Hi avishay, curl is an extension that needs to be installed, it's got nothing to do with the PHP version. #yum install php-common You can also specifically install the php-curl extension #yum inst...