Opened 20 years ago
Closed 20 years ago
#1924 closed defect (worksforme)
.../mythweb/.htaccess zlib directive should be set to FALSE
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythweb | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
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
Note:
See TracTickets
for help on using tickets.

Works fine how it is for most of the world. That's why this is a configuration file -- you're supposed to configure it to fit your setup.