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

2008-06-23 Thread Jos Ewert
Hi, Yes this is working on 2.2 , I cant find out why it shouldn't work . how does your new SuexecStripBase config look like? Its still declared like SuexecUserGroup, so it needs 2 variables which are send to *set_uname(cmd_parms *cmd, void *dummy, const char *uid, const char *gid) in the last 2

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

2008-06-18 Thread Jos Ewert
Gabriel > > On 06/18/2008 12:18:01 PM +0200, Jos Ewert <[EMAIL PROTECTED]> wrote: >> 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/ &

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] Fcgid + suexec +chroot -> No input file specified.

2007-07-27 Thread Jos Ewert
r/www/josi/ from the request and php should find its way around . Greetings , Josi Jos Ewert wrote: > Well sometimes the solution can be this easy: > I just had to add > doc_root = "/htdocs" > cgi.fix_pathinfo = 0 > to my php.ini. > > > > Jos Ewert wrot

Re: [Mod-fcgid-users] Fcgid + suexec +chroot -> No input file specified.

2007-06-30 Thread Jos Ewert
Well sometimes the solution can be this easy: I just had to add doc_root = "/htdocs" cgi.fix_pathinfo = 0 to my php.ini. Jos Ewert wrote: > Hi, > > I have successfully set up fcgid and suexec and modified suexec to > chroot to /var/kunden/webs/. > > > Unfortuna

[Mod-fcgid-users] Fcgid + suexec +chroot -> No input file specified.

2007-06-29 Thread Jos Ewert
Hi, I have successfully set up fcgid and suexec and modified suexec to chroot to /var/kunden/webs/. Unfortunately fcgid still sends the full path to the php binary which then doesnt find it : "stat64("/var/kunden/webs/flami/htdocs/index.php", 0xbfa87fe8) = -1 ENOENT (No such file or director