Page 1 of 1

Apache/1.3.27 (Win32) PHP/4.3.1

Posted: Thu May 15, 2003 4:46 pm
by Ange
I installed a pack called "The AppServ Open Project for Windows" with Apache and PHP

The header is:
HTTP/1.1 200 OK
Date: Thu, 15 May 2003 21:42:55 GMT
Server: Apache/1.3.27 (Win32) PHP/4.3.1
X-Powered-By: PHP/4.3.1
Connection: close
Content-Type: text/html
I want to change from "Apache/1.3.27 (Win32) PHP/4.3.1" to "ANYTHING"
How can I do that?

Posted: Thu May 15, 2003 5:49 pm
by volka
some changes can be done via ServerToken.
http://httpd.apache.org/docs/mod/core.html#servertokens

Posted: Thu May 15, 2003 6:48 pm
by Ange
volka wrote:some changes can be done via ServerToken.
http://httpd.apache.org/docs/mod/core.html#servertokens
Ok, I'll take a look ;)

It works!!...Thanx a lot!