Apache/1.3.27 (Win32) PHP/4.3.1

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ange
Forum Newbie
Posts: 2
Joined: Thu May 15, 2003 4:46 pm

Apache/1.3.27 (Win32) PHP/4.3.1

Post 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?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

some changes can be done via ServerToken.
http://httpd.apache.org/docs/mod/core.html#servertokens
Ange
Forum Newbie
Posts: 2
Joined: Thu May 15, 2003 4:46 pm

Post 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!
Post Reply