Bug#386207: Please improve documentation

2008-05-04 Thread Andras Korn
On Sun, May 04, 2008 at 12:49:31PM +0200, Michael Mende wrote: Hi, > I guess the problem is solved by linking against libpcre. This is good news. > I tried to reproduce your example with current version and it worked as > expected: > > CheckURL "^/foo($|/)": > http://bla/foo -> HTTP/1.1 4

Bug#386207: Please improve documentation

2008-05-04 Thread Michael Mende
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/

Bug#386207:

2006-11-03 Thread Sam Johnston
tags +upstream -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#386207: Please improve documentation

2006-09-05 Thread Andras Korn
Package: pound Version: 2.0-1 Severity: minor Hi, currently, the documentation doesn't say what syntax is supported when specifying URL patterns. Based on the examples, it's a subset of POSIX regular expressions, but ^ and $ don't seem to work. It would be nice if extended regular expressions wer