logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Edit Apache Banner
Author
Nucleus



Joined: 12 Feb 2006
Posts: 7

PostPosted: Tue 28 Feb '06 12:10    Post subject: Edit Apache Banner Reply with quote

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 Rolling Eyes

Sorry for posting in "Apache Modules". It should have been in "Lounge" Please move.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Tue 28 Feb '06 12:25    Post subject: Reply with quote

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

PostPosted: Tue 28 Feb '06 12:58    Post subject: Reply with quote

it worked, thank you Smile
Back to top


Reply to topic   Topic: Edit Apache Banner View previous topic :: View next topic
Post new topic   Forum Index -> Apache