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-
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...
-
Hi jbourque, Sometimes there are several reasons why your RPM installations may fail. If the IP of the mirror serving the update files was blocked by the firewall unblock it. or If it's due to RP...
-
Hi, Uncomment "mysql.so" in the php.ini file this module was built in to the binary, so it didn't need to be called externally. So, uncommenting "muysql.so" in php.ini will fix this issue.
-
Hi Istana, [quote] On cPanel servers you can generate an API token via WHM >> Development Manage API Tokens. some time the API token creation for a reseller account leads errors 1. The system fai...
-
Your welcome:)
-
Hi Dave, In order to achieve this we have an option as root user to map the DB of other site DB user using the below commandline "GRANT ALL PRIVILEGES ON dbTest.* To 'user'@'hostname' IDENTIFIED B...