Re: [mod-security-users] Bug in mod_security-1.8.4 and Apache 1.3.31
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2004-09-28 20:36:50
|
ale...@ss... wrote: > I've compiled and installed Apache 1.3.31 and mod_security, and the option > SecServerSignature doesn't work... > > the banner still remain Apache/1.3.31 and not Microsoft IIS/4 as it should > be... > > In error_log file, I can read : [error] SecServerSignature: not enough > space to copy new signature It's not a bug. You need to set "ServerTokens" to "Full" to make it work properly. Mod_security can only write over the existing signature without allocating new space. You requested a signature which is longer than the existing signature. Hence the message. -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |