From: Aaron Bannert Date: Thu, 18 Apr 2002 22:47:13 +0000 (+0000) Subject: Document the new PHPINIDir directive in the apache2filter/README. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~588 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ab179e83007c13c21aae79fd4b2fca90de771bf;p=php Document the new PHPINIDir directive in the apache2filter/README. --- diff --git a/sapi/apache2filter/README b/sapi/apache2filter/README index 7bc0bd03ae..73498c1cc3 100644 --- a/sapi/apache2filter/README +++ b/sapi/apache2filter/README @@ -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: