diff --git a/chapters/install.iplanet.xml b/chapters/install.iplanet.xml index 9b5221b1dc..a44dcfa3a3 100644 --- a/chapters/install.iplanet.xml +++ b/chapters/install.iplanet.xml @@ -1,9 +1,9 @@ - + - Servers-Netscape and iPlanet + Servers: Netscape, iPlanet and SunONE - This section contains notes and hints specific to Netscape and iPlanet + This section contains notes and hints specific to Netscape, iPlanet and SunONE webserver installs of PHP, both for Sun Solaris and Windows versions. @@ -15,12 +15,12 @@ Installing PHP with Netscape on Sun Solaris - To build PHP with NES or iPlanet web servers, enter the proper install - directory for the + To build PHP with NES/iPlanet/SunONE webservers, enter the proper install + directory for the --with-nsapi=[DIR] option. The default directory is usually /opt/netscape/suitespot/. - Please also read /php-xxx-version/sapi/nsapi/nsapi-readme.txt. + Please also read /php-xxx-version/sapi/nsapi/nsapi-readme.txt. @@ -33,7 +33,7 @@ Install the following packages from - &url.sun.freeware; or another download site: + &url.sun.freeware; or another download site: autoconf-2.13 automake-1.4 @@ -131,10 +131,12 @@ type=magnus-internal/x-httpd-php exts=php place the following lines after mime types init. + The php_ini parameter is optional but with it you can place your + &php.ini; in your webserver config directory. @@ -146,13 +148,16 @@ Init fn=php4_init errorString="Failed to initialize PHP!" . . . -.#NOTE this next line should happen after all 'ObjectType' and before all 'AddLog' lines -Service fn="php4_execute" type="magnus-internal/x-httpd-php" - . - . +.#NOTE this next line should happen after all 'ObjectType' and before all 'AddLog' lines +Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inikey=value ...] + . + . ]]> + As additional parameters you can add some special &php.ini;-values, for example you + can set a docroot specific to the context php4_execute + is called. @@ -160,10 +165,10 @@ Service fn="php4_execute" type="magnus-internal/x-httpd-php" Create a new object for the usage of PHP: -ObjectType fn="force-type" type="magnus-internal/x-httpd-php" -Service fn=php4_execute - + +ObjectType fn="force-type" type="magnus-internal/x-httpd-php" +Service fn=php4_execute [inikey=value inikey=value ...] + ]]> @@ -173,7 +178,7 @@ Service fn=php4_execute Setup of authentication: PHP authentication cannot be used with any other authentication. ALL AUTHENTICATION IS PASSED TO YOUR PHP SCRIPT. To configure PHP Authentication for the entire server, add the - following line to your default object: + following line to your default object: @@ -188,11 +193,11 @@ AuthTrans fn=php4_auth_trans - To use PHP Authentication on a single directory, add the following: + To use PHP Authentication on a single directory, add the following: -AuthTrans fn=php4_auth_trans + +AuthTrans fn=php4_auth_trans ]]> @@ -208,8 +213,8 @@ AuthTrans fn=php4_auth_trans (Contributed by Graeme Hoose, GraemeHoose at BrightStation dot com). @@ -218,7 +223,7 @@ Init fn="php4_init" LateInit="yes" Installing PHP with Netscape on Windows To Install PHP as CGI (for Netscape Enterprise Server, - iPlanet, perhaps Fastrack), do the following: + iPlanet, SunONE, perhaps Fastrack), do the following: @@ -267,7 +272,7 @@ ftype PHPScript=c:\php\php.exe %1 %* To Install PHP as NSAPI (for Netscape Enterprise Server, - iPlanet, perhaps Fastrack, do the following: + iPlanet, SunONE, perhaps Fastrack, do the following: @@ -302,10 +307,12 @@ ftype PHPScript=c:\php\php.exe %1 %* (necessarily after mime type init!): + The php_ini parameter is optional but with it you can place your + &php.ini; in your webserver config directory. @@ -315,9 +322,12 @@ Init fn="php4_init" errorString="Failed to initialise PHP!" and before all 'AddLog' lines: + As additional parameters you can add some special &php.ini;-values, for example you + can set a docroot specific to the context php4_execute + is called. @@ -328,7 +338,7 @@ Service fn="php4_execute" type="magnus-internal/x-httpd-php" ObjectType fn="force-type" type="magnus-internal/x-httpd-php" -Service fn=php4_execute +Service fn=php4_execute [inikey=value inikey=value ...] ]]>