Re: [Mailman-Users] problems with gid when installing

2007-01-22 Thread Peter Coolen
Mark Sapiro [mailto:[EMAIL PROTECTED] > Verzonden: maandag 22 januari 2007 16:59 > Aan: Peter Coolen; mailman-users@python.org > Onderwerp: Re: [Mailman-Users] problems with gid when installing > > Peter Coolen wrote: > > > Don't know why but it works almost ;-) >

Re: [Mailman-Users] problems with gid when installing

2007-01-22 Thread Mark Sapiro
Peter Coolen wrote: > Don't know why but it works almost ;-) > >I see a webpage and can create a new mailinglist... > >Only one last problem I can't create a new mailinglist.. > >Receive this error: >Error: You are not authorized to create new mailing lists > >I changed the administrators passwd a

Re: [Mailman-Users] problems with gid when installing

2007-01-22 Thread Mark Sapiro
Peter Coolen wrote: >> > >> >I tried example.com/mailman/ just for a visit or a index >> page but now I >> >receive a 403 forbidden... >> >> >> Let's try to debug one issue at a time, but what's in >> error_log for the >> 403? >> >> >The error when visiting domain.com/mailman/ >[Mon Jan 22

Re: [Mailman-Users] problems with gid when installing

2007-01-22 Thread Peter Coolen
Don't know why but it works almost ;-) I see a webpage and can create a new mailinglist... Only one last problem I can't create a new mailinglist.. Receive this error: Error: You are not authorized to create new mailing lists I changed the administrators passwd and list creater passwd with bin

Re: [Mailman-Users] problems with gid when installing

2007-01-22 Thread Peter Coolen
> > > >I tried example.com/mailman/ just for a visit or a index > page but now I > >receive a 403 forbidden... > > > Let's try to debug one issue at a time, but what's in > error_log for the > 403? > > The error when visiting domain.com/mailman/ [Mon Jan 22 10:01:52 2007] [error] [client

Re: [Mailman-Users] problems with gid when installing

2007-01-21 Thread Mark Sapiro
Peter Coolen > >I also tried mailman/create/ but create is not a directory.. So you must not >use the slash... It still can't find the files.. Actually, create is a CGI so you can use a slash, but that isn't the issue here. >> If you want this latter URL to work (usually people send it >> to t

Re: [Mailman-Users] problems with gid when installing

2007-01-21 Thread Peter Coolen
on.org > Onderwerp: Re: [Mailman-Users] problems with gid when installing > > > > > -Oorspronkelijk bericht- > > Van: Mark Sapiro [mailto:[EMAIL PROTECTED] > > Verzonden: zondag 21 januari 2007 17:56 > > Aan: Peter Coolen; mailman-users@python.org > &

Re: [Mailman-Users] problems with gid when installing

2007-01-21 Thread Peter Coolen
> -Oorspronkelijk bericht- > Van: Mark Sapiro [mailto:[EMAIL PROTECTED] > Verzonden: zondag 21 januari 2007 17:56 > Aan: Peter Coolen; mailman-users@python.org > Onderwerp: Re: [Mailman-Users] problems with gid when installing > > Peter Coolen wrote: > > &

Re: [Mailman-Users] problems with gid when installing

2007-01-21 Thread Mark Sapiro
Peter Coolen wrote: > >[Sun Jan 21 17:24:24 2007] [error] [client 192.168.0.18] script not found or >unable to stat: usr/local/mailman/create This error came from the missing slash in ScriptAlias when you tried to visit something like . >[Sun Jan 21 17:24:37

Re: [Mailman-Users] problems with gid when installing

2007-01-21 Thread Mark Sapiro
Peter Coolen wrote: > >Some apache config lines for mailman > >ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" You don't need this for Mailman. You may want it for other reasons. >ScriptAlias /mailman/ "usr/local/mailman/cgi-bin/" Missing a slash. should be ScriptAlias /mailman/ "/u

Re: [Mailman-Users] problems with gid when installing

2007-01-21 Thread Peter Coolen
> > You don't put '$prefix' literally. $ prefix stands for the > path you provided to configure with the --prefix= option > (default /usr/local/mailman). > > What is in your Apache configuration now? Some apache config lines for mailman Alias /pipermail/ "/usr/local/mailman/archives/publi

Re: [Mailman-Users] problems with gid when installing

2007-01-21 Thread Mark Sapiro
Peter Coolen wrote: > >Thanks for all your help.. I changed setting in my webserver but now I get a >404 NOT FOUND error... > >I looked in the manual and there it says $prefix/cgi-bin/ > >I tried both but both give a 404 not found.. You don't put '$prefix' literally. $ prefix stands for the pat

Re: [Mailman-Users] problems with gid when installing

2007-01-21 Thread Peter Coolen
> > > Other issues in your apache config. > > The Directory section should be "/usr/local/mailman/", not > "/usr/local/mailman/cgi-bin/". This is primarily for public archives. > Also, if you are going to have public archives, you want > > Alias /pipermail/ /usr/local/mailman/archives/public/

Re: [Mailman-Users] problems with gid when installing

2007-01-20 Thread Mark Sapiro
Mark Sapiro wrote: >Peter Coolen wrote: >> >>Do you have any idea how to fix this problem with my web server >>configuration? It is Apache 1.3.36 > >>Alias /mailman/ "/usr/local/mailman/cgi-bin/" > > >The above line overrides the ScriptAlias below. Remove it. > > >> >>Options Indexes

Re: [Mailman-Users] problems with gid when installing

2007-01-20 Thread Mark Sapiro
Peter Coolen wrote: > >Do you have any idea how to fix this problem with my web server >configuration? It is Apache 1.3.36 >Alias /mailman/ "/usr/local/mailman/cgi-bin/" The above line overrides the ScriptAlias below. Remove it. > >Options Indexes FollowSymlinks MultiViews ExecCGI

Re: [Mailman-Users] problems with gid when installing

2007-01-20 Thread Peter Coolen
> > There is something wrong with your web server configuration. > Instead of executing Mailman's cgi-bin/create wrapper and > serving it's output, the web server is serving the wrapper > file as text. > > -- Do you have any idea how to fix this problem with my web server configuration?

Re: [Mailman-Users] problems with gid when installing

2007-01-20 Thread Mark Sapiro
Peter Coolen wrote: > > When i want to go to the page www.domain.tld/mailman/create, I get the error > below: > > Mailman CGI error!!! > %s > --with-cgi-gidwebCGI--with-mail-gidmail-SThe Mailman CGI wrapper encountered > a fatal error. This entry is being stored in your syslog:Group mismatch >

[Mailman-Users] problems with gid when installing

2007-01-20 Thread Peter Coolen
Hi All, I tried to install mailman on my slackware system with postfix (mysql virtual domains) and apache.. I followed the whole mnual ,except the thing about the virtual domains.. I will do this later on. When i want to go to the page www.domain.tld/mailman/create, I get the error below: M