Re: [users@httpd] Re: mod_suexec with mod_userdir and fcgid (webapps in subdirs with separated user context)

2018-05-09 Thread Jonas Meurer
Hi Luca, thanks for your valuable feedback. With your help I finally found a solution. It feels like a dirty hack, but it works ;) Am 24.04.2018 um 10:36 schrieb Luca Toscano: >> Do you have a good idea why php-cgi7.0 throws the following error when >> used with mod_fcgid, mod_usermod and

[users@httpd] Re: mod_suexec with mod_userdir and fcgid (webapps in subdirs with separated user context)

2018-04-23 Thread Jonas Meurer
thout mod_usermod (i.e. when the whole VHost has a dedicated suexec user). Only with mod_usermod, we get this strange error. Cheers, jonas Am 15.04.2018 um 12:26 schrieb Jonas Meurer: > Hello list, > > I try to make web applications available in subfolders of one > VirtualHost, b

[users@httpd] mod_suexec with mod_userdir and fcgid (webapps in subdirs with separated user context)

2018-04-15 Thread Jonas Meurer
Hello list, I try to make web applications available in subfolders of one VirtualHost, but each one in an isolated user context. All web apps are PHP applications and I use mod_fcgid to run them. Unfortunately, SuexecUserGroup is not not allowed in Directory context, which would be by far the sim