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

Entete http



Bonjour,


Christophe Delpierre writes:
 > Bonjour a tous 
 > 
 > Je voudrais savoir comment on peut modifier les entetes HTTP 1.1
 > d'apache.

Le module mod_headers est fait pour cela :
http://httpd.apache.org/docs/mod/mod_headers.html#header

 > En effet je le trouve bien bavard:
 > 
 > #telnet localhost 80
 > HTTP/1.1 400 Bad Request
 > Date: Thu, 19 Oct 2000 20:14:25 GMT
 > Server: Apache/1.3.12 (Unix) PHP/4.0.2

Pour modifier le champ Server:

Header set Server "Foo Bar"

-- 
Alain FORCIOLI
---------------------------------------------------------------------------
RISC Technology		http://www.risc.fr/	aforcioli@risc.fr
APRIL			http://www.april.org/	aforcioli@april.org
Debian GNU/Linux	http://www.debian.org/
---------------------------------------------------------------------------
Pétition contre les brevets logiciels : http://petition.eurolinux.org/



Reply to: