Hello Andras, I guess the problem is solved by linking against libpcre. I tried to reproduce your example with current version and it worked as expected:
CheckURL "^/foo($|/)": http://bla/foo -> HTTP/1.1 404 Not Found http://bla/foo/ -> HTTP/1.1 404 Not Found http://bla/foo/bla -> HTTP/1.1 404 Not Found http://bla/blafoo/ -> HTTP/1.0 501 Not Implemented The 404 errors are ok, because there is no `foo' on the webserver. If you have no objection, I would like to close this bug. -- Kind Regards, Michael Mende http://www.menole.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]