[users@httpd] mod_proxy ignores incompleteness of chunked-coding response from backend

2013-08-17 Thread Hannes Schmidt
Hi, We use Apache's mod_proxy to reverse-proxy a web application that sends back large XML responses whose lengths are unknown in advance. IOW, the responses sent by the application (aka the backend) use the chunked transfer encoding. We configured mod_proxy to use chunked coding on the frontend

Re: [users@httpd] Apache 2.4 fails to call LDAP auth modules

2013-08-17 Thread Igor Cicimov
On 16/08/2013 3:10 AM, William Paredes bill.pare...@einstein.yu.edu wrote: Greetings! It's been a few days that I'm struggling with this one: I don't get the authentication dialog window prompting for a user name password when I enter an LDAP protected realm: Directory

[users@httpd] Strange httpd 2.4.6 Mod_Rewrite issue

2013-08-17 Thread Don O'Neil
I'm having a very strange issue with the mod_rewrite module. First off here's the basics: Apache 2.4.6, Centos 6 x64 Here's the loading of the directive: IfModule mod_rewrite.c RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F]