[Lurker-users] Problem while trying to use multiple frontends
Brought to you by:
terpstra
From: Stefan R. <ste...@cr...> - 2010-12-01 10:48:06
|
Hi, I have a mailman with two lists (list1 & list2) and in addition lurker as archiver. Everything seems to be fine, but now I need single frontends for list1 and list2. Unfortunately I got the following error when trying to open one of them: “The requested document does not match the file lurker intends to generate” Here are my configs: lurker's apache config ====================== ScriptAlias /cgi-lurker /usr/lib/cgi-bin/lurker Alias /lurker /var/www/lurker <Directory /var/www/lurker> Order allow,deny Allow from all AddType text/xml .xsl AddType text/xml .xml AddType message/rfc822 .rfc822 AddDefaultCharset UTF-8 RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^(attach|list|mbox|message|mindex|search|splash|thread|zap)/[^/]+$ /cgi-lurker/lurker.cgi [L,PT,E=LURKER_CONFIG:/etc/lurker/lurker.conf,E=LURKER_FRONTEND:%{REQUEST_FILENAME}] </Directory> Alias /lurker-list1 /var/www/lurker-list1 <Directory /var/www/lurker-list1> Order allow,deny Allow from all AddType text/xml .xsl AddType text/xml .xml AddType message/rfc822 .rfc822 AddDefaultCharset UTF-8 RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^(attach|list|mbox|message|mindex|search|splash|thread|zap)/[^/]+$ /cgi-lurker/lurker.cgi [L,PT,E=LURKER_CONFIG:/etc/lurker/lurker.conf,E=LURKER_FRONTEND:%{REQUEST_FILENAME}] </Directory> Alias /lurker-list2 /var/www/lurker-list2 <Directory /var/www/lurker-list2> Order allow,deny Allow from all AddType text/xml .xsl AddType text/xml .xml AddType message/rfc822 .rfc822 AddDefaultCharset UTF-8 RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^(attach|list|mbox|message|mindex|search|splash|thread|zap)/[^/]+$ /cgi-lurker/lurker.cgi [L,PT,E=LURKER_CONFIG:/etc/lurker/lurker.conf,E=LURKER_FRONTEND:%{REQUEST_FILENAME}] </Directory> lurker.conf.local ================= group = Lists heading = Lists list = list1 title[en] = list 1 title[de] = list 1 language = de address = ***censored*** link = https://***censored***/cgi-bin/mailman/listinfo/list1 description = list 1 list = list2 title[en] = list 2 title[de] = list 2 language = de address = ***censored*** link = https://***censored***/cgi-bin/mailman/listinfo/list2 description = list 2 frontend = /var/www/lurker frontend = /var/www/lurker-list1 allow_list = list1 frontend = /var/www/lurker-list2 allow_list = list2 Option in mm_cfg.py =================== PRIVATE_EXTERNAL_ARCHIVER = '/usr/bin/lurker-index-lc -l %(listname)s -m' Do someone know what I am doing wrong? Please ask if more information needed. Best regards, Stefan -- Stefan Ritter Tel.: +49 (0)21 61 / 46 43-124 credativ GmbH, HRB Mönchengladbach 12080 Hohenzollernstr. 133, 41061 Mönchengladbach Geschäftsführung: Dr. Michael Meskes, Jörg Folz |