Re: [Mailman-Users] Help getting SuSE 9.3+Mailman 2.1.5+Apache2 working

2005-06-28 Thread Poster

Michael Regoli said:
> Hello! I'm trying to get mailman and Apache2 working nicely from the
> stock SuSE distro. (YOU, Yast Online Update is current on the machine,
> so if there's new stuff for either mailman or Apache2, I've got it.
> mailman is version [2.1.5] and Apache2 is version [2.0.53].)

I had a similar problem -- I think. I have Suse 9.3, stock Mailman and
stock Apache2, all updated with YOU. In my case, it was first the
inability for Mailman to run as the right GID, then it was the
inability to read the wrapper config files (which incidentally, don't
exist). Scouring the internet led me to clues that the error really
meant that the GID was still wrong. Nothing I did worked. I changed
the UID GID files that Mailman uses. I tweaked the mailman.conf files
in /etc/apache2. I inspected mail.err logs in /var/log. I changed
perms, owner, group, and access bits on everything that seemed
related. Still nothing.

Finally, out of sheer desperation, I reinstalled the stock Suse
Mailman RPM running as the mailman user. Then I checked (and fixed)
permissions issues using the scripts in /usr/lib/mailman/bin. With the
mailman cgi files moved to /cgi-bin/mailman and aliased in apache's
default-server.conf file (and given their own separate 
section with CGI script running turned on), everything worked!

I'm convinced that a reinstall is necessary to fix some permissions
SOMEWHERE. I spent way too much time trying to debug it, but with
mailman's lame, unhelpful error messages, there's just not much I
could do.

I don't use virtual servers yet, but I expect I will soon. And BTW,
the error message you're currently seeing is an Apache error message.

HTH,
Poster

++
+www.intaligo.com/mt +
+  Professional Editing/Web Design   +
+www.intaligo.com/mt +
++
--
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=show&file=faq01.027.htp


[Mailman-Users] Help getting SuSE 9.3+Mailman 2.1.5+Apache2 working

2005-06-27 Thread Michael Regoli
Hello! I'm trying to get mailman and Apache2 working nicely from the
stock SuSE distro. (YOU, Yast Online Update is current on the machine,
so if there's new stuff for either mailman or Apache2, I've got it.
mailman is version [2.1.5] and Apache2 is version [2.0.53].)

Has anyone got the two working together? If so, could you shed some
light on your Apache2 configuration? I've followed all of the
instructions at
http://www.gnu.org/software/mailman/mailman-install/node10.html, but
cannot get Apache2 to "see" the mailman stuff in
/usr/lib/mailman/cgi-bin (I'm getting 403: "client denied by server
configuration: /var/lib/mailman/cgi-bin" when I visit
"http://servername/mailman/admin"; for instance.)

Web server is running fine.  The machine has a few other virtual hosts
on it, so I've put the mailman configuration into the default virtual
hosts setup in /etc/apache2/default-server.conf:


 ServerName www.servername.here:80
 DocumentRoot "/srv/www/htdocs"
 ServerAdmin [EMAIL PROTECTED]
 TransferLog /var/log/apache2/access_log
 ErrorLog /var/log/apache2/error_log
 ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/
 
   AllowOverride None
   Options +ExecCGI +Includes
   Order allow,deny
   Allow from all
< /Directory>
 

I've even tried duplicating the  section above in the
main "default-server.conf" file to allow CGI from within the
mailman/cgi-bin directory.  No luck.

I think I'm putting the mailman configuration in the wrong place, as
apache is clearly not letting me run anything from the mailman/cgi-bin
directory.

Thanks for any advice!  --mike
--
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=show&file=faq01.027.htp