1. 识别并分析错误信息 错误描述:error:invalid-request 出现在 Squid 的日志文件中,表明 Squid 无法处理某个 HTTP 请求。 可能原因:请求格式不正确、请求被篡改、配置错误等。 2. 查找 Squid 官方文档或社区解释 访问Squid 官方文档 或相关社区论坛,搜索 "invalid-request" 错误,查看是否有类似问题的解决方案。 ...
1.Error:Invalid Request 添加:http_access allow all 2.The requested URL could not be retrieved 添加:always_direct allow all
1.Error:Invalid Request 添加:http_access allow all 2.The requested URL could not be retrieved 添加:always_direct allow all 今天写这篇教程目的在于分享自己在WINDOWS主机下配置squid的方法。哪些地方写的不完善或是不完整或是需要修改的地方,大家可以提出。我会第一时间纠正。下面看正文部分。 先提条件,您预...
squid -k parse #检测配置是否有效 4.net start stangray_squid #启动 net stop stangray_squid #关闭 squid -dx #当服务不能启动时,进行调试 四、测试squid服务器: http://(你的squid服务器IP地址) 实际指向http://192.168.1.3:80(web服务器地址) 五、常见问题 1.Error:Invalid Request 添加:http_access...
可能见到类似于"error:invalid-request." 的字串出现在URI的位置。例如: 1066036250.603 310 192.0.34.70 NONE/400 1203 GET error:invalid-request - NONE/- - 另外在该域里,也请留心URI里的空格字符。取决于uri_whitespace设置,squid可能在日志文件里
Jun 28 11:14:59 localhost squid[27178]: squidaio_queue_request: Async request queue growing uncontrollably! 解决方法: 检查配置文件,cache设置为aufs文件系统格式,将此设置改为ufs,重建cache缓存目录 6、运行reconfigure的时候出现squid: ERROR: no running copy ...
最近要用squid做缓存代理。 下载,编译,安装好squid,run 起来,不过无法处理向apache:82 的请求。 访问浏览器返回 The following error was encountered: * Invalid Request Some aspect of the HTTP Request is invalid. Possible prob ...
首先,我得到了squid和标题上的版本: curl -i ip_address HTTP/1.0 400 Bad Request Server: squid/3.1.10 Mime-Version: 1.0 Date: Wed, 04 Feb 2015 18:58:06 GMT Content-Type: text/html Content-Length: 3157 X-Squid-Error: ERR_INVALID_URL 0 Vary: Accept-Language Content-Language: en X-Cac...
UDP_INVALID An invalid request was received. UDP_MISS_NOFETCH During “-Y” startup, or during frequent failures, a cache in hit only mode will return either UDP_HIT or this code. Neighbours will thus only fetch hits. NONE Seen with errors and cachemgr requests. ...
Proxy Error N/A 600 Unparseable Response Headers (Squid-specific) N/A 假如Squid从原始服务器没有接受到任何响应,你可在access.log里看到状态码0。假如Squid接受到的响应没有包含HTTP头部,就会出现状态码600。在少数情况下,某些原始服务器仅发送响应body,而忽略了任何头部。 13.2.3 access.log对端编码 下列编码...