Peter Coolen wrote: >> > >> >I tried example.com/mailman/ just for a visit or a index >> page but now I >> >receive a 403 forbidden... >> >> >> Let's try to debug one issue at a time, but what's in >> error_log for the >> 403? >> >> >The error when visiting domain.com/mailman/ >[Mon Jan 22 10:01:52 2007] [error] [client 62.58.15.252] attempt to invoke >directory as script: /usr/local/mailman
As I said in <http://mail.python.org/pipermail/mailman-users/2007-January/055473.html> If you want this latter URL to work (usually people send it to the listinfo page), you need something like RedirectMatch ^/mailman[/]*$ http://example.com/mailman/listinfo in your Apache config. -- 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&file=faq01.027.htp