https://issues.apache.org/bugzilla/show_bug.cgi?id=43652
--- Comment #3 from Alain Knaff <[EMAIL PROTECTED]> 2008-09-26 23:44:29 PST --- Created an attachment (id=22641) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22641) Patch to make suexec work with virtual hosts stored in users personal web directory The attached patch (against version 2.2.9) adds a new configuration option "SuexecUserdir" that invokes suexec with the tilde, so that it works in user's homedirectories. The old "SuexecUserGroup" continues to operate as before, so that it works in the global documentroot. Example: <VirtualHost *:80> ServerName alain.hitchhiker.org.lu SuexecUserdir alain alain DocumentRoot /home/alain/public_html </VirtualHost> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
