Hello all.
Out of the blue sky, four of my websites on cpanel17 suddenly went "500" sometimes yesterday. I've discovered I have only myself to blame, having omitted to enclose mod_gzip instructions in the .htacces files with <IfModule mod_gzip.c> </IfModule>.
Knowing that this would cause an error only when mod_gzip is disabled (and I've verified that my static files are indeed served uncompressed) I'm wondering if this is due to a config error or it's on purpose...
N.B.: posting here instead of a TT 'cause it might help somebody else with the same problem, and is actually very low priority to me: most of my stuff is outputted and compressed by PHP directly.
Out of the blue sky, four of my websites on cpanel17 suddenly went "500" sometimes yesterday. I've discovered I have only myself to blame, having omitted to enclose mod_gzip instructions in the .htacces files with <IfModule mod_gzip.c> </IfModule>.
Knowing that this would cause an error only when mod_gzip is disabled (and I've verified that my static files are indeed served uncompressed) I'm wondering if this is due to a config error or it's on purpose...
N.B.: posting here instead of a TT 'cause it might help somebody else with the same problem, and is actually very low priority to me: most of my stuff is outputted and compressed by PHP directly.