Change request (already done :-/)

Mike McGrath mmcgrath at redhat.com
Fri Aug 6 18:26:01 UTC 2010


Sorry guys, I just pushed out a change that I think will also hit the app
servers and koji01, I didn't realize it until after I did it.  The change
was just to disable mod_cache which the app servers weren't using anyway.
If it does break something by chance, the revert is as simple as adding
the lines back.

Sorry about that:

diff --git a/modules/httpd/files/httpd.conf-koji
b/modules/httpd/files/httpd.conf-koji
index 97e5277..4285106 100644
--- a/modules/httpd/files/httpd.conf-koji
+++ b/modules/httpd/files/httpd.conf-koji
@@ -200,9 +200,9 @@ LoadModule proxy_module
modules/mod_proxy.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
-LoadModule cache_module modules/mod_cache.so
+#LoadModule cache_module modules/mod_cache.so
 #LoadModule suexec_module modules/mod_suexec.so
-LoadModule disk_cache_module modules/mod_disk_cache.so
+#LoadModule disk_cache_module modules/mod_disk_cache.so
 #LoadModule file_cache_module modules/mod_file_cache.so
 #LoadModule mem_cache_module modules/mod_mem_cache.so
 LoadModule cgi_module modules/mod_cgi.so
diff --git a/modules/httpd/files/httpd.conf-rhel5app
b/modules/httpd/files/httpd.conf-rhel5app
index 2f26cf7..2e72561 100644
--- a/modules/httpd/files/httpd.conf-rhel5app
+++ b/modules/httpd/files/httpd.conf-rhel5app
@@ -203,9 +203,9 @@ LoadModule proxy_module
modules/mod_proxy.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
-LoadModule cache_module modules/mod_cache.so
+#LoadModule cache_module modules/mod_cache.so
 #LoadModule suexec_module modules/mod_suexec.so
-LoadModule disk_cache_module modules/mod_disk_cache.so
+#LoadModule disk_cache_module modules/mod_disk_cache.so
 #LoadModule file_cache_module modules/mod_file_cache.so
 #LoadModule mem_cache_module modules/mod_mem_cache.so
 LoadModule cgi_module modules/mod_cgi.so


More information about the infrastructure mailing list