diff --git a/chapters/install.xml b/chapters/install.xml
index 6b4d04c0a8..24ab4f452d 100644
--- a/chapters/install.xml
+++ b/chapters/install.xml
@@ -3406,6 +3406,35 @@ $ php4-enable
+
+ Depending on your Apache install and Unix veriant, there are many
+ possible ways to stop and restart the server. Below are some typical
+ lines used in restarting the server, for different apache/unix
+ installations. You should replace /path/to/ with
+ the path to these applications on your systems.
+
+
+1. Several Linux and SysV variants:
+/etc/rc.d/init.d/httpd restart
+
+2. Using apachectl scripts:
+/path/to/apachectl restart
+
+3. httpdctl and httpsdctl (Using OpenSSL), similar to apachectl:
+/path/to/httpsdctl restart
+
+4. Using mod_ssl, or another SSL server, you may want to manually
+stop and start:
+/path/to/apachectl stop
+/path/to/apachectl startssl
+
+
+ The locations of the apachectl and http(s)dctl binaries often
+ vary. If your system has locate or
+ whereis or which commands,
+ these can assist you in finding your server contrl programs.
+
+
Different examples of compiling PHP for apache are as follows:
@@ -3480,7 +3509,7 @@ $ php4-enable
webpage on DSO support.
-
+
Details of installing PHP on Windows with Apache 1.3.x
@@ -3529,6 +3558,9 @@ $ php4-enable
+ Remerber to restart the server, for example,
+ NET STOP APACHE followed by
+ NET START APACHE.