Re: [Mod-fcgid-users] DESPERATE need for help with suexec. (php-cgi wrapper 'saying no input file')

2008-06-18 Thread Jos Ewert
Well I had the same problem , but then I modified modfcgid ( was 1.1 back then) try this: https://websvn.syscp.org/browser/SysCP/branches/mod_fcgid/ look at the diffs in: https://websvn.syscp.org/browser/SysCP/branches/mod_fcgid/fcgid_conf.c?op=diff&rev=0&sc=0 https://websvn.syscp.org/browser/Sys

Re: [Mod-fcgid-users] DESPERATE need for help with suexec. (php-cgi wrapper 'saying no input file')

2008-06-18 Thread Gabriel Barazer
Hi, Looking at your code change in mod_fcgid.c, I see you have added a "SuexecUserGroup" directive into mod_fcgid. Don't you have any conflicts with mod_suexec (the one in the standard Apache 2.2 distribution) which also include the same directive? Since all CGI binaries are not FastCGI compat

Re: [Mod-fcgid-users] DESPERATE need for help with suexec. (php-cgi wrapper 'saying no input file')

2008-06-18 Thread Jos Ewert
Well not that I would know of on my setup, I only use the suexec configs to get the username and group, so I know what homedir i should strip of the path. You can always change the names of the directives, I chose the mod_suexec ones because I didnt want to write an extra line into my config files