diff options
author | Sameer Parekh <sameer@apache.org> | 1997-10-25 22:35:13 +0000 |
---|---|---|
committer | Sameer Parekh <sameer@apache.org> | 1997-10-25 22:35:13 +0000 |
commit | c2edc0550ec598791f99c6b37744ce3ff66182a0 (patch) | |
tree | 9020add750f146b8ee943adab0ad722702c78952 /docs/manual/invoking.html | |
parent | 0722046286dfd6315316cb500989391384ac8fcc (diff) | |
download | httpd-c2edc0550ec598791f99c6b37744ce3ff66182a0.tar.gz |
Set default pathnames -everywhere- to /usr/local/apache
PR:
Obtained from:
Submitted by: Sameer Parekh
Reviewed by: Jim, Martin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/invoking.html')
-rw-r--r-- | docs/manual/invoking.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 48e08f782a..669b359f66 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -30,7 +30,7 @@ The following options are recognized on the httpd command line: <dd>Set the initial value for the <A HREF="mod/core.html#serverroot">ServerRoot</A> variable to <em>serverroot</em>. This can be overridden by the ServerRoot command in the -configuration file. The default is <code>/usr/local/etc/httpd</code>. +configuration file. The default is <code>/usr/local/apache</code>. <dt><code>-f</code> <em>config</em> <dd>Execute the commands in the file <em>config</em> on startup. If |