Re: [Mailman-Users] apache errors

2005-09-29 Thread Tokio Kikuchi
Hi, You have to accesss http://10.0.253.82/mailman/listinfo. Without the script name in the end of URI, Apache returns error because you set "Options None." "Options ExecCGI" should not be used here for ScriptAliases is already specified. "Options Indexes" is the configuration for directory

Re: [Mailman-Users] apache errors

2005-09-29 Thread Bryan Irvine
> Here is what I use, adjust the path to your installation: > > ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ > > AllowOverride None > Options ExecCGI > Order allow,deny > Allow from all > Here's how it reads now after editing that file (and restarting apache). ScriptAlias /ma

Re: [Mailman-Users] apache errors

2005-09-29 Thread John Dennis
On Thu, 2005-09-29 at 14:23 -0400, John Dennis wrote: > I suspect the problem is the http configuration for the directory that > was originally posted omitted the "Options ExecCGI" which is required to > tell the http server it is permissible to execute cgi scripts in this > directory. Oh, almost

Re: [Mailman-Users] apache errors

2005-09-29 Thread John Dennis
On Thu, 2005-09-29 at 13:55 -0400, Joe Damico wrote: > Bryan: > > I had this problem myself - very recently. This was on a Solaris > implementation of Mailman. > > The values in question are: > DEFAULT_EMAIL_HOST = 'hostname' > DEFAULT_URL_HOST = 'hostname' > > I had appended these values to th

Re: [Mailman-Users] apache errors

2005-09-29 Thread Bryan Irvine
> I had this problem myself - very recently. This was on a Solaris > implementation of Mailman. I'm on OpenBSD > The values in question are: > DEFAULT_EMAIL_HOST = 'hostname' > DEFAULT_URL_HOST = 'hostname' > > I had appended these values to the file: > /usr/local/mailman/Mailman/mm_cfg.py > > T

Re: [Mailman-Users] apache errors

2005-09-29 Thread Joe Damico
age- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan Irvine Sent: Thursday, September 29, 2005 12:55 PM To: mailman-users@python.org Subject: [Mailman-Users] apache errors I've jsut installed mailman, and think I've done everything right so far. When I try to browse

[Mailman-Users] apache errors

2005-09-29 Thread Bryan Irvine
I've jsut installed mailman, and think I've done everything right so far. When I try to browse to the mailman site though it doesn't seem to work properly. I've found other similar questions in the archive, but none of those had any resolution. When I browse to http://10.0.253.82/mailman/ I jus

[Mailman-Users] Apache errors causing user-management problems

2002-08-15 Thread Stephen R Laniel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've recently had some Apache problems, which started when I encountered this bug: I used the hack that they mentioned at the bottom of that bug, then upgraded to the latest