--- conf/httpd.conf-dist.orig	Wed May  5 22:17:59 1999
+++ conf/httpd.conf-dist	Fri Aug 20 20:38:20 1999
@@ -94,8 +94,8 @@
 # these files altogether by using "/dev/null" (for Unix) or
 # "nul" (for Win32) for the arguments to the directives.
 #
-#ResourceConfig conf/srm.conf
-#AccessConfig conf/access.conf
+ResourceConfig /dev/null
+AccessConfig   /dev/null
 
 #
 # Timeout: The number of seconds before receives and sends time out.
@@ -351,7 +351,7 @@
 # DirectoryIndex: Name of the file or files to use as a pre-written HTML
 # directory index.  Separate multiple entries with spaces.
 #
-DirectoryIndex index.html
+DirectoryIndex index.html index.php3
 
 #
 # AccessFileName: The name of the file to look for in each directory
@@ -467,7 +467,7 @@
 # define per-<VirtualHost> access logfiles, transactions will be
 # logged therein and *not* in this file.
 #
-CustomLog logs/access_log common
+#CustomLog logs/access_log common
 
 #
 # If you would like to have agent and referer logfiles, uncomment the
@@ -480,7 +480,7 @@
 # If you prefer a single logfile with access, agent, and referer information
 # (Combined Logfile Format) you can use the following directive.
 #
-#CustomLog logs/access_log combined
+CustomLog logs/access_log combined
 
 #
 # Optionally add a line containing the server version and virtual host
@@ -579,6 +579,10 @@
 AddIcon /icons/folder.gif ^^DIRECTORY^^
 AddIcon /icons/blank.gif ^^BLANKICON^^
 
+AddIcon /icons/php3.gif .php3
+AddIcon /icons/php2.gif .phtml
+AddIcon /icons/phps.gif .php3s .phps
+
 #
 # DefaultIcon is which icon to show for files which do not have an icon
 # explicitly set.
@@ -653,8 +657,8 @@
 # For example, the PHP3 module (not part of the Apache distribution - see
 # http://www.php.net) will typically use:
 #
-#AddType application/x-httpd-php3 .php3
-#AddType application/x-httpd-php3-source .phps
+AddType application/x-httpd-php3 .phtml .php3
+AddType application/x-httpd-php3-source .phps .php3s
 
 AddType application/x-tar .tgz
 
