免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 7466 | 回复: 3
打印 上一主题 下一主题

[proxy] squid代理出错,21CN邮箱不能登录 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-06-20 11:53 |只看该作者 |倒序浏览
我做了Squid透明代理,发现有很多应用会出错,登录21CN邮箱,验证密码时,提示超时。
在中游玩游戏能玩游戏,但转帐金币却不能转帐,页面出错
登录总公司网络有一应用是tibco做的网站,也不能登录,出错信息如下:
ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------

While trying to process the request:

POST /tibco/NHPower-Communication HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Referer: http://172.18.8.73/tibco/NHPower-Communication
Accept-Language: zh-cn
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; InfoPath.1)
Host: 172.18.8.73
Content-Length: 96
Connection: Keep-Alive
Cache-Control: no-cache

The following error was encountered:

Invalid Response
The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator. Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is admin.



--------------------------------------------------------------------------------

Generated Sat, 17 Jun 2006 03:38:42 GMT by arpche (squid/2.5.STABLE6

如果我不用透明代理,上述情况都能正常访问
请教这是什么方面问题要如何解决

论坛徽章:
0
2 [报告]
发表于 2006-06-21 11:31 |只看该作者

中游转帐出错提示:

Server Error in '/money/transfer' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

论坛徽章:
0
3 [报告]
发表于 2006-06-21 11:34 |只看该作者

21cn邮箱登录出错提示:

不好意思,您的连接超时未执行操作,
系统为了保证您的邮箱安全,已经断开了连接,请您重新登录。

论坛徽章:
0
4 [报告]
发表于 2006-07-06 16:12 |只看该作者

中游登录出错页面

Server Error in '/UnionLogin' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP