The default user and group for apache if not set in the apache config file is -1.
The user and group must be set in the apache config file to be "apache" (/etc/httpd/conf/http.conf), you should see lines like this: User apache Group apache If you don't set apache's user and group the cgi scripts will execute with user and group of -1, which appears to be what is happening. Our mailman rpm expects the cgi scripts to be executed by a process that is the user apache and a member of the group apache. If apache's user and group are not set to apache in the config file it would perplex me because all our rpms are self consistent with respect to configuration (or at least we try really hard to be :-) -- John Dennis <[EMAIL PROTECTED]> ------------------------------------------------------ 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