[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 just get

Forbidden
You don't have permission to access /mailman/ on this server.


Here's my httpd.conf

ScriptAlias /mailman/ /usr/local/lib/mailman/cgi-bin/

Directory /usr/local/lib/mailman/cgi-bin
   AllowOverride None
   Options None
   Order allow,deny
   Allow from all
/Directory


Ideas?

--Bryan
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


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 didn't work, so I replaced the hostname with the fully qualified
 network name:  'hostname.domain.edu'

 That didn't work either.  So, then, I put these values into the file:
 /usr/local/mailman/Mailman/Defaults.py

 And then everything worked correctly!


This didn't do it either... :-/

--Bryan
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


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 restarting apache).

ScriptAlias /mailman/ /usr/local/lib/mailman/cgi-bin/
Directory /usr/local/lib/mailman/cgi-bin
   AllowOverride None
   Options ExecCGI
   Order allow,deny
   Allow from all
/Directory
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] [resolved] Re: apache errors

2005-09-29 Thread Bryan Irvine
I had done several test installs, with real, and fake users (installed
via OpenBSD ports), and when I'd remove an install, I'd manually
remove /usr/local/lib/mailman, but never noticed /var/spool/mailman,
which although reported it was owned by _mailman, it actually wasn't
because the uid number (1001 or some such thing) was different than
the current _mailman user (1006 or something).

So in essence, *I* broke it. :-)

It works now.  ezmlm you are history! ;)

--Bryan
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp