Is GZip enabled?

Status
Not open for further replies.

circe2

New Member
Messages
4
Reaction score
0
Points
0
I just tried adding this code to my .htaccess file:

php_value output_handler ob_gzhandler

It resulted in constant 500 Service errors, which shouldn't happen. All that does is GZip my pages to reduce load time. As soon as I removed it, the site came back up. Added it back, and the 500 errors came back. Removed it, and the site was back up. So I'm pretty sure that's the problem.

I know the code works because I use it on a paid host that does support GZip. So that's not the problem either.

Does anyone know if GZip is enabled, because I'm pretty sure that's where my troubles lie.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Not sure if gzip is enabled, I will have to do some checking that I don't have time to do right now.

But that is not the problem with the 500 errors.

x10's configuration does not allow the php_value directive in .htaccess files. If you go to cPanel --> Error Log (not the error_log PHP creates in public_html) you should see entries explaining the 500 errors.
 
Status
Not open for further replies.
Top