From: Joshua Slive Date: Thu, 23 Aug 2001 00:07:37 +0000 (+0000) Subject: Bad file reference. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5f684df55043b39208de6f70904a33e2db862e;p=thirdparty%2Fapache%2Fhttpd.git Bad file reference. PR: 5815 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90525 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/httpd.conf-dist b/conf/httpd.conf-dist index 6450e124a19..7b731aed70d 100644 --- a/conf/httpd.conf-dist +++ b/conf/httpd.conf-dist @@ -188,7 +188,7 @@ MaxRequestsPerChild 0 # To be able to use the functionality of a module which was built as a DSO you # have to place corresponding `LoadModule' lines at this location so the # directives contained in it are actually available _before_ they are used. -# Please read the file README.DSO in the Apache 1.3 distribution for more +# Please read the file http://httpd.apache.org/docs/dso.html for more # details about the DSO mechanism and run `httpd -l' for the list of already # built-in (statically linked and thus always available) modules in your httpd # binary. diff --git a/conf/httpd.conf-dist-nw b/conf/httpd.conf-dist-nw index 99689c0e542..05179a7fc0a 100644 --- a/conf/httpd.conf-dist-nw +++ b/conf/httpd.conf-dist-nw @@ -162,7 +162,7 @@ MaxRequestsPerChild 0 # To be able to use the functionality of a module which was built as a DSO you # have to place corresponding `LoadModule' lines at this location so the # directives contained in it are actually available _before_ they are used. -# Please read the file README.DSO in the Apache 1.3 distribution for more +# Please read the file http://httpd.apache.org/docs/dso.html for more # details about the DSO mechanism and run `httpd -l' for the list of already # built-in (statically linked and thus always available) modules in your httpd # binary.