A better/easier fix might be to run httpd as the same user that you were
running it as under 1.3.24. Sounds like you were running it as GID 1
(daemon) before and are now running it as gid 60001.
--
Andrew Clark
Campus Network Programmer
Office of Information Technology
University of Californi
This one is always fun.
You can rerun ./configure and set the --with-cgi-gid to what it should be
(probably 60001 in your case), then rerun make (don't need to do make
install), then copy the newly compiled cgi wrapper over the old one.
--
Andrew Clark
Campus Network Programmer
Office of Inform
We re-installed apache-1.3.27 (prevoiusly 1.3.24) on our server, while we
left mailman untouched. Now when we try to use mailman we get the
following:
Mailman CGI error!!!
The expected gid of the Mailman CGI wrapper did not match the
gid as set by the Web server.
The most likely cause is that Ma