Hi everyone,

I'm trying to install a fresh copy of mailman 2.1.6 on a FC3 machine with
SELinux disabled, and running into a problem trying to access the web
interface. My configure statement looks like this:

./configure \
        --prefix=/home/mailman/domains/chuckie.co.uk \
        --with-username=mailman \
        --with-groupname=mailman \
        --with-cgi-gid=apache

I then do a "make install" followed by bin/check_perms -f as noted in the
manual. However when I try and access the administration URL at
http://server/mailman/admin then I get the following error in the Apache
error log:

[Tue Dec 20 14:23:00 2005] [error] [client 213.152.63.90] /usr/bin/python:
can't open file '/home/mailman/domains/chuckie.co.uk/scripts/driver'
[Tue Dec 20 14:23:00 2005] [error] [client 213.152.63.90] Premature end of
script headers: admin

What is strange is that I also get the same error if do this:

su - apache
cd ~/domains/chuckie.co.uk/cgi-bin
admin

But the following appears to work as expected, outputting a CGI error:

su - apache
/usr/bin/python /home/mailman/domains/chuckie.co.uk/scripts/driver


Any help would be greatly appreciated.


Many thanks,

Mark.

------------------------
WebBased Ltd
17 Research Way
Plymouth
PL6 8BT

T: +44 (0)1752 797131
F: +44 (0)1752 791023

http://www.webbased.co.uk   
http://www.infomapper.com
http://www.swtc.co.uk  

This email and any attachments are confidential to the intended recipient
and may also be privileged. If you are not the intended recipient please
delete it from your system and notify the sender. You should not copy it or
use it for any purpose nor disclose or distribute its contents to any other
person.



------------------------------------------------------
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

Reply via email to