[Mailman-Users] apache config issue?

2005-12-20 Thread Hugh Esco
Mr. Sapiro: Thank you sir, for your help. Yes, I ran check_perms with and without -f as root until I got good results. I've now added the following stanza to my vhost.conf file: Options ExecCGI SetHandler cgi-script I don't know what would have undone that. That stan

Re: [Mailman-Users] Apache config

2003-11-20 Thread Dat Bui
check your apache error logs for clues. i have a feeling it'll be a permissions thing. hope that helps. Dat On Fri, 2003-11-21 at 05:42, Jesse Burkhardt wrote: > Hi Folks, > > I am still having problems with my first Mailman installation. I have a > successful build of MM version 2.1.2. I have

[Mailman-Users] Apache config

2003-11-20 Thread Jesse Burkhardt
Hi Folks, I am still having problems with my first Mailman installation. I have a successful build of MM version 2.1.2. I have cofig'd a virtual host with the following httpd.conf entry: ServerName mailman.skybuilders.com DocumentRoot /usr/local/mailman/ ScriptAlias /mailman/ /usr/l

Re: [Mailman-Users] Apache config for Mailman

2003-10-20 Thread Vizi Szilard
Hello, > What do I need to add to httpd.conf to be able to use a web interface to > Mailman? > > I have a ScriptAlias, do I need anything else? Not really, but if you want to access the archive too, you have to put an Alias /pipermail/ /archives/public/ And if you are using 2.1.x series, probab

[Mailman-Users] Apache config for Mailman

2003-10-18 Thread John Poltorak
What do I need to add to httpd.conf to be able to use a web interface to Mailman? I have a ScriptAlias, do I need anything else? -- John -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-use

[Mailman-Users] Apache config question.

2003-08-14 Thread David Barr
I'm a brand new user of mailman, setting it up for the first time. RH9, Mailman 2.1.2 compiled from source. I'm getting the 404 error when I try to use the web interface to create a new list. I've done this to /etc/httpd/conf/httpd.conf: ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"