[Mailman-Users] Recovering list member e-mails

2005-03-11 Thread Timothy Horie
Hello Im reinstalling mailman after a hard disk drive crash. I recovered as much of the data as I could from the old mailman and I have it on my new system as /home/tak/mailman-old Where can I find the list of e-mails that used to be on my lists? I want to mass subscribe them all to start the l

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 Timothy Horie
pache wouldn't let me have aliases to any location outside of /var/www because of security reasons. I don't really remember what that was about. Any of you guys use Apache know? Timothy Horie wrote: I tried http://www.thorie.com/mailman/ (with the extra slash at the end) And instead of a 404

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