----- Original Message ----- From: "Mark Sapiro" <msapiro@value.net> To: "John Fleming" <john@wa9als.com>; <mailman-users@python.org> Sent: Thursday, January 27, 2005 10:57 AM Subject: Re: [Mailman-Users] mailmanlistinfo without slash
John Fleming wrote:
I haven't seen this mentioned - When I look at the Archives of a list, I get the CORRECT message below:
No messages have been posted to this list yet, so the archives are currently empty. You can get more information about this list. <----underlined link
The [albeit minor] problem is that the link above is missing a "/" in the linked URL like the following example: http://www.mydomain.com/cgi-bin/mailmanlistinfo/listname
Note - Should be mailman/listinfo instead of mailmanlistinfo
Can I correct that somewhere? Thanks! - John
It looks like you may have changed DEFAULT_URL_PATTERN in mm_cfg.py. Does it have a trailing slash?
If this is the problem, after you fix DEFAULT_URL_PATTERN, you need to run bin/fix_url.py under bin/withlist to fix the list(s). Just run
bin/fix_url.py
for instructions.
- and here's my ScriptAlias in my apache httpd.conf:
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/