[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#317357: marked as done (proxy_http_module already loaded)



Your message dated Sun, 08 Oct 2006 21:56:19 +0200
with message-id <452957E3.1060609@err.no>
and subject line Module now split, so fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apache2
Version: 2.0.54-4
Severity: wishlist

Both proxy_http.load & proxy.load contain -


LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so


- resulting in these warnings when proxy_http is enabled -


[warn] module proxy_http_module is already loaded, skipping


Maybe proxy.load should be fixed? Or proxy_http.load should be removed?

Many thanks!

Jack
--- proxy.load	2005/07/07 17:36:44	1.1
+++ proxy.load	2005/07/07 18:00:23
@@ -1,4 +1,6 @@
-LoadModule cache_module /usr/lib/apache2/modules/mod_cache.so                   
-LoadModule disk_cache_module /usr/lib/apache2/modules/mod_disk_cache.so         
-LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so                   
-LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so 
+LoadModule cache_module /usr/lib/apache2/modules/mod_cache.so
+LoadModule disk_cache_module /usr/lib/apache2/modules/mod_disk_cache.so
+LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
+
+# You probably also want to enable proxy_http.load
+#LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 2.2.3-1

In 2.2, the proxy module is split between http and other proxy modules and the .load files have been updated accordingly, so this bug is now fixed. Closing.

- tfheen

--- End Message ---

Reply to: