diff --git a/chapters/install.omnihttpd.xml b/chapters/install.omnihttpd.xml index d3f0c961d0..e6bb0b179d 100644 --- a/chapters/install.omnihttpd.xml +++ b/chapters/install.omnihttpd.xml @@ -1,5 +1,5 @@ - + Servers-OmniHTTPd Server @@ -14,6 +14,28 @@ SAPI is supported by OmniHTTPd, but some tests have shown that it is not so stable to use PHP as an ISAPI module. + + + Important for CGI users + + When running PHP as CGI with IIS, PWS, OmniHTTPD or Xitami, + you MUST set the + cgi.force_redirect directive to 0. + It defaults to 1 so be sure the directive + isn't commented out (with a ;). + + + It's important that you're 100% sure that &php.ini; is + being read by PHP. To test this, make a call to + phpinfo and near the top will be a + listing called Configuration File (php.ini). + This will tell you where PHP is looking for &php.ini; and + whether or not it's being read. If just a PATH exists + than it's not being read and you should put your &php.ini; + there. If &php.ini; is included with the PATH than it is + being read. + + diff --git a/chapters/install.xitami.xml b/chapters/install.xitami.xml index 270682a158..58af070f1b 100644 --- a/chapters/install.xitami.xml +++ b/chapters/install.xitami.xml @@ -1,5 +1,5 @@ - + Servers-Xitami @@ -12,6 +12,28 @@ This list describes how to set up the PHP CGI binary to work with Xitami on Windows. + + + Important for CGI users + + When running PHP as CGI with IIS, PWS, OmniHTTPD or Xitami, + you MUST set the + cgi.force_redirect directive to 0. + It defaults to 1 so be sure the directive + isn't commented out (with a ;). + + + It's important that you're 100% sure that &php.ini; is + being read by PHP. To test this, make a call to + phpinfo and near the top will be a + listing called Configuration File (php.ini). + This will tell you where PHP is looking for &php.ini; and + whether or not it's being read. If just a PATH exists + than it's not being read and you should put your &php.ini; + there. If &php.ini; is included with the PATH than it is + being read. + +