mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
linking to the server homepage.
changed list to orderedlist git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133308 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bf4aedaebe
commit
2f9280c037
1 changed files with 12 additions and 11 deletions
|
@ -1,9 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<sect1 id="install.omnihttpd">
|
||||
<title>Servers-OmniHTTPd Server</title>
|
||||
<para>
|
||||
This section contains notes and hints specific to OmniHTTPd.
|
||||
This section contains notes and hints specific to
|
||||
<ulink url="&url.omnihttpd;">OmniHTTPd</ulink>.
|
||||
</para>
|
||||
<sect2 id="install.omnihttpd.windows">
|
||||
<title>OmniHTTPd 2.0b1 and up for Windows</title>
|
||||
|
@ -25,43 +26,43 @@
|
|||
</note>
|
||||
|
||||
<para>
|
||||
<itemizedlist>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 1: Install OmniHTTPd server.
|
||||
Install OmniHTTPd server.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 2: Right click on the blue OmniHTTPd icon in the system
|
||||
Right click on the blue OmniHTTPd icon in the system
|
||||
tray and select <literal>Properties</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 3: Click on <literal>Web Server Global Settings</literal>
|
||||
Click on <literal>Web Server Global Settings</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 4: On the 'External' tab, enter: <literal>virtual = .php
|
||||
On the 'External' tab, enter: <literal>virtual = .php
|
||||
| actual = c:\path-to-php-dir\php.exe</literal>, and use the Add
|
||||
button.
|
||||
button.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 5: On the <literal>Mime</literal> tab, enter:
|
||||
On the <literal>Mime</literal> tab, enter:
|
||||
<literal>virtual = wwwserver/stdcgi | actual = .php</literal>,
|
||||
and use the Add button.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 6: Click <literal>OK</literal>
|
||||
Click <literal>OK</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</orderedlist>
|
||||
</para>
|
||||
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue