billc wrote:
>
>Now I'm seeing:
>
>Group mismatch error.  Mailman expected the CGI
>wrapper script to be executed as group "www", but
>the system's web server executed the CGI script as
>group "nogroup".  Try tweaking the web server to run the
>script as group "www", or re-run configure,
>providing the command line option `--with-cgi-gid=nogroup'
>
>The only thing I see in the apache config regarding group is
>
><IfModule !mpm_winnt.c>
><IfModule !mpm_netware.c>
>       User nobody
>       Group #-1
></IfModule>
></IfModule>
>
>I'm not running winnt.c or netware.c, so I assume that means I'm 
>defaulting to User nobody and Group #-1.
>
>Would it be a better option to re-run config with the nogroup option, 
>or put something in the apache config (and if the latter, what should 
>it be?)


Either change 'Group #-1' above to 'Group www' or rerun configure (and
make install) with the option --with-cgi-gid=nogroup. Your choice.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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/
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&amp;file=faq01.027.htp

Reply via email to