[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: config' simplissime de nginx



On Sun, 12 May 2013 15:39:40 +0200
Jean-Marc <jean-marc@6jf.be> wrote:

> Seul nginx lui-même quand j'essaie de la démarrer écoute sur ce port.
> Et cela semble le bloquer puisqu'il affiche des erreurs avant de
> s'arrêter. Et puis, plus rien ne bloque ce port.
 
tail /var/log/nginx/error.log

telnet localhost (ou micro.domain) 80

devrait renvoyer (si nginx est actif sur le port 80):
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>
Connection closed by foreign host.
lors du CTRL-D pour sortir du telnet.

-- 
This sentence does in fact not have the property it claims not to have.


Reply to: