error 400 handling
Andrey Y. Ostanovsky
andrey at ostanovsky.spb.ru
Thu Sep 22 17:58:36 MSD 2005
Hello, Igor!
Никак не удается выдать страничку в ответ на вбивание пустого запроса.
# telnet 192.168.0.30 80
Trying 192.168.0.30...
Connected to host-0.30.office.
Escape character is '^]'.
/
<html>
<head><title>405 Not Allowed</title></head>
<body bgcolor="white">
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx/0.1.43</center>
</body>
</html>
Connection closed by foreign host.
В конфиге:
error_page 400 /missing.html;
error_page 403 /missing.html;
error_page 404 /missing.html;
error_page 405 /missing.html;
location = /missing.html {
root /usr/local/www/data/;
# internal;
}
Физически файл на диске есть:
ls -la /usr/local/www/data/missing.html
-rw-r--r-- 1 root wheel 2263 9 дек 2004 /usr/local/www/data/missing.html
И как сделать так, чтобы при ошибках отдавалось что-то осмысленное и не показывающее версию сервера?
Andrey
More information about the nginx-ru
mailing list