summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-22 05:34:22 +0000
committerSascha Schumann <sas@php.net>2000-08-22 05:34:22 +0000
commit732f891f3c3013a83144d4370fc524e810fbee7d (patch)
tree3479897dd942e4979b2ea8119dd16a9f0c474c74 /INSTALL
parentd0e48e92b679c8aa2666fa4b44697c2b27439b30 (diff)
downloadphp-git-732f891f3c3013a83144d4370fc524e810fbee7d.tar.gz
Add note about installing PHP on web servers other than Apache.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a282b9b8e6..86306e0ca6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,6 +5,15 @@ For the impatient here is a quick set of steps that will build PHP as
first a dynamic Apache module (DSO) for Apache 1.3.x with MySQL support
and then a static module. A more verbose explanation follows.
+For installing PHP on other web servers, refer to one of the following
+files:
+
+ sapi/aolserver/README
+ sapi/pi3web/README
+ sapi/servlet/README
+ sapi/thttpd/README
+ README.Zeus
+
Note! Only install either the static module or the dynamic one. Do not
install both.