On 6/20/06, Ryan Steele <[EMAIL PROTECTED]> wrote: > target installation directory in his wake. Is there any other place > besides the config.log that would yield the options fed to configure? > If not explicitly, is there a way to extrapolate this simply from the > installation directory? Thanks in advance for your help.
Check the GID of the various scripts in cgi-bin. I believe this is what's mainly effected. E.g., running the admin cgi-bin binary manually gives: [EMAIL PROTECTED]:~$ /usr/lib/cgi-bin/mailman/admin Content-type: text/html <head> <title>Mailman CGI error!!!</title> </head><body> <h1>Mailman CGI error!!!</h1> The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: <pre> Group mismatch error. Mailman expected the CGI wrapper script to be executed as group "www-data", but the system's web server executed the CGI script as group "staff". Try tweaking the web server to run the script as group "www-data", or re-run configure, providing the command line option `--with-cgi-gid=staff'.</pre> I'm not sure that it matters that this match the old installation, though. -- - Patrick Bogen ------------------------------------------------------ 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