[Mailman-Users] Error 500 suexec......

Toorop toorop at cyborgnation.org
Fri Nov 22 11:59:30 CET 2002


Hi,

First escuse my english, i'll try to do my best ;-)

I'm trying to install mailman(2.0.13) on a new server (python 2.2.2) with apache in suexec
mode.

My virtual domain conf :
-----------------------------------------------------------
<VirtualHost xxx.xxx.xxx.xxx>
ServerAdmin tech at xxxxxxx.net
DocumentRoot /home/xxxx/www
User vpopmail
Group vchkpw
ServerName XXXXXXXX.net
CustomLog logs/XXXX-access_log combined
ScriptAlias /cgi-bin/ /home/XXX/cgi-bin/
ScriptAlias /mailman/ /home/mailman/cgi-bin/
Alias /pipermail/ /home/mailman/archives/public/
</VirtualHost>
-----------------------------------------------------------

My configure line :
For GID :
# cat /etc/group | grep vchkpw
vchkpw:x:503:

Mailer : Qmail with Vpopmail so mail-gid= gid of vchkpw

So my configure commands :
$ ./configure -with-mail-gid=503 -with-cgi-gid=503

check_perms is good

Well, when i try :
http://xxxxxx.net/mailman/admin/

I'got a 500 error ://

LOGS :
# cat /var/log/httpd/cgi.log
[2002-11-22 11:41:54]: info: (target/actual) uid: (vpopmail/vpopmail) gid: (vchkpw/vchkpw) cmd: admin
[2002-11-22 11:41:54]: error: directory is writable by others: (/home/mailman/cgi-bin)

# cat /var/log/httpd/error.log
[Fri Nov 22 11:41:54 2002] [error] [client 80.65.224.36] Premature end of script headers: /home/mailman/cgi-bin/admin

# cat /var/log/httpd/ovh-access_log
xxxxxx.net - - [22/Nov/2002:11:41:54 +0100] "GET /mailman/admin/ HTTP/1.1" 500 603 "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.05  [fr]"

Nothing in ../mailman/logs/*

If i'll try a :
# su vpopmail
$ /home/mailman/cgi-bin/admin

<HTML>
<HEAD>
<TITLE>xxxxxx.net mailing lists - Admin Links</TITLE>
</HEAD>
<BODY
<BODY bgcolor="#ffffff">
.
.
So thats good.

I'll try a : chmod g-w /home/mailman/cgi-bin
But nothing change

pS :
http://xxxx.net/pipermail/
Works fine

Any idea ???
Thanks.

-- 
Toorop - Friday, November 22, 2002 - 11:33:08 




More information about the Mailman-Users mailing list