apache and Mod deflate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Panty Snatcher
    eat a peach for Hours
    • Aug 2013
    • 540

    #1

    apache and Mod deflate

    I've been banging my head for a day already

    I configured my server an the pages wont display
    ( http 330 ) ERR_CONTENT_DECODING_FAILED

    Here is my .htaccess

    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css

    BrowserMatch ^Mozilla gzip-only-text/html
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

    here is the url http://theartofporn.sexy/
  • Panty Snatcher
    eat a peach for Hours
    • Aug 2013
    • 540

    #2
    i made some progress

    I have narrow it down to the te3 include , if i remove it it seems to work correctly

    <!--#include virtual="/te3/in.php?$QUERY_STRING" -->

    Comment

    • Panty Snatcher
      eat a peach for Hours
      • Aug 2013
      • 540

      #3
      i figured it out

      seems there is an issues with apache + php-fpm + mod_deflate

      removed php-fpm for now

      Comment

      Working...