Advertisement
Advertisement
There are currently no qualifying experts in OpenBSD
| 09.12.2008 at 08:36AM PDT, ID: 23726777 | Points: 250 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: |
snippet from "/var/www/logs/error_log" /htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js [Tue Sep 9 13:39:57 2008] [error] [client 69.210.110.185] File does not exist: /htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js [Tue Sep 9 13:40:13 2008] [error] [client 69.210.110.185] File does not exist: /htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js [Tue Sep 9 13:43:56 2008] [error] [client 216.170.204.245] File does not exist: /htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js [Tue Sep 9 13:44:57 2008] [error] [client 141.106.128.4] File does not exist: / htdocs/favicon.ico [Tue Sep 9 13:47:11 2008] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Tue Sep 9 13:47:11 2008] [error] System: Connection reset by peer (errno: 54) [Tue Sep 9 13:50:23 2008] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Tue Sep 9 13:50:23 2008] [error] System: Connection reset by peer (errno: 54) [Tue Sep 9 13:51:01 2008] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Tue Sep 9 13:51:01 2008] [error] System: Connection reset by peer (errno: 54) [Tue Sep 9 13:56:37 2008] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Tue Sep 9 13:56:37 2008] [error] System: Connection reset by peer (errno: 54) [Tue Sep 9 13:57:16 2008] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) snippet from /var/www/conf/httpd.conf BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-res ponse-1.0 # The following directives modify normal HTTP response behavior. # The first directive disables keepalive for Netscape 2.x and browsers that # spoof it. There are known problems with these browser implementations. # The second directive is for Microsoft Internet Explorer 4.0b2 # which has a broken HTTP/1.1 implementation and does not properly # support keepalive when it is used on 301 or 302 (redirect) responses. # BrowserMatch "Mozilla/2" nokeepalive BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-res ponse-1.0 #BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 # # The following directive disables HTTP/1.1 responses to browsers which # are in violation of the HTTP/1.0 spec by not being able to grok a # basic 1.1 response. # BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 |