diff options
author | pcs <pcs@unknown> | 1997-11-25 09:47:47 +0000 |
---|---|---|
committer | pcs <pcs@unknown> | 1997-11-25 09:47:47 +0000 |
commit | 1e31dcc37325ada7f814ff00c75891dc4b13263d (patch) | |
tree | 51da5fd4f4f51ca626b878198815b47012d1c5e4 | |
parent | b87cc5f7f2f182489b6ea3bc2cc3aac6fb22f411 (diff) | |
download | httpd-1e31dcc37325ada7f814ff00c75891dc4b13263d.tar.gz |
Fix the default Apache path
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79644 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/install.html | 2 | ||||
-rw-r--r-- | 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: <PRE> - /usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf + /usr/local/apache/httpd -f /usr/local/apache/conf/httpd.conf </PRE> 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: <PRE> - /usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf + /usr/local/apache/httpd -f /usr/local/apache/conf/httpd.conf </PRE> If all goes well this will return to the command prompt almost |