If mod_deflate is not built, the Apache-Test httpd will not start.

Index: httpd/test/framework/trunk/t/conf/extra.conf.in
===================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in        (revision 1062532)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in        (working copy)
@@ -685,7 +685,9 @@

        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>

Reply via email to