From de2de0164f71286e21dd29ccc95d6978b7bdaf8b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 20 Jan 2003 07:24:59 +0000 Subject: [PATCH] Tell omnihttpd and xitami users that they need cgi.force_redirect = 0 too. This is related to bug #16111 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112773 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.omnihttpd.xml | 24 +++++++++++++++++++++++- chapters/install.xitami.xml | 24 +++++++++++++++++++++++- 2 files changed, 46 insertions(+), 2 deletions(-) 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. + +