[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

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 That

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 the file:

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 Bryan Irvine
Here is what I use, adjust the path to your installation: ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ Directory /usr/lib/mailman/cgi-bin/ AllowOverride None Options ExecCGI Order allow,deny Allow from all /Directory Here's how it reads now after editing that file (and

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 view

[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: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=155939repeatmerged=yes I used the hack that they mentioned at the bottom of that bug, then upgraded to the latest