On May 2, 2004, at 5:02 PM, George Clark wrote:
>
> Hi,
>
> On my test server here I discovered that User.pm lost control. The
> /my/ and
> ~user links were returning 404 screens, and the slash headers were
> missing from
> the http stream.
>
> I've finally tracked it down to some interaction with mod_gzip. My
> production
> server is running R113, and the test server was updated to T150. By
> turning
> off mod_gzip, everything returns to normal.
>
> I had already configured mod_gzip to exclude the POST method, which
> seemed to
> break Slash, but the GET method was working fine. Production server is
> compressing everything okay, and it helps a lot on my DSL circuit with
> the slow
> uplink. I'd hate to have to give up compression altogether.
>
> I noticed that there are some new Slash/Custom/ApacheCompress.pm
> handlers that
> seems to deal with the gzip headers. This is new since R113. Could
> this be
> causing the interaction issues?
>
> Any ideas?
>
> Thanks,
> George
George,
see this
http://sourceforge.net/tracker/index.php?
func=detail&aid=901507&group_id=4421&atid=104421
I ran into a problem with gzip a while back. Make sure you're buidling
your apache with gzip as the last included module when you compile it.
Shane
|