You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/08/02 04:49:39 UTC

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

Author: covener
Date: Tue Aug  2 02:49:38 2011
New Revision: 1153003

URL: http://svn.apache.org/viewvc?rev=1153003&view=rev
Log:
keep this t/apache/pr49328.t snippet out of the conf if mod_deflate is not
loaded, t/apache/pr49328.t already has the proper guard.


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=1153003&r1=1153002&r2=1153003&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Tue Aug  2 02:49:38 2011
@@ -698,6 +698,7 @@ LimitRequestFields    32
       </Location>
    </IfModule>
 
+   <IfModule mod_deflate.c>
    <Directory @SERVERROOT@/htdocs/modules/filter>
        Options +Includes
        AddType text/html .shtml
@@ -719,6 +720,7 @@ LimitRequestFields    32
        </IfVersion>
        FilterChain pr49328
    </Directory>
+   </IfModule>
 </IfModule>
 
 ##