From: André Malo Date: Sun, 13 Nov 2005 17:13:06 +0000 (+0000) Subject: more URL fixes X-Git-Tag: 2.0.56~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a5ba0a8534ca2087b444c5de0524130f6880e1;p=thirdparty%2Fapache%2Fhttpd.git more URL fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@333064 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 35a13c9ce8b..990c72ba7be 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -3,7 +3,7 @@ # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. -# See for detailed information about +# See for detailed information about # the directives. # # Do NOT simply read the instructions in here without understanding @@ -42,7 +42,7 @@ # # NOTE! If you intend to place this on an NFS (or otherwise network) # mounted filesystem then please read the LockFile documentation (available -# at ); +# at ); # you will save yourself a lot of trouble. # # Do NOT add a slash at the end of the directory path. @@ -341,7 +341,7 @@ DocumentRoot "@exp_htdocsdir@" # doesn't give it to you. # # The Options directive is both complicated and important. Please see -# http://httpd.apache.org/docs-2.0/mod/core.html#options +# http://httpd.apache.org/docs/2.0/mod/core.html#options # for more information. # Options Indexes FollowSymLinks @@ -452,7 +452,7 @@ HostnameLookups Off # The default is on; turn this off if you serve from NFS-mounted # filesystems. On some systems, turning it off (regardless of # filesystem) can improve performance; for details, please see -# http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap +# http://httpd.apache.org/docs/2.0/mod/core.html#enablemmap # #EnableMMAP off @@ -461,7 +461,7 @@ HostnameLookups Off # used to deliver files (assuming that the OS supports it). # The default is on; turn this off if you serve from NFS-mounted # filesystems. Please see -# http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile +# http://httpd.apache.org/docs/2.0/mod/core.html#enablesendfile # #EnableSendfile off @@ -1010,7 +1010,7 @@ BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at -# +# # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 9ea8a7a2d7f..5da42a6d711 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -3,7 +3,7 @@ # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. -# See for detailed information about +# See for detailed information about # the directives. # # Do NOT simply read the instructions in here without understanding @@ -49,7 +49,7 @@ # # NOTE! If you intend to place this on an NFS (or otherwise network) # mounted filesystem then please read the LockFile documentation (available -# at ); +# at ); # you will save yourself a lot of trouble. # # Do NOT add a slash at the end of the directory path. @@ -261,7 +261,7 @@ DocumentRoot "@@ServerRoot@@/htdocs" # doesn't give it to you. # # The Options directive is both complicated and important. Please see -# http://httpd.apache.org/docs-2.0/mod/core.html#options +# http://httpd.apache.org/docs/2.0/mod/core.html#options # for more information. # Options Indexes FollowSymLinks @@ -378,7 +378,7 @@ HostnameLookups Off # The default is on; turn this off if you serve from NFS-mounted # filesystems. On some systems, turning it off (regardless of # filesystem) can improve performance; for details, please see -# http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap +# http://httpd.apache.org/docs/2.0/mod/core.html#enablemmap # #EnableMMAP off @@ -387,7 +387,7 @@ HostnameLookups Off # used to deliver files (assuming that the OS supports it). # The default is on; turn this off if you serve from NFS-mounted # filesystems. Please see -# http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile +# http://httpd.apache.org/docs/2.0/mod/core.html#enablesendfile # #EnableSendfile off @@ -929,7 +929,7 @@ BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at -# +# # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host diff --git a/docs/conf/ssl-std.conf.in b/docs/conf/ssl-std.conf.in index 7547399ccef..978d2bd45c1 100644 --- a/docs/conf/ssl-std.conf.in +++ b/docs/conf/ssl-std.conf.in @@ -2,7 +2,7 @@ # This is the Apache server configuration file providing SSL support. # It contains the configuration directives to instruct the server how to # serve pages over an https connection. For detailing information about these -# directives see +# directives see # # Do NOT simply read the instructions in here without understanding # what they do. They're here only as hints or reminders. If you are unsure