Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Edit Apache Banner |
|
Author |
|
Nucleus
Joined: 12 Feb 2006 Posts: 7
|
Posted: Tue 28 Feb '06 12:10 Post subject: Edit Apache Banner |
|
|
Hi,
I am currently using Apache v2.0.55 under Windows XP. When I browse to a directory without an index.html file in it, my webserver reports "Apache/2.0.55 (Win32) PHP/5.1.2 Server at my.host.here Port 80"
Is there a way to change this?
Now, I've read about "ServerSignature" and "ServerTokens" and I've tried them, but these two are just not that flexible. I have someting very specific in mind, and I'm guessing I'll have to hex edit something.
I just don't know what
Sorry for posting in "Apache Modules". It should have been in "Lounge" Please move. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Tue 28 Feb '06 12:25 Post subject: |
|
|
The easy way is to use mod_security.
In mod_security you can change the identity using the SecServerSignature directive, for example:
SecServerSignature "Microsoft-IIS/5.0"
Steffen |
|
Back to top |
|
Nucleus
Joined: 12 Feb 2006 Posts: 7
|
Posted: Tue 28 Feb '06 12:58 Post subject: |
|
|
it worked, thank you |
|
Back to top |
|
|
|
|
|
|