LINUX.ORG.RU

История изменений

Исправление chemtech, (текущая версия) :

открываю любой файл из /var/log/

cd /var/log/
apatsev@apatsev-lws02 /var/log $ python -m SimpleHTTPServer 8000
Serving HTTP on 0.0.0.0 port 8000 ...
127.0.0.1 - - [11/May/2017 19:47:22] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [11/May/2017 19:47:22] code 404, message File not found
Error response
Error code 404.
Message: File not found.
Error code explanation: 404 = Nothing matches the given URI.

Исходная версия chemtech, :

cd /var/log/
apatsev@apatsev-lws02 /var/log $ python -m SimpleHTTPServer 8000
Serving HTTP on 0.0.0.0 port 8000 ...
127.0.0.1 - - [11/May/2017 19:47:22] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [11/May/2017 19:47:22] code 404, message File not found
Error response
Error code 404.
Message: File not found.
Error code explanation: 404 = Nothing matches the given URI.