Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php_flag zlib.output_compression on #16

Open
rafaballack opened this issue Feb 1, 2016 · 1 comment
Open

php_flag zlib.output_compression on #16

rafaballack opened this issue Feb 1, 2016 · 1 comment

Comments

@rafaballack
Copy link

php_flag zlib.output_compression on

has an error 500

@JuanjoR
Copy link

JuanjoR commented Jun 1, 2016

move php_flag zlib.output_compression on After php_flag zend.ze1_compatibility_mode Off

<IfModule mod_php5.c>
    php_value memory_limit 512M 
    php_value max_execution_time 18000 
    php_flag magic_quotes_gpc off 
    php_flag session.auto_start off 
    php_flag suhosin.session.cryptua off 
    php_flag zend.ze1_compatibility_mode Off
    php_flag zlib.output_compression on
</IfModule>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants