JediKnight2
03-16-2007, 11:53 PM
How can I let a certain php file run without being bothered by Mod Security...
This is the error I get
[Fri Mar 16 23:46:59 2007] [error] [client XX.XX.XXX.XX] ModSecurity: Warning. Match of "rx ^apache.*perl" against "REQUEST_HEADERS:User-Agent" required. [id "990011"] [msg "Request Indicates an automated program explored the site"] [severity "NOTICE"] [hostname "www.***********"] [uri "/hosting/collector.php"] [unique_id "NU6sAkAipDcAAEpWZU4AAAAM"]
Basically I have a cron job that uses wget like this
wget http://www.xx***********/hosting/collector.php >/dev/null
to update an invoice system collector.
This is the error I get
[Fri Mar 16 23:46:59 2007] [error] [client XX.XX.XXX.XX] ModSecurity: Warning. Match of "rx ^apache.*perl" against "REQUEST_HEADERS:User-Agent" required. [id "990011"] [msg "Request Indicates an automated program explored the site"] [severity "NOTICE"] [hostname "www.***********"] [uri "/hosting/collector.php"] [unique_id "NU6sAkAipDcAAEpWZU4AAAAM"]
Basically I have a cron job that uses wget like this
wget http://www.xx***********/hosting/collector.php >/dev/null
to update an invoice system collector.
