diff options
-rw-r--r-- | sapi/apache2filter/README | 9 |
1 files changed, 9 insertions, 0 deletions
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: |