:9 Tips to Use Apachectl and Httpd like a Power User
9 Tips to Use Apachectl and Httpd like a Power User Aug 25, 2008, 06 :02 UTC (0 Talkback[s]) (4527 reads)
"2. Use a temporary DocumentRoot without modifying httpd.conf
"This is very helpful, when you are trying out different layout for your website and don’t want to modify the original files under the default DocumentRoot. Take a copy of your original DocumentRoot directory (/var/www/html) to a new temporary DocumentRoot directory (/var/www/html_debug). Make all your changes under this temporary DocumentRoot directory (/var/www/html_debug) and start the Apache with this temporary directory as shown below..."