From 1e31dcc37325ada7f814ff00c75891dc4b13263d Mon Sep 17 00:00:00 2001 From: pcs Date: Tue, 25 Nov 1997 09:47:47 +0000 Subject: [PATCH] Fix the default Apache path git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79644 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 2 +- docs/manual/install.html.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/install.html b/docs/manual/install.html index 818b2fdf46..a815b1a72b 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 818b2fdf46..a815b1a72b 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 -- 2.50.1