Bug#506857: libapache2-mod-layout: sends wrong HTTP response when gzip enabled

2008-11-25 Thread White Patcher
Package: libapache2-mod-layout Version: 5.1-1 Severity: grave Justification: renders package unusable I use following directives: AddOutputFilterByType LAYOUT text/html LayoutFooter /var/www/footer.html when i visit my virtual hosts with programs on PHP, where gzip(zlib php's extension) is

Bug#506857: libapache2-mod-layout: sends wrong HTTP response when gzip enabled

2008-11-25 Thread Andreas Wenning
Hi White The problem is that PHP will gzip the content before it is sent to mod_layout for wrapping; and this will not work. So this case is expected to fail. If you want the content to be gzip'ed when sent to the client you should disable gzip(zlib php's extension) and then be able to use

Bug#506857: libapache2-mod-layout: sends wrong HTTP response when gzip enabled

2008-11-25 Thread wpatcher
Thank you for your advice, it works perfectly! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]