http compression shared hosting apache/php
        Posted  
        
            by gansodesoya
        on Server Fault
        
        See other posts from Server Fault
        
            or by gansodesoya
        
        
        
        Published on 2010-05-14T02:15:48Z
        Indexed on 
            2010/05/14
            2:25 UTC
        
        
        Read the original article
        Hit count: 532
        
Hi, I was sniffing the response header of one my sites and apparently is not using http compression to deliver responses because I'm not seeing the Content-Encoding: gzip in the response header.
But the weird thing is that phpinfo() shows me HTTP_ACCEPT_ENCODING: gzip,deflate,sdch
Im using a rackspace cloud site (shared hosting, cant access httpdconfig), and I really want to activate http compression but the support guys over there tells me that if the phpinfo() says it, its already on.
thanks.!
© Server Fault or respective owner