When I make a request to my local server, I always
receive a response header like this:
HTTP/1.1 200 OK Date: Wed, 25 Apr 2007 18:31:04 GMT Server: Apache/2.0.55 (Win32) PHP/5.2.0 Content-Location: index.html.en Vary: negotiate,accept-language,accept-charset TCN: choice Last-Modified: Sat, 20 Nov 2004 23:35:22 GMT ETag: "f1807e60-5d6-13b32280;f18088c0-9dc-13b32280" Accept-Ranges: bytes Content-Length: 1494 Connection: close Content-Type: text/html Content-Language: en How can I change the infomation in these attributes from Apache/2.0.55 (Win32) PHP/5.2.0 to MyServer for example( config somewhere or code something to set the response)? Thanks for any responding.Dummy |