Did you edit the ~mailman/Mailman/mm_cfg.py file to allow the use of virtual domains? Copy the configuration lines from Defaults.py into mm_cfg.py and then edit mm_cfg.py. On Fri, 2002-11-22 at 05:59, Toorop wrote: > 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 [EMAIL PROTECTED] > 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 > > > ------------------------------------------------------ > Mailman-Users mailing list > [EMAIL PROTECTED] > 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/ > > This message was sent to: [EMAIL PROTECTED] > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
