Re: [Mailman-Users] Apache Resource Issue

2008-07-05 Thread Mark Sapiro
Robert Campbell wrote: > >The apache error log shows the following when I try to go to admin, >listinfo, and couple of the other cgi . > >(11)Resource temporarily unavailable: couldn't create child process: 11: >listinfo > (11)Resource temporarily unavailable: couldn't spawn child process: >/listin

[Mailman-Users] Apache Resource Issue

2008-07-05 Thread Robert Campbell
Ok, I had mailman working not less than 10 min ago, and now I get a 500 error. The apache error log shows the following when I try to go to admin, listinfo, and couple of the other cgi . (11)Resource temporarily unavailable: couldn't create child process: 11: listinfo (11)Resource temporarily un

Re: [Mailman-Users] Inaccessible public archives

2008-07-05 Thread Bill Christensen
Thanks. That and fixing a missing symlink did the trick. At 7:24 AM -0700 7/5/08, Mark Sapiro wrote: chmod g+s will do it, but just to make sure everything is right, do it this way: chmod 2770 /usr/local/mailman/archives/private chown nobody:mailman /usr/local/mailman/archives/private chmod

Re: [Mailman-Users] Inaccessible public archives

2008-07-05 Thread Mark Sapiro
Bill Christensen wrote: >At 6:59 PM -0700 7/4/08, Mark Sapiro wrote: >> >>What does Apache say when you try to access a public archive? What's in >>Apache's error log? > >Symbolic link not allowed. This says you need Options +FollowSymLinks in a or superordinate block. >>What are the owne

Re: [Mailman-Users] Inaccessible public archives

2008-07-05 Thread Bill Christensen
At 6:59 PM -0700 7/4/08, Mark Sapiro wrote: Bill Christensen wrote: I just moved my Mailman/Apache/Postfix server to a new hard drive, and in the process managed to make the public archives inaccessible. Private archives work fine, as does everything else as far as I can tell. I suspect that t