看看想想记记
2007-04-11杂杂杂

没有评论
1,433 views

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://forum.lifetype.org.tw/index.php?PHPSESSID=4140f7fc5532f9115b1c2f21a0bcf70e&topic=1854.0;prev_next=prev

http://www.osxcn.com/journal/mod_deflate-ob_gzhandler-zlib.html

返回顶部