From 2f9280c037a6e7537a96ba0628ecc1a44ac054df Mon Sep 17 00:00:00 2001 From: Friedhelm Betz <betz@php.net> Date: Thu, 26 Jun 2003 10:00:42 +0000 Subject: [PATCH] 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 --- chapters/install.omnihttpd.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/chapters/install.omnihttpd.xml b/chapters/install.omnihttpd.xml index b6f324ce6e..c6535c463d 100644 --- a/chapters/install.omnihttpd.xml +++ b/chapters/install.omnihttpd.xml @@ -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>