Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Application Control Logging Question

All-

I am using UTM 9.109-1 running on a core 2 duo PC with 8gb of ram. Recently I noticed logging (see enclosed) when my wife uses QVC. Prior to Satuday I was using the local database and switched to End Point Protection Web Control. Web protection/application control is also being used. I am asking for some guidence in correcting the noted logging error. When using the local database errors of this nature were not encountered. Is it likely I have blocked an element QVC need to correctly function?

Thanks,
Jim






2014:02:25-17:06:57 Oasis httpproxy[5209]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xce96828" function="match_exception_domainlist" file="profile.c" line="599" message="exception AstaroUp2date exceeded pcre limit on www.qvc.com/dynaTraceMonitor


This thread was automatically locked due to age.
Parents
  • scottj, the message is basically saying "trying to apply this regex to this really long url will exceed my allowed memory so I'm going to skip it".  Its actually more informational than an error.

    It will appear anytime you have an inefficient regex and a long URL.  It may be that ghostrey/qvc causes unusually long URLs.

    The Vancouver Canada development team (which I am part of) handles both the httpproxy and all of endpoint.  I'll pass on your congrats.
Reply
  • scottj, the message is basically saying "trying to apply this regex to this really long url will exceed my allowed memory so I'm going to skip it".  Its actually more informational than an error.

    It will appear anytime you have an inefficient regex and a long URL.  It may be that ghostrey/qvc causes unusually long URLs.

    The Vancouver Canada development team (which I am part of) handles both the httpproxy and all of endpoint.  I'll pass on your congrats.
Children
No Data