Hello CentOS,
I don't usually use RPM's for apache, but I'm playing with a centos 4.2 w/apache and suexec. I've got the suexec apache RPM installed, but I'm not sure how to actually get apache to use it. The /etc/httpd/conf/httpd.conf does show it in the modules: LoadModule suexec_module modules/mod_suexec.so
but httpd -l doesn't list suexec as being loaded.
I'm sure it's simple, but a pointer would be great, thanks!
Nevermind. I figured it out. instead of User username Group groupname
With the apache RPM we use SuexecUserGroup username groupname
All's well.