Re: [mod-security-users] error_code
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-11-23 17:08:44
|
Andras Got wrote: > Hi, > > I get the following log entries: > > [Tue Nov 22 15:15:04 2005] [error] [client xxxx] mod_security: > Access denied with code 404. Error reading POST data, error_code=54 > [hostname "hostname"] [uri "/torzs/kepek/copy.php?fo=1"] > [unique_id B2qD6D5wwkYAABE6BKYAAAAY] > > [Thu Nov 17 18:04:13 2005] [error] [client xxxx] mod_security: > Access denied with code 404. Error reading POST data, error_code=70007 > > I searched the mod_security page, for error it's error codes (54 and > 70007) but could't find anything about them. Our client would like to > know what they mean (I'm also interested. :) ). 1.9 will actually print a message instead of just the number. The lower number (54) is a errno value. It differs from a system to system, but I think it means that the connection was reset. 70007 is an APR error code and I believe it means connection timed out. -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |