mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
There is no such thing anymore (and hasn't for years)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315371 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
44408e2d5a
commit
7c304ec97f
2 changed files with 0 additions and 110 deletions
|
@ -52,7 +52,6 @@
|
|||
&install.windows.apache1;
|
||||
&install.windows.apache2;
|
||||
&install.windows.sun;
|
||||
&install.windows.omnihttpd;
|
||||
&install.windows.sambar;
|
||||
&install.windows.xitami;
|
||||
&install.windows.building;
|
||||
|
|
|
@ -1,109 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<sect1 xml:id="install.windows.omnihttpd" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>OmniHTTPd Server</title>
|
||||
<para>
|
||||
This section contains notes and hints specific to
|
||||
<link xlink:href="&url.omnihttpd;">OmniHTTPd</link> on Windows.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
You should read the <link linkend="install.windows.manual">manual
|
||||
installation steps</link> first!
|
||||
</para>
|
||||
</note>
|
||||
&warn.install.cgi;
|
||||
<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:\php\php.exe</literal> (use
|
||||
<filename>php-cgi.exe</filename> if installing PHP 5), 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:"~/.phpdoc/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
|
||||
-->
|
Loading…
Reference in a new issue