diff options
author | Martin Kraemer <martin@apache.org> | 2001-03-02 07:42:36 +0000 |
---|---|---|
committer | Martin Kraemer <martin@apache.org> | 2001-03-02 07:42:36 +0000 |
commit | 8f9419b8d4a63276370eb40a6bc16ba2c727059d (patch) | |
tree | a6fa425dbb8c30713b457eb3d867fee1bd194255 | |
parent | 1e7851016d9ed366aab65c7c5fe827c9cafaddc9 (diff) | |
download | httpd-8f9419b8d4a63276370eb40a6bc16ba2c727059d.tar.gz |
Point to httpd site for httpd information
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88418 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/support/apachectl.8 | 2 | ||||
-rw-r--r-- | src/support/dbmmanage.1 | 2 | ||||
-rw-r--r-- | src/support/htdigest.1 | 2 | ||||
-rw-r--r-- | src/support/htpasswd.1 | 2 | ||||
-rw-r--r-- | src/support/httpd.8 | 2 | ||||
-rw-r--r-- | src/support/suexec.8 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/support/apachectl.8 b/src/support/apachectl.8 index 266b6c4f76..2e5aefd977 100644 --- a/src/support/apachectl.8 +++ b/src/support/apachectl.8 @@ -83,7 +83,7 @@ script returns a 0 exit value on success, and >0 if an error occurs. For more details, view the comments in the script. .PP Full documentation for Apache is available at -.B http://www.apache.org/ +.B http://httpd.apache.org/ . .SH OPTIONS The \fIcommand\fP can be any one or more of the following options: diff --git a/src/support/dbmmanage.1 b/src/support/dbmmanage.1 index ac74f6259a..1713f250a2 100644 --- a/src/support/dbmmanage.1 +++ b/src/support/dbmmanage.1 @@ -88,7 +88,7 @@ the directives necessary to configure user authentication in .B httpd see the Apache manual, which is part of the Apache distribution or can be -found at http://www.apache.org/. +found at http://httpd.apache.org/. .SH OPTIONS .IP \fB\fIfilename\fP The filename of the DBM format file. Usually without the diff --git a/src/support/htdigest.1 b/src/support/htdigest.1 index 3d42ad2007..1b355acfbd 100644 --- a/src/support/htdigest.1 +++ b/src/support/htdigest.1 @@ -81,7 +81,7 @@ the directives necessary to configure digest authentication in .B httpd see the Apache manual, which is part of the Apache distribution or can be -found at http://www.apache.org/. +found at http://httpd.apache.org/. .SH OPTIONS .IP \-c Create the \fIpasswdfile\fP. If \fIpasswdfile\fP already exists, it diff --git a/src/support/htpasswd.1 b/src/support/htpasswd.1 index 41a6384967..e2bd640a54 100644 --- a/src/support/htpasswd.1 +++ b/src/support/htpasswd.1 @@ -153,7 +153,7 @@ the directives necessary to configure user authentication in .B httpd see the Apache manual, which is part of the Apache distribution or can be -found at <URL:http://www.apache.org/>. +found at <URL:http://httpd.apache.org/>. .SH OPTIONS .IP \-b Use batch mode; \fIi.e.\fP, get the password from the command line diff --git a/src/support/httpd.8 b/src/support/httpd.8 index 483f047f08..978127aae0 100644 --- a/src/support/httpd.8 +++ b/src/support/httpd.8 @@ -120,7 +120,7 @@ of the directives necessary to configure .B httpd see the Apache manual, which is part of the Apache distribution or can be found at -http://www.apache.org/. Paths in this manual may not reflect those +http://httpd.apache.org/. Paths in this manual may not reflect those compiled into .B httpd. .SH OPTIONS diff --git a/src/support/suexec.8 b/src/support/suexec.8 index 75b2ed1910..ad1f7a0759 100644 --- a/src/support/suexec.8 +++ b/src/support/suexec.8 @@ -68,7 +68,7 @@ is the "wrapper" support program for the suEXEC behaviour for Apache. It is run from within Apache automatically to switch the user when an external program has to be run under a different user. For more information about suEXEC see the document `Apache suEXEC Support' -under http://www.apache.org/docs/suexec.html . +under http://httpd.apache.org/docs/suexec.html . .PD .SH SEE ALSO .BR httpd(8) |