Fwd: [Mailman-Users] Mailman CGI error!!!
jpsota at gmail.com
jpsota at gmail.com
Wed Feb 16 20:48:34 CET 2005
I think we may be getting somewhere because my httpd.conf file is not
consistent with yours. I'm running apache2, and I seem to remember
installing it from source (although I'm not sure about that).
Here's the only User and Group entry in the file:
<IfModule !mpm_winnt.c>
<IfModule !mpm_netware.c>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# . On SCO (ODT 3) use "User nouser" and "Group nogroup".
# . On HPUX you may not be able to use shared memory as nobody, and the
# suggested workaround is to create a user www and use that user.
# NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
# when the value of (unsigned)Group is above 60000;
# don't use Group #-1 on these systems!
#
User nobody
Group #-1
</IfModule>
</IfModule>
Should I remove the IfModule clauses and add the following instead?
User apache
Group apache
Thanks again,
jim
More information about the Mailman-Users
mailing list