vim /etc/httpd/conf/httpd.conf
Line 306, change the directory name to:
<Directory "/home/www">
line 237, set:
AllowOverride All
Line 564, if you're using cgi-bin:
ScriptAlias /cgi-bin/ "/home/www/cgi-bin/"
Line 570, change to "/home/www/cgi-bin" and AllowOverride all
Categories: