Moodle 的 gzip 压缩
我需要在 Moodle 2.0 中启用 gzip 压缩。 Moodle 中有可用的设置吗?或者我需要获取任何第三方扩展?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为有办法通过 Moodle 管理界面打开 gzip,但您可以通过编辑 .htaccess 文件或服务器配置来打开 gzip。
如果您使用 Apache,这里有一篇关于如何启用 gzip 的好文章: http://www.techiegyan.com/2008/10/06/enable-compression-gzip-compression-apache-server-httpd/
另外,谷歌搜索网络服务器和gzip,您应该能够找到启用 gzip 的正确指南。
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.