OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Teodor Cimpoesu (teogecadsoftware.com)
Date: Tue Jan 29 2002 - 06:01:38 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Hi Brian!
    On Mon, 28 Jan 2002, Brian Clifton wrote:

    > Dear All
    >
    > Is there a way to stop apache responding to .exe file requests altogether?
    >
    > I am getting fed up with my error_log file being filled by nimbda and we don't host any .exe files!! I have been monitoring
    > it since the summer and the number of nimbda type entries appears to have started to go up again since xmas...

    Sure, try this:

    SetEnvIf Request_URI "cmd\.exe" ignore=1
    CustomLog logname.log common env=!ignore

    -- teodor