goba Fri Jun 4 17:26:23 2004 EDT Added files: /phpdoc/en/install/windows omnihttpd.xml
Removed files: /phpdoc/en/chapters install.oreilly.xml Modified files: /phpdoc installpart.xml.in /phpdoc/en/install/windows index.xml Log: Remove oreilly stuff from the old install part, since it was discontinued in 2001, and it's successor is not alive either. Add OmniHTTPd to the new install part since it seems to be living well http://cvs.php.net/diff.php/phpdoc/installpart.xml.in?r1=1.4&r2=1.5&ty=u Index: phpdoc/installpart.xml.in diff -u phpdoc/installpart.xml.in:1.4 phpdoc/installpart.xml.in:1.5 --- phpdoc/installpart.xml.in:1.4 Tue Jun 1 16:55:11 2004 +++ phpdoc/installpart.xml.in Fri Jun 4 17:26:23 2004 @@ -18,7 +18,6 @@ &chapters.install.iis; &chapters.install.iplanet; &chapters.install.omnihttpd; - &chapters.install.oreilly; &chapters.install.sambar; &chapters.install.xitami; &chapters.install.otherhttpd; http://cvs.php.net/diff.php/phpdoc/en/install/windows/index.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/install/windows/index.xml diff -u phpdoc/en/install/windows/index.xml:1.3 phpdoc/en/install/windows/index.xml:1.4 --- phpdoc/en/install/windows/index.xml:1.3 Fri Jun 4 06:30:07 2004 +++ phpdoc/en/install/windows/index.xml Fri Jun 4 17:26:23 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <chapter id="install.windows"> <title>Installation on Windows systems</title> <para> @@ -31,6 +31,7 @@ &install.windows.apache1; &install.windows.apache2; &install.windows.iplanet; + &install.windows.omnihttpd; &install.windows.building; &install.windows.extensions; http://cvs.php.net/co.php/phpdoc/en/install/windows/omnihttpd.xml?r=1.1&p=1 Index: phpdoc/en/install/windows/omnihttpd.xml +++ phpdoc/en/install/windows/omnihttpd.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <sect1 id="install.windows.omnihttpd"> <title>OmniHTTPd Server</title> <para> This section contains notes and hints specific to <ulink url="&url.omnihttpd;">OmniHTTPd</ulink> on Windows. </para> <simpara> You need to complete the following steps to make PHP work with OmniHTTPd. This is a CGI executable setup. SAPI is supported by OmniHTTPd, but some tests have shown that it is not so stable to use PHP as an ISAPI module. </simpara> <note> <title>Important for CGI users</title> <para> Read the <link linkend="faq.installation.forceredirect">faq on cgi.force_redirect</link> for important details. This directive needs to be set to <literal>0</literal>. </para> </note> <para> <orderedlist> <listitem> <para> Install OmniHTTPd server. </para> </listitem> <listitem> <para> Right click on the blue OmniHTTPd icon in the system tray and select <literal>Properties</literal> </para> </listitem> <listitem> <para> Click on <literal>Web Server Global Settings</literal> </para> </listitem> <listitem> <para> On the 'External' tab, enter: <literal>virtual = .php | actual = c:\path-to-php-dir\php.exe</literal>, and use the Add button. </para> </listitem> <listitem> <para> On the <literal>Mime</literal> tab, enter: <literal>virtual = wwwserver/stdcgi | actual = .php</literal>, and use the Add button. </para> </listitem> <listitem> <para> Click <literal>OK</literal> </para> </listitem> </orderedlist> </para> <simpara> Repeat steps 2 - 6 for each extension you want to associate with PHP. </simpara> <note> <para> Some OmniHTTPd packages come with built in PHP support. You can choose at setup time to do a custom setup, and uncheck the PHP component. We recommend you to use the latest PHP binaries. Some OmniHTTPd servers come with PHP 4 beta distributions, so you should choose not to set up the built in support, but install your own. If the server is already on your machine, use the Replace button in Step 4 and 5 to set the new, correct information. </para> </note> </sect1> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->