Author: _legolas558_ Date: To: lurker-users Subject: [Lurker-users] Multiple frontend in a VirtualHost? (Apache config
problem)
Hi all,
I am new to lurker but I definitively like the efficiency and features
of this little linux nugget.
I am experiencing a problem with multiple frontends: I have a group with
four mailing lists and I have configured a VirtualHost (see attachment)
to handle them, but the thing does not work.
Basically, there is a directory (a copy of /usr/local/var/www/lurker)
for each mailing list under /var/www/lurker.
The splash/index.en.html is not created and any search generates a 404
error, and I think it's normal because the search URL is not
/listname/search/* but /search/* (on the root). I don't know how to use
a different ScriptAlias which could specify the correct ENV parameters
to bounce.cgi.
Can somebody please help me? This is for a medium-sized open source
project (I will disclose details when I get this to work).