Add note about installing PHP on web servers other than Apache.

This commit is contained in:
Sascha Schumann 2000-08-22 05:34:22 +00:00
parent d0e48e92b6
commit 732f891f3c

View File

@ -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.