[mod-security-users] Problem with AXS Logging
Brought to you by:
victorhora,
zimmerletw
|
From: Darren <sa...@nc...> - 2006-04-05 23:23:39
|
I installed mod_security and all is well except one odd behavior. The =
J/S used is this:
<script type=3D"text/javascript">
<!--
document.write('<img src=3D"/cgi-bin/ax.pl?trans.gif&ref=3D');
document.write(document.referrer);
document.write('" height=3D"1" width=3D"1" alt=3D"" />');
// -->
</script><noscript>
<p> <img src=3D"/cgi-bin/ax.pl?trans.gif" height=3D"1" =
width=3D"1" alt=3D"" />
</p>
</noscript>
Instead of tracking referers correctly, all requests now say: arrived =
from "page" and visited cgi-bin/ax.pl
I assume one of the rules I installed is causing this. Is there a way =
to exclude these requests?
Thanks in advance,
Darren |