mod_zip mod_deflate 模块
apache安装
加装所有的模块,之后httpd.conf就会出现所有的模块,/apache2/modules/XXXX.so
加入:
AddOutputFilterByType DEFLATE text/html text/plain text/xml
参考:
http://blog.penner.cn/2007/04/04/apache2-mod_deflate.html
http://yskin.net/2006/11/use-mod_deflate.html
1251 – Client does not support authentication protocol requested by server; consider upgrading MySQL client 的提示
目前已知解决方法:
先用root登录MYSQL服务器,执行
mysql>set password for user1@"localhost"=old_password('yourPassword');
http://www.osxcn.com/journal/mod_deflate-ob_gzhandler-zlib.html
没有评论▼