ANTICHAT

ANTICHAT (https://forum.antichat.xyz/index.php)
-   Linux, Freebsd, *nix (https://forum.antichat.xyz/forumdisplay.php?f=124)
-   -   сервер на 80 порту,error (https://forum.antichat.xyz/showthread.php?t=1874915)

lucia 27.11.2011 14:04

Поднимаю сервер на 80 порту,при переходе лузера по моему внешнему ip адресу на мой сайт выскакивают вот такие ошибки,как это решается в гугле ничего подробного ненашёл,будьте добры.

ip adres.69.132.xxx - - [27/Nov/2011 15:42:09] "GET / HTTP/1.1" 200 -

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

Exception happened during processing of request from ('217.69.132.166', 59662)

Traceback (most recent call last

File "/usr/lib/python2.6/SocketServer.py", line 281, in _handle_request_noblock

self.process_request(request, client_address)

File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request

self.finish_request(request, client_address)

File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request

self.RequestHandlerClass(request, client_address, self)

File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__

self.handle()

File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle

self.handle_one_request()

File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request

method()

File "src/webattack/harvester/harvester.py", line 177, in do_GET

self.wfile.write(line)

File "/usr/lib/python2.6/socket.py", line 300, in write

self.flush()

File "/usr/lib/python2.6/socket.py", line 286, in flush

self._sock.sendall(buffer)

File "", line 1, in sendall

error: [Errno 32] Broken pipe

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

xxx.69.132.166 - - [27/Nov/2011 15:42:12] "GET / HTTP/1.1" 200 -

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

Exception happened during processing of request from ('217.69.132.166', 35951)

Traceback (most recent call last

File "/usr/lib/python2.6/SocketServer.py", line 281, in _handle_request_noblock

self.process_request(request, client_address)

File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request

self.finish_request(request, client_address)

File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request

self.RequestHandlerClass(request, client_address, self)

File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__

self.handle()

File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle

self.handle_one_request()

File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request

method()

File "src/webattack/harvester/harvester.py", line 177, in do_GET

self.wfile.write(line)

File "/usr/lib/python2.6/socket.py", line 300, in write

self.flush()

File "/usr/lib/python2.6/socket.py", line 286, in flush

self._sock.sendall(buffer)

File "", line 1, in sendall

error: [Errno 32] Broken pipe

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

RORC 11.11.2013 12:47

Хотя тема и старая, но кто-то наткнется на эту тему.

Ошибка явно названа - Broken pipe
Если произвести поиск по данной ошибке, то чаще всего ответ ошибка в коде из-за закрытия сокета.


Время: 16:05