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

Re: [gulliver] version php sous Etch


From "David MENTRE" <dmentre at linux-france dot org>
Subject Re: [gulliver] version php sous Etch
Date Fri, 8 Jun 2007 13:55:51 +0200

Le 08/06/07, David MENTRE<dmentre at linux-france dot org> a écrit :
1. Faire un telnet sur le port 80 et demander une page :

David at barzam:/tmp$ telnet gulliver.eu.org 80
Trying 80.247.225.35...
Connected to gulliver.eu.org.
Escape character is '^]'.
GET / HTTP/1.1

HTTP/1.1 400 Bad Request
Date: Fri, 08 Jun 2007 11:43:55 GMT
Server: Apache/1.3.33 (Unix) PHP/4.3.11 mod_perl/1.29

Une requête plus correcte serait :


$ telnet gulliver.eu.org 80
Trying 80.247.225.35...
Connected to gulliver.eu.org.
Escape character is '^]'.
GET / HTTP/1.1
Host: gulliver.eu.org

HTTP/1.1 200 OK
Date: Fri, 08 Jun 2007 11:53:31 GMT
Server: Apache/1.3.33 (Unix) PHP/4.3.11 mod_perl/1.29
[...]

d.solé -- j'apprends HTTP sur le tas