You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by is...@apache.org on 2011/01/24 08:27:23 UTC

svn commit: r1062664 - /httpd/test/framework/trunk/t/conf/extra.conf.in

Author: issac
Date: Mon Jan 24 07:27:23 2011
New Revision: 1062664

URL: http://svn.apache.org/viewvc?rev=1062664&view=rev
Log:
If mod_deflate is not built, the Apache-Test httpd will not start [Fred Moyer]

Modified:
    httpd/test/framework/trunk/t/conf/extra.conf.in

Modified: httpd/test/framework/trunk/t/conf/extra.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/extra.conf.in?rev=1062664&r1=1062663&r2=1062664&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Mon Jan 24 07:27:23 2011
@@ -685,7 +685,9 @@ LimitRequestFields    32
 
        FilterDeclare pr49328 CONTENT_SET
        <IfVersion < 2.3.0> 
-          FilterProvider pr49328 DEFLATE resp=Content-Type $text/
+          <IfModule mod_deflate.c>
+            FilterProvider pr49328 DEFLATE resp=Content-Type $text/
+          </IfModule>
        </IfVersion>
        <IfVersion >= 2.3.0>
          <IfVersion < 2.3.9>