Re: [Mailman-Users] RH 7.2 RPM Install Question on RH. - AccessForbiden to Web Page

2002-01-14 Thread Mike Gifford
Hi Colin, On Mon, 2002-01-14 at 19:09, Colin Mackinlay wrote: > In news:local.mailman> on Mon 14 Jan, Mike Gifford wrote: > > I'm trying to set up mailman on a RH system, but get the following error > > 403: > > Forbidden > > You don't have permission to access /mailman/ on this server. > Isn't t

Re: [Mailman-Users] RH 7.2 RPM Install Question on RH. - AccessForbiden to Web Page

2002-01-14 Thread Mike Gifford
Hello Christopher, I just noticed this page here: http://www.gnu.org/software/mailman/install-check.html Which gave me this error: /var/mailman]# bin/check_perms -f Traceback (innermost last): File "bin/check_perms", line 50, in ? MAILMAN_GRPNAME = grp.getgrgid(MAILMAN_GID)[0] Typ

Re: [Mailman-Users] RH 7.2 RPM Install Question on RH. - AccessForbiden to Web Page

2002-01-14 Thread Mike Gifford
Hello Christopher, Thanks for the quick reply. On Mon, 2002-01-14 at 17:07, Christopher Mende wrote: > What you need to do is modify your apache httpd.conf file to create a > script alias for mailman, like such: > ScriptAlias /mailman/ /var/mailman/cgi-bin/ I've added this: #Added by Mike for

Re: [Mailman-Users] RH 7.2 RPM Install Question on RH. - AccessForbiden to Web Page

2002-01-14 Thread Christopher Mende
Mike, What you need to do is modify your apache httpd.conf file to create a script alias for mailman, like such: ScriptAlias /mailman/ /var/mailman/cgi-bin/ I believe there's a file called README.linux or redhat to that effect. You should also be able to find the info on the web. There are o