On 10/01/09 08:40, Anil wrote: > I get this warning in a configuration file I had copied from an older > Coolstack version to IPS version of apache: > > Warning: SuexecUserGroup directive requires SUEXEC wrapper. > > It seems the suexec command no longer exists? How can I get this to work?
suexec is disabled by default. If you look at /usr/apache2/2.2/bin dir, you will find "suexec.disabled" binary. Rename it to "suexec" and then change its permissions. e.g., chmod 4750 /usr/apache2/2.2/bin/suexec That should enable suexec mechanism. See http://httpd.apache.org/docs/2.2/suexec.html for more info. HTH, Seema.