]> granicus.if.org Git - apache/commitdiff
PR:
authorpcs <pcs@unknown>
Tue, 25 Nov 1997 09:41:46 +0000 (09:41 +0000)
committerpcs <pcs@unknown>
Tue, 25 Nov 1997 09:41:46 +0000 (09:41 +0000)
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79642 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html
docs/manual/install.html.en

index 99d4fe39534936fc416009501b9a6e33c29a3488..818b2fdf467de9d722b59020d694a77aa7d35cf2 100644 (file)
@@ -169,7 +169,7 @@ this file is somewhere else, you can give the real
 location with the -f argument. For example:
 
 <PRE>
-    /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
 </PRE>
 
 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:
 
 <PRE>
-    kill -TERM `cat /usr/local/etc/apache/logs/httpd.pid`
+    kill -TERM `cat /usr/local/apache/logs/httpd.pid`
 </PRE>
 
 <P>
index 99d4fe39534936fc416009501b9a6e33c29a3488..818b2fdf467de9d722b59020d694a77aa7d35cf2 100644 (file)
@@ -169,7 +169,7 @@ this file is somewhere else, you can give the real
 location with the -f argument. For example:
 
 <PRE>
-    /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
 </PRE>
 
 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:
 
 <PRE>
-    kill -TERM `cat /usr/local/etc/apache/logs/httpd.pid`
+    kill -TERM `cat /usr/local/apache/logs/httpd.pid`
 </PRE>
 
 <P>