*** httpd.conf.default Sat Jan 12 15:34:15 2008 --- httpd.conf Sat Jan 12 15:51:12 2008 *************** *** 233,239 **** # Port: The port to which the standalone server listens. For # ports < 1023, you will need httpd to be run as root initially. # ! Port 8080 # # If you wish httpd to run as a different user or group, you must run --- 233,239 ---- # Port: The port to which the standalone server listens. For # ports < 1023, you will need httpd to be run as root initially. # ! Port 80 # # If you wish httpd to run as a different user or group, you must run *************** *** 342,347 **** --- 342,352 ---- # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # + + Options FollowSymLinks ExecCGI Includes + AllowOverride All + + # # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec *************** *** 781,793 **** # # To use CGI scripts: # ! #AddHandler cgi-script .cgi # # To use server-parsed HTML files # ! #AddType text/html .shtml ! #AddHandler server-parsed .shtml # # Uncomment the following line to enable Apache's send-asis HTTP file --- 786,798 ---- # # To use CGI scripts: # ! AddHandler cgi-script .cgi # # To use server-parsed HTML files # ! AddType text/html .shtml ! AddHandler server-parsed .shtml # # Uncomment the following line to enable Apache's send-asis HTTP file