Timothy Horie wrote: >I tried http://www.thorie.com/mailman/ >(with the extra slash at the end) >And instead of a 404 error, I got a 403 forbidden error. > >The permissions on my /home/tak/mailman/cgi-bin are: >drwxrwsr-x 2 tak mailman 4096 Mar 11 08:32 cgi-bin > >Do I need to change that to www-data that apache runs as?
No. >I didn't specify a --with-cgi-gid=??? when I did a ./configure >Should I set this to something in particular? You shouldn't have to. The default accepted groups are 'www', 'www-data' and 'nobody'. You probably need RedirectMatch ^/mailman[/]*$ http://www.thorie.com/mailman/listinfo in your Apache config. Can you go to http://www.thorie.com/mailman/listinfo, http://www.thorie.com/mailman/admin, etc. If so, the above RedirectMatch should fix things. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
