]> granicus.if.org Git - php/commitdiff
Update README.
authorSebastian Bergmann <sebastian@php.net>
Thu, 11 Apr 2002 17:01:51 +0000 (17:01 +0000)
committerSebastian Bergmann <sebastian@php.net>
Thu, 11 Apr 2002 17:01:51 +0000 (17:01 +0000)
sapi/apache2filter/README

index 930dd95a5bf5c914d6a190b5820d0af0f6e7303d..7bc0bd03aec00cb393cc0171096894214e640a46 100644 (file)
@@ -18,7 +18,7 @@ DOES IT WORK?
 HOW TO INSTALL
 
     Get the latest Apache 2.0 sources from CVS and install it. This
-    SAPI module is known to work with Apache 2.0.34-dev.
+    SAPI module is known to work with Apache 2.0.35.
 
         $ cd apache-2.x
         $ cd src
@@ -36,10 +36,7 @@ HOW TO INSTALL
    
     At the end of conf/httpd.conf, add:
 
-        <Files *.php>
-        SetOutputFilter PHP
-        SetInputFilter PHP
-        </Files>
+        AddType application/x-httpd-php .php
 
     That's it. Now start bin/httpd.