OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: 3.6 stable + mailman

From: Dustin Boontheekul (bsdusermath.okstate.edu)
Date: Wed Jan 26 2005 - 13:19:39 CST


C. Bensend wrote:

>> Even with the correct apache changes, I still cannot get it to work.
>> I've seen rough readme posts on chroot, etc, but wondered if there was
>> someone that had actually done it, etc.
>>
>
> I have, but I took the easy way out and run a separate Apache instance
> non-chrooted, as a non-root user. Not the most ideal situation, but
> a helluva lot easier than screwing around with Mailman in the chroot.
>
> Benny
>
>
>
I did the same. I made a copy of the /var/www stuff and put it in /var/www2.
I then created a second apatchectl (named apachemailmanctl with the appropriate
changes), setup startup and flags in rc.local and rc.conf.local, configured the
"new" apache with appropriate values and running on 8080 and 8443 (I'm already
running apache on 80 and 443 for other stuff). The biggest thing that kept
biting me were permissions. Mailman will complain if you aren't running just
the right thing with just the right permissions. I spent a couple days getting
it worked out. It didn't help that I was also migrating an older Mailman
installation's archives and to the new system as well.