From: André Malo Date: Sun, 18 Jan 2004 15:54:20 +0000 (+0000) Subject: add commented LoadModule directive for mod_deflate X-Git-Tag: pre_ajp_proxy~787 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0eafe620cd8b830da66b11cb214371339622d922;p=apache add commented LoadModule directive for mod_deflate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102369 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 0d452a5327..7b11b40fc6 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -150,6 +150,7 @@ LoadModule autoindex_module modules/mod_autoindex.so LoadModule cgi_module modules/mod_cgi.so #LoadModule dav_module modules/mod_dav.so #LoadModule dav_fs_module modules/mod_dav_fs.so +#LoadModule deflate_module modules/mod_deflate.so LoadModule dir_module modules/mod_dir.so LoadModule env_module modules/mod_env.so #LoadModule expires_module modules/mod_expires.so