- 积分
- 22
- 威望
-
- 金钱
-
- 注册时间
- 2012-3-21
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
军哥提示:
看了一下安装源码,编译参数里忘加启用的参数了
可以cd到httpd的源码目录/modules/filters/
然后/usr/local/apache/bin/apxs -i -c -a mod_deflate.c
再在httpd.conf里加上
AddOutputFilterByType DEFLATE text/html text/plain text/css text/xml text/javascript
DeflateCompressionLevel 9
SetOutputFilter DEFLATE
重启apache
按以上步骤操作后,验证还是没有开启.
使用configtest验证后提示如下错误.
root@pchandbags:/usr/local/apache# bin/apachectl configtest
Syntax error on line 384 of /usr/local/apache/conf/httpd.conf:
Invalid command 'ddOutputFilterByType', perhaps misspelled or defined by a module not included in the server configuration |
|