]> granicus.if.org Git - php/commitdiff
Document the new PHPINIDir directive in the apache2filter/README.
authorAaron Bannert <aaron@php.net>
Thu, 18 Apr 2002 22:47:13 +0000 (22:47 +0000)
committerAaron Bannert <aaron@php.net>
Thu, 18 Apr 2002 22:47:13 +0000 (22:47 +0000)
sapi/apache2filter/README

index 7bc0bd03aec00cb393cc0171096894214e640a46..73498c1cc3cd93209933a75dca9c20f74d5fcee7 100644 (file)
@@ -40,6 +40,15 @@ HOW TO INSTALL
 
     That's it. Now start bin/httpd.
 
+HOW TO CONFIGURE
+
+    The Apache 2.0 PHP module supports a new configuration directive that
+    allows an admin to override the php.ini search path. For example,
+    place your php.ini file in Apache's ServerRoot/conf directory and
+    add this to your httpd.conf file:
+
+        PHPINIDir "conf"
+
 DEBUGGING APACHE AND PHP
     
     To debug Apache, we recommened: