You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/11/13 18:16:51 UTC

svn commit: r594586 - /httpd/httpd/trunk/modules/proxy/config.m4

Author: jim
Date: Tue Nov 13 09:16:40 2007
New Revision: 594586

URL: http://svn.apache.org/viewvc?rev=594586&view=rev
Log:
Make life happy for people who don't have serf but
still use most... yeah, this means you need to explicitly
add mod_serf... no, this isn't a comment on how cool
mod_serf is :)

Modified:
    httpd/httpd/trunk/modules/proxy/config.m4

Modified: httpd/httpd/trunk/modules/proxy/config.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/config.m4?rev=594586&r1=594585&r2=594586&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/config.m4 (original)
+++ httpd/httpd/trunk/modules/proxy/config.m4 Tue Nov 13 09:16:40 2007
@@ -72,7 +72,7 @@
 ])
 
 serf_objects="mod_serf.lo"
-APACHE_MODULE(serf, [Reverse proxy module using Serf], $serf_objects, , yes, [
+APACHE_MODULE(serf, [Reverse proxy module using Serf], $serf_objects, , no, [
     CHECK_SERF
 ])