Re: [Lurker-users] Problem while trying to use multiple frontends
Brought to you by:
terpstra
From: Wesley W. T. <we...@te...> - 2010-12-01 15:44:37
|
On Wed, Dec 1, 2010 at 11:47 AM, Stefan Ritter <ste...@cr...> wrote: > “The requested document does not match the file lurker intends to > generate” > > Here are my configs: > <Directory /var/www/lurker> > <Directory /var/www/lurker-list1> > <Directory /var/www/lurker-list2> I was sure I'd already fixed this bug in 2006! Oddly, it still exists. Your problem is that /var/www/lurker is a prefix of /var/www/lurker-list1. This confuses lurker.cgi into thinking the -list1/... is the request for frontend /var/www/lurker. You can fix this by either: a) renaming /var/www/lurker to /var/www/lurker-all b) building svn/HEAD lurker where I've finally committed a patch |