Eugen Leitl wrote:
>
>(this is a resend, since my last post was probably discarded due to a digital 
>signature)


A signature shouldn't cause a post to be discarded on this list.


>http://postbiota.org/mailman/admin
>has links with cgi-bin in them, e.g. 
>http://postbiota.org/cgi-bin/mailman/admin/tt
>which 404 with my current configuration.
>I have a somewhat frankensteinian /etc/lighttpd/lighttpd.conf
>which hopefully you can help me to debug:


It seems to me the only issue is the extraneous cgi-bin/ in the links.
This is there because at the time the lists were created, there was

DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/'

in mm_cfg.py. This should be just the default value

DEFAULT_URL_PATTERN = 'http://%s/mailman/'

as set in Defaults.py. Once this is fixed, you need to run fix_url to
fix the lists themselves. See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.069.htp>.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to