From 7c304ec97fe81fa8f54d3b0fadec62bef5a73475 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 23 Aug 2011 14:54:18 +0000 Subject: [PATCH] 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 --- install/windows/index.xml | 1 - install/windows/omnihttpd.xml | 109 ---------------------------------- 2 files changed, 110 deletions(-) delete mode 100644 install/windows/omnihttpd.xml diff --git a/install/windows/index.xml b/install/windows/index.xml index 5e36481028..79aeb24dda 100644 --- a/install/windows/index.xml +++ b/install/windows/index.xml @@ -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; diff --git a/install/windows/omnihttpd.xml b/install/windows/omnihttpd.xml deleted file mode 100644 index d04989c2d4..0000000000 --- a/install/windows/omnihttpd.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - OmniHTTPd Server - - This section contains notes and hints specific to - OmniHTTPd on Windows. - - - - You should read the manual - installation steps first! - - - &warn.install.cgi; - - 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. - - - - Important for CGI users - - Read the faq - on cgi.force_redirect for important details. This - directive needs to be set to 0. - - - - - - - - Install OmniHTTPd server. - - - - - Right click on the blue OmniHTTPd icon in the system - tray and select Properties - - - - - Click on Web Server Global Settings - - - - - On the 'External' tab, enter: virtual = .php - | actual = c:\php\php.exe (use - php-cgi.exe if installing PHP 5), and use the Add - button. - - - - - On the Mime tab, enter: - virtual = wwwserver/stdcgi | actual = .php, - and use the Add button. - - - - - Click OK - - - - - - - Repeat steps 2 - 6 for each extension you want to associate with PHP. - - - - 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. - - - - -