Configuration File Rollback
Panel and WHM automatically saves a backup version of the following three files whenever they are changed: httpd.conf named.conf proftpd.conf You can revert to any …
Panel and WHM automatically saves a backup version of the following three files whenever they are changed: httpd.conf named.conf proftpd.conf You can revert to any …
Following commands also useful to take backup and restore of simple (not contains large objects) postgresql database. pg_dump mydb > db.out To restore database psql …
While gettting transferred from one host to another you need to take many precautions one of them is of your database (MySQL) You should backup …
Postgresql Using following command you can take backup of postgresql database. # pg_dump -u -C -f backupfile.sql database_name You can restore pgsql database using following …
Issue: How to set register_globals through .htaccess The most common setting that clients want to change are the “register_globals” settings. If you want to enable …
Issue: If you are receiving following error while restarting apache on Linux server: Error: service httpd status, results in httpd dead but subsys locked That …
Issue : How to rebuild Bind on cpanel server If your server has YUM installed then perform the following commands on your server: # yum …
When having trouble with email and the following error in the exim_paniclog on a cpanel server: User 0 set for local_delivery transport is on the …
While someone might not be targeting your site or server specifically, they will have automated tools that will try to guess random usernames and passwords …
Install Fantastico on Linux cpanel server Before installing Fantastico you must replace the buggy version of wget that ships with your OS or Fantastico will …
This is a simple guide to install mod_python in cPanel box, running Apache 1.3.x. You need to have Python installed for this to work – …