You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ra...@hyperreal.org on 1999/02/07 07:25:24 UTC

cvs commit: apache-1.3/conf httpd.conf-dist

rasmus      99/02/06 22:25:24

  Modified:    conf     httpd.conf-dist
  Log:
  Suggest .php3 extension to match PHP docs
  
  Revision  Changes    Path
  1.37      +3 -3      apache-1.3/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- httpd.conf-dist	1998/12/12 17:04:29	1.36
  +++ httpd.conf-dist	1999/02/07 06:25:23	1.37
  @@ -642,10 +642,10 @@
   # AddType allows you to tweak mime.types without actually editing it, or to
   # make certain files to be certain types.
   #
  -# For example, the PHP3 module (not part of the Apache distribution)
  -# will typically use:
  +# For example, the PHP3 module (not part of the Apache distribution - see
  +# http://www.php.net) will typically use:
   #
  -#AddType application/x-httpd-php3 .phtml
  +#AddType application/x-httpd-php3 .php3
   #AddType application/x-httpd-php3-source .phps
   
   #