Re: [Mailman-Users] Setting up mailman website

2005-03-11 Thread Timothy Horie
Mark Sapiro wrote: What does the Apache log say about these errors? I see the bug. Forgot a trailing slash after cgi-bin. It works now. Thanks! -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailm

Re: [Mailman-Users] Setting up mailman website

2005-03-11 Thread Mark Sapiro
Timothy Horie wrote: >I tried http://www.thorie.com/mailman/admin >And got a 404 error >I think that for some reason, apache or the cgi user id isn't able to >access /home/tak/mailman/cgi-bin >Do I need to change the permissions for /home/tak or /home/mailman? /home/mailman? do you mean /home/ta

Re: [Mailman-Users] Setting up mailman website

2005-03-11 Thread Mark Sapiro
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

Re: [Mailman-Users] Setting up mailman website

2005-03-11 Thread Timothy Horie
I tried http://www.thorie.com/mailman/admin And got a 404 error I think that for some reason, apache or the cgi user id isn't able to access /home/tak/mailman/cgi-bin Do I need to change the permissions for /home/tak or /home/mailman? I vaguely remember a problem I had before where apache wouldn't

Re: [Mailman-Users] Setting up mailman website

2005-03-11 Thread Timothy Horie
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? I did

[Mailman-Users] Setting up mailman website

2005-03-11 Thread Timothy Horie
Hello I installed Mailman and I tried to follow step 4 Final system set-up, but I don't understand what I am supposed to do. There are the things I did: 1) I added ScriptAlias /mailman/ /home/tak/mailman/cgi-bin/ to /etc/apache/httpd.conf 2) I copied /home/tak/mailman/icons/*.{jpg,png} to /var/w