diff options
author | Greg Ames <gregames@apache.org> | 2001-10-17 19:55:07 +0200 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2001-10-17 19:55:07 +0200 |
commit | 4645c79e185a114ab5f6c6961ce1c0c1b6866ea3 (patch) | |
tree | 91cd7637e6e4dde73ef9e5ab981e36e4fe1ac12a /docs | |
parent | Fully convert worker's fdqueue to the new APR lock API: (diff) | |
download | apache2-4645c79e185a114ab5f6c6961ce1c0c1b6866ea3.tar.xz apache2-4645c79e185a114ab5f6c6961ce1c0c1b6866ea3.zip |
get rid of a reference to access.conf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_status.html b/docs/manual/mod/mod_status.html index 8510691fae..5e07273384 100644 --- a/docs/manual/mod/mod_status.html +++ b/docs/manual/mod/mod_status.html @@ -82,7 +82,7 @@ <h2>Enabling Status Support</h2> To enable status reports only for browsers from the foo.com - domain add this code to your <code>access.conf</code> + domain add this code to your <code>httpd.conf</code> configuration file <pre> <Location /server-status> |