From: Uwe Schindler Date: Sun, 9 Mar 2003 12:08:36 +0000 (+0000) Subject: Changes for iPlanet Webserver 6 X-Git-Tag: php-4.3.2RC1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da7b2d970de94ff054f18f9d7da55a27a37254c2;p=php Changes for iPlanet Webserver 6 --- diff --git a/sapi/nsapi/nsapi-readme.txt b/sapi/nsapi/nsapi-readme.txt index 61e7dc8254..df595e9129 100644 --- a/sapi/nsapi/nsapi-readme.txt +++ b/sapi/nsapi/nsapi-readme.txt @@ -23,10 +23,13 @@ Add the following line to mime.types: type=magnus-internal/x-httpd-php exts=php -Add the following to obj.conf, shlib will vary depending on your OS, for -Unix it will be something like: +Add the following to obj.conf (for iPlanet/SunONE Web Server 6.0 and above however, you need to make the specified changes to the Init function +in the server-id/config/magnus.conf file, and not the server-id/config/obj.conf file): - "/bin/libphp4.so". +"shlib" will vary depending on your OS: + + Unix: "/bin/libphp4.so". + Windows: "c:\path\to\PHP4\nsapiPHP4.dll" Note! Place following two lines after mime.types init: @@ -49,7 +52,7 @@ Note! Place following two lines after mime.types init: ObjectType fn="force-type" type="magnus-internal/x-httpd-php" Service fn=php4_execute - + Authentication configuration