I need to enable gzip compression in moodle 2.0.
Is there any settings available in moodle or i need to get any third party extension ?
I need to enable gzip compression in moodle 2.0. Is there any settings available
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe there is a way to turn on gzip via the Moodle admin interface, but you can turn on gzip via editing your.htaccess file or the server configuration.
If you are using Apache, here is a good write on how to enable gzip: http://www.techiegyan.com/2008/10/06/enable-compression-gzip-compression-apache-server-httpd/
Else, google for the webserver and gzip and you should be able to find the right guide to enable gzip.