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
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Lurker-users mailing list
Lurker-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lurker-users