Re: [mod-security-users] Problem executing PHP script as filter action
Brought to you by:
victorhora,
zimmerletw
|
From: David B. Jr. <db...@gm...> - 2006-04-26 17:31:10
|
On 4/26/06, Alex V. <ale...@ss...> wrote: > > On Mer 26 avril 2006 17:32, David Brieck Jr. a =E9crit : > [...] > > mod_security-message: Access denied with code 403. Pattern match > > "/bin/davetest" at REQUEST_URI [severity "EMERGENCY"] > > mod_security-action: 403 > > mod_security-executed: /usr/local/mod_sec/report- attack.sh > [...] > Why do you have a space betwwen report- and attack ??? try avoid dashes i= n > name and see if that's problem source. > > Hope this help > > Alex Not sure why that came through with a space, there are no spaces in the filename. Removing the dash doesn't seem to do anything either: mod_security-message: Access denied with code 403. Pattern match "/bin/davetest" at REQUEST_URI [severity "EMERGENCY"] mod_security-action: 403 mod_security-executed: /usr/local/mod_sec/reportattack.sh and still no email. :( |