On 25 August 2010 10:10, Tony Stevenson <[email protected]> wrote: > On Wed, Aug 25, 2010 at 01:04:01AM +0100, Tony Stevenson wrote: > >> Had to comment out an output filter line in the main httpd.conf (line 117) > > More specifically had to disable deflate - "AddOutputFilterByType DEFLATE > text/html text/plain text/xml application/xml application/xml+rss text/css > application/x-javascript" > The deflate module is loaded, and seemingly not causing any outwardly obvious > issues > > Thoughts?
What is the actual problem that caused you to remove it? If you are seeing problems when this output filter is being used, is it for URLs which are being handled by whatever Python web application you are hosting via mod_wsgi? I ask as I have had two reports of people having issues when using DEFLATE on mod_wsgi responses. Feedback suggests that responses are being delayed in being sent, giving appearance of slow response. The information I have is confusing however, as one person suggested it only happened for mod_wsgi daemon mode and the other thought it was only mod_wsgi embedded mode. I have not got enough information back from anyone to try and work out what issue may be and could not duplicate a problem myself in testing with standard Apache on Mac OS X. But then, I may well not have configured it in same way as people having problem. Graham > -- > Cheers, > Tony > > -------------------------------------------- > Tony Stevenson > > [email protected] - [email protected] > [email protected] - [email protected] > > http://blog.pc-tony.com > > 1024D/51047D66 > -------------------------------------------- >
