*** httpd2.conf.default Mon Oct 10 16:03:31 2011 --- httpd2.conf Mon Oct 10 16:20:17 2011 *************** *** 177,183 **** Options FollowSymLinks AllowOverride None Order deny,allow ! Deny from all # --- 177,184 ---- Options FollowSymLinks AllowOverride None Order deny,allow ! Allow from all ! # Deny from all # *************** *** 274,286 **** # define per- access logfiles, transactions will be # logged therein and *not* in this file. # ! CustomLog "logs/access_log" common # # If you prefer a logfile with access, agent, and referer information # (Combined Logfile Format) you can use the following directive. # ! #CustomLog "logs/access_log" combined --- 275,287 ---- # define per- access logfiles, transactions will be # logged therein and *not* in this file. # ! #CustomLog "logs/access_log" common # # If you prefer a logfile with access, agent, and referer information # (Combined Logfile Format) you can use the following directive. # ! CustomLog "logs/access_log" combined *************** *** 377,383 **** # To use CGI scripts outside of ScriptAliased directories: # (You will also need to add "ExecCGI" to the "Options" directive.) # ! #AddHandler cgi-script .cgi # For type maps (negotiated resources): #AddHandler type-map var --- 378,384 ---- # To use CGI scripts outside of ScriptAliased directories: # (You will also need to add "ExecCGI" to the "Options" directive.) # ! AddHandler cgi-script .cgi # For type maps (negotiated resources): #AddHandler type-map var *************** *** 388,395 **** # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # ! #AddType text/html .shtml ! #AddOutputFilter INCLUDES .shtml # --- 389,396 ---- # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # ! AddType text/html .shtml ! AddOutputFilter INCLUDES .shtml # *************** *** 441,447 **** #Include /etc/apache2/extra/httpd-languages.conf # User home directories ! #Include /etc/apache2/extra/httpd-userdir.conf # Real-time info on requests and configuration #Include /etc/apache2/extra/httpd-info.conf --- 442,448 ---- #Include /etc/apache2/extra/httpd-languages.conf # User home directories ! Include /etc/apache2/extra/httpd-userdir.conf # Real-time info on requests and configuration #Include /etc/apache2/extra/httpd-info.conf