On Thu, Dec 05, 2002 at 10:55:54AM +1100, Edwin Humphries wrote:

> Clicking on the links gets a 404 message. 

Where does the link point?  I'm guessing it's something like:

    http://hostname/listinfo/test

because of this:

> [error] [client 144.137.89.83] File does not exist: /var/www/html/listinfo/test

You need to set the DEFAULT_URL in ~mailman/Mailman/mm_cfg.py to
something like this:

    DEFAULT_URL="http://your.host.name/mailman/";

and in your http.conf:

    ScriptAlias /mailman/ "/var/mailman/cgi-bin/"


Cheers,

John
-- 
whois [EMAIL PROTECTED]
GPG key id: 0xD59C360F
http://kirriwa.net/john/
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to