Hi,
I want to replace all strings like alef|fuck in a website body by srv_content_filtering;
srv_content_filtering.Match PornScore body /(alef|fuck)/ig score=10 info{XXX}=@@@
srv_content_filtering.Profile default replace score{PornScore>5} replaceInfo=XXX
but dont work and log these:
main proc, Child 1808 did not exit normally
main proc, signaled with signal:11
Error 8 while parsing headers :(177)
There are unparsed data od size 333: "GET http://192.168.3.90/favicon.ico HTTP/1.1
I attach "server.log" file.
by the way, it work well for one string with this regex:
srv_content_filtering.Match PornScore body /(alef|fuck)/i score=10 info{XXX}=@@@
Please answer me,
thanks.
MHD
Anonymous
I am not able to reproduce it.
Can you please upgrade to the latest c-icap-0.4.3 and c-icap-modules-0.4.3 releases?
If still the problem is here are you able to post a core dump?
Or send exact configuration of the srv_content_filtering service and the web page or test file this problem apears?
Me too installed c-icap-0.4.3 and c-icap-modules-0.4.3 from sources and got the same error. Please, pay attention to this problem.