mod_deflate enabled for amf?
        Posted  
        
            by user10753
        on Server Fault
        
        See other posts from Server Fault
        
            or by user10753
        
        
        
        Published on 2009-06-26T10:31:06Z
        Indexed on 
            2010/03/27
            5:03 UTC
        
        
        Read the original article
        Hit count: 529
        
coldfusion 8, apache 2.2
running locally on XP pro. sp 3
--
Im trying to get mod_deflate working for amf. I've seen acouple of post that mention this is possible. But I cannot seem to get it to work for myself.
eg. http://wadearnold.com/blog/flash/gzip-compression-is-not-part-of-amf
the compression is working for other minetypes I've added to the AddOutputFilterByType so the deflate is working correctly.
ive tried the following minetypes; application/x-amf, application-x/amf, application/amf. tho application/x-amf should be the one.
Basically just added the minetype to AddOutputFilterByType thats all? Am I missing a setting?
© Server Fault or respective owner