From: pcs Date: Tue, 25 Nov 1997 09:47:47 +0000 (+0000) Subject: Fix the default Apache path X-Git-Tag: APACHE_1_3b5~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e31dcc37325ada7f814ff00c75891dc4b13263d;p=thirdparty%2Fapache%2Fhttpd.git Fix the default Apache path git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79644 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html b/docs/manual/install.html index 818b2fdf467..a815b1a72ba 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/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
+    /usr/local/apache/httpd -f /usr/local/apache/conf/httpd.conf
 
If all goes well this will return to the command prompt almost diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 818b2fdf467..a815b1a72ba 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/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
+    /usr/local/apache/httpd -f /usr/local/apache/conf/httpd.conf
 
If all goes well this will return to the command prompt almost