10 2015 档案

通过Nginx反向代理,IIS和apache 共用80端口
摘要:#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/ngin... 阅读全文

posted @ 2015-10-28 11:04 ~紫鱼~ 阅读(1887) 评论(0) 推荐(0)

HTTP 请求未经客户端身份验证方案“Anonymous”授权。
摘要:今天调取WebService的时候报:HTTP 请求未经客户端身份验证方案“Anonymous”授权。解决办法:配置文件里改: 改成这样: ... 阅读全文

posted @ 2015-10-26 14:13 ~紫鱼~ 阅读(3471) 评论(0) 推荐(0)

Nginx 反向代理的正确配置
摘要:server { listen 80; server_name 127.0.0.1;#charset koi8-r;#access_log logs/host.access.log main;location /{ proxy_pass http://paila; proxy_redirect of... 阅读全文

posted @ 2015-10-12 10:18 ~紫鱼~ 阅读(312) 评论(0) 推荐(0)

[Err] 1231 - Variable 'sql_mode' can't be set to the value of 'NULL
摘要:在MYSQL还原语句的时候,报:[Err] 1231 - Variable 'sql_mode' can't be set to the value of 'NULL解决办法:打开SQL语句,把里面的注释给删除,再还原即可 阅读全文

posted @ 2015-10-09 09:36 ~紫鱼~ 阅读(7947) 评论(0) 推荐(0)