[PHP] Re: Can't execute external program

2005-11-27 Thread Henry Castillo
, > maybe you have reached apache security settings. > or try add `option +exec' to your apache conf, but be aware this maybe > a security problem to your site to do so. > > On 11/24/05, Henry Castillo <[EMAIL PROTECTED]> wrote: > > Hi > > Still desperate &

[PHP] Re: Can't execute external program

2005-11-23 Thread Henry Castillo
I added 2>&1 but still nothing... as a matter of fact it won't execute anything. I put echo exec('asdf'); and nothing happend either ( i should've echoed an error) However it'll execute some other commands echo exec('ls -lart'); will output correctly. Any ohter Idea? Henry

[PHP] Re: Can't execute external program

2005-11-23 Thread Henry Castillo
is the php I've created, fairly simple: On 11/22/05, n.g. <[EMAIL PROTECTED]> wrote: > > is /var/www/html your web root dir ? > maybe its the plobrem. > > On 11/23/05, Henry Castillo <[EMAIL PROTECTED]> wrote: > > That was on of the first things I checked: &

[PHP] Re: Can't execute external program

2005-11-22 Thread Henry Castillo
That was on of the first things I checked: safe mode is set to off Any ideas... Henry Voip tech said the following on 11/20/2005 10:31 PM: > Hello, > I cannot get exec(), system() or passthru() to run an extenal program. > From the command line it runs perfectly: > I'm getting frustrated, Any