rasmus 99/08/28 20:01:27
Modified: conf httpd.conf-dist Log: Add PHP 4 magic mime types Revision Changes Path 1.47 +6 -1 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.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- httpd.conf-dist 1999/08/29 02:50:21 1.46 +++ httpd.conf-dist 1999/08/29 03:01:26 1.47 @@ -673,11 +673,16 @@ # 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 - see +# For example, the PHP 3.x 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 +# +# And for PHP 4.x, use: +# +#AddType application/x-httpd-php .php +#AddType application/x-httpd-php-source .phps AddType application/x-tar .tgz
