From 9f9ccbc5d357f396e58955c1ab92e4d072ef49bf Mon Sep 17 00:00:00 2001 From: jorton Date: Mon, 5 Dec 2005 17:26:03 +0000 Subject: - don't strip C-L from HEAD responses (Greg Ames, #110552) - 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 --- httpd.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'httpd.conf') 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 ); +# (available at ); # 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. # # # 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 -# +# # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host -- cgit