mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Add a note regarding Netscape Enterprise 4.x configuration
PR:a 8376 9612 9602 7016 Submitted by: Graeme Hoose <GraemeHoose@BrightStation.com> Reviewed by: Obtained from: git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@46124 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b6d821816f
commit
ea8b930c7d
1 changed files with 12 additions and 0 deletions
|
@ -4223,6 +4223,18 @@ From: bhager@invacare.com
|
|||
</Object>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>If you are running Netscape Enterprise 4.x, then you should use the following:</para>
|
||||
<example>
|
||||
<title>Configuration Example for Netscape Enterprise 4.x</title>
|
||||
<programlisting>
|
||||
Place these lines after the mime types init, and everything else is similar
|
||||
to the example configuration above.
|
||||
From: Graeme Hoose (GraemeHoose@BrightStation.com)
|
||||
|
||||
Init fn="load-modules" shlib="/path/to/server4/bin/libphp4.so" funcs="php4_init,php4_close,php4_execute,php4_auth_trans"
|
||||
Init fn="php4_init" LateInit="yes"
|
||||
</programlisting>
|
||||
</example>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="install.omnihttpd">
|
||||
|
|
Loading…
Reference in a new issue