This blog has moved! Please update your
bookmarks to http://www.blog.modsecurity.org.

« Changed name to Web Security Blog | Main | Cookie parsing added »

Masking your web server

There is a new feature available in the CVS, and it allows you to mask your web server and instruct it to pretend to be something else. Normally, to do this sort of thing you would have to change Apache source code and recompile, now you can do it with a single configuration directive. Just type:

SecServerSignature "Microsoft-IIS/5.0"

Posted by ivanr at September 14, 2003 10:20 PM