[mythtv-commits] Ticket #1924: .../mythweb/.htaccess zlib directive should be set to FALSE

MythTV mythtv at cvs.mythtv.org
Tue Jun 6 12:35:42 UTC 2006


#1924: .../mythweb/.htaccess zlib directive should be set to FALSE
-----------------------------+----------------------------------------------
 Reporter:  MTisza at ieee.org  |       Owner:  xris
     Type:  defect           |      Status:  new 
 Priority:  minor            |   Milestone:      
Component:  mythweb          |     Version:  head
 Severity:  medium           |  
-----------------------------+----------------------------------------------
 I have to change the following line in .../mythweb/.htaccess

     php_value zlib.output_compression       16384
 to
     php_value zlib.output_compression       FALSE

 to get it to display web pages properly.  I checked out what the directive
 does (http://www.php.net/zlib) and it looks like this would be enabled for
 all files that match "mythweb.*" becuase it's in that section and output
 the page compressed.  I'm seeing garbled (compressed) output on the web
 page output for mythweb.php (unless I change the line to FALSE)




 Apache/2.2.0
 PHP Version 5.1.2

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1924>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list