mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Forgot something...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@136742 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0d9362ff2c
commit
6038fd4669
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<sect1 id="install.netscape-enterprise">
|
||||
<title>Servers-Netscape, iPlanet and SunONE</title>
|
||||
<para>
|
||||
|
@ -144,7 +144,8 @@ Init fn="php4_init" LateInit="yes" errorString="Failed to initialize PHP!" [php_
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Configure the default object:
|
||||
Configure the default object in <filename>obj.conf</filename>
|
||||
(for virtual server classes [SunONE 6.0] in their <filename>vserver.obj.conf</filename>):
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<Object name="default">
|
||||
|
@ -292,7 +293,7 @@ ftype PHPScript=c:\php\php.exe %1 %*
|
|||
<simpara>
|
||||
In the Netscape Enterprise Administration Server create
|
||||
a new mime type (Category: type,
|
||||
Content-Type: magnus-internal/x-httpd-php, File Suffix:php).
|
||||
Content-Type: magnus-internal/x-httpd-php, File Suffix: php).
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -313,6 +314,8 @@ Init fn="php4_init" LateInit="yes" errorString="Failed to initialise PHP!" [php_
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Configure the default object in <filename>obj.conf</filename>
|
||||
(for virtual server classes [SunONE 6.0] in their <filename>vserver.obj.conf</filename>):
|
||||
In the <literal><Object name="default"></literal>
|
||||
section, place this line necessarily after all 'ObjectType'
|
||||
and before all 'AddLog' lines:
|
||||
|
|
Loading…
Reference in a new issue