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
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
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
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
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
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/"