From: pcs Date: Tue, 25 Nov 1997 09:41:46 +0000 (+0000) Subject: PR: X-Git-Tag: APACHE_1_3b5~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b87cc5f7f2f182489b6ea3bc2cc3aac6fb22f411;p=apache PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79642 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html b/docs/manual/install.html index 99d4fe3953..818b2fdf46 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -169,7 +169,7 @@ this file is somewhere else, you can give the real location with the -f argument. For example:
-    /usr/local/etc/apache/src/httpd -f /usr/local/etc/apache/conf/httpd.conf
+    /usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
 
If all goes well this will return to the command prompt almost @@ -228,7 +228,7 @@ attempt to kill the child processes because they will be renewed by the parent. A typical command to stop the server is:
-    kill -TERM `cat /usr/local/etc/apache/logs/httpd.pid`
+    kill -TERM `cat /usr/local/apache/logs/httpd.pid`
 

diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 99d4fe3953..818b2fdf46 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -169,7 +169,7 @@ this file is somewhere else, you can give the real location with the -f argument. For example:

-    /usr/local/etc/apache/src/httpd -f /usr/local/etc/apache/conf/httpd.conf
+    /usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
 
If all goes well this will return to the command prompt almost @@ -228,7 +228,7 @@ attempt to kill the child processes because they will be renewed by the parent. A typical command to stop the server is:
-    kill -TERM `cat /usr/local/etc/apache/logs/httpd.pid`
+    kill -TERM `cat /usr/local/apache/logs/httpd.pid`