The apache log entry produced when a user tries to access Mailman is:
[Thu Mar 14 20:51:14 2002] [error] [client 151.200.246.161] Premature end of script headers: /usr/local/cpanel/3rdparty/mailman/cgi-bin/admin
Running the file at the command line produces:
root@web2 [/usr/local/apache/logs]# /usr/local/cpanel/3rdparty/mailman/cgi-bin/admin
Content-type: text/html
&head&
&title&Mailman CGI error!!!&/title&
&/head&&body&
&h1&Mailman CGI error!!!&/h1&
The expected gid of the Mailman CGI wrapper did not match the gid as set by the Web server.&p&The most likely cause is that Mailman was configured and installed incorrectly. Please read the INSTALL instructions again, paying close attention to the &tt&--with-cgi-gid&/tt& configure option. This entry is being stored in your syslog:
&pre&
Failure to exec script. WANTED gid -1, GOT gid 0. (Reconfigure to take 0?)&/pre&
Note - there is no user ID -1. If I could find the configure script, I'd modify it to use 504 (the mailman ID) - but I cannot.
Does anyone know what mailman uses for a config file?
Thanks - Brian
[Thu Mar 14 20:51:14 2002] [error] [client 151.200.246.161] Premature end of script headers: /usr/local/cpanel/3rdparty/mailman/cgi-bin/admin
Running the file at the command line produces:
root@web2 [/usr/local/apache/logs]# /usr/local/cpanel/3rdparty/mailman/cgi-bin/admin
Content-type: text/html
&head&
&title&Mailman CGI error!!!&/title&
&/head&&body&
&h1&Mailman CGI error!!!&/h1&
The expected gid of the Mailman CGI wrapper did not match the gid as set by the Web server.&p&The most likely cause is that Mailman was configured and installed incorrectly. Please read the INSTALL instructions again, paying close attention to the &tt&--with-cgi-gid&/tt& configure option. This entry is being stored in your syslog:
&pre&
Failure to exec script. WANTED gid -1, GOT gid 0. (Reconfigure to take 0?)&/pre&
Note - there is no user ID -1. If I could find the configure script, I'd modify it to use 504 (the mailman ID) - but I cannot.
Does anyone know what mailman uses for a config file?
Thanks - Brian