summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2005-12-05 17:26:03 +0000
committerjorton <jorton@fedoraproject.org>2005-12-05 17:26:03 +0000
commit9f9ccbc5d357f396e58955c1ab92e4d072ef49bf (patch)
tree4906867c6a48108af5067750010f1a52195122c5 /httpd.conf
parent96e0b3384f3e4b6be9bc3128de327f3f7fab3265 (diff)
downloadhttpd-9f9ccbc5d357f396e58955c1ab92e4d072ef49bf.tar.gz
httpd-9f9ccbc5d357f396e58955c1ab92e4d072ef49bf.tar.xz
httpd-9f9ccbc5d357f396e58955c1ab92e4d072ef49bf.zip
- don't strip C-L from HEAD responses (Greg Ames, #110552)httpd-2_2_0-2
- load mod_proxy_balancer by default - add proxy_ajp.conf to load/configure mod_proxy_ajp - Obsolete mod_jk - update docs URLs in httpd.conf/ssl.conf
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf13
1 files changed, 7 insertions, 6 deletions
diff --git a/httpd.conf b/httpd.conf
index 464751d..ddfe7c9 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -49,7 +49,7 @@ ServerTokens OS
#
# NOTE! If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the LockFile documentation
-# (available at <URL:http://httpd.apache.org/docs-2.0/mod/mpm_common.html#lockfile>);
+# (available at <URL:http://httpd.apache.org/docs/2.2/mod/mpm_common.html#lockfile>);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
@@ -186,6 +186,7 @@ LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
+LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
@@ -312,7 +313,7 @@ DocumentRoot "/var/www/html"
# 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.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
@@ -447,7 +448,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.2/mod/core.html#enablemmap
#
#EnableMMAP off
@@ -456,7 +457,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.2/mod/core.html#enablesendfile
#
#EnableSendfile off
@@ -936,7 +937,7 @@ BrowserMatch "^gnome-vfs" redirect-carefully
#
# To enable a cache of proxied content, uncomment the following lines.
-# See http://httpd.apache.org/docs-2.0/mod/mod_cache.html for more details.
+# See http://httpd.apache.org/docs/2.2/mod/mod_cache.html for more details.
#
#<IfModule mod_disk_cache.c>
# CacheEnable disk /
@@ -955,7 +956,7 @@ BrowserMatch "^gnome-vfs" redirect-carefully
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
-# <URL:http://httpd.apache.org/docs-2.0/vhosts/>
+# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host