Re: [PHP] access a file

2004-08-13 Thread raditha dissanayake
Curlys wrote: -rwxr-xr-x1 root root 133 Aug 13 15:48 zeed.php group and owner like this , how does it workable plz help thanx curlys The fact that root owns the php script does not mean it runs as root - you need the suexec or sudo mechanism for that and it's described in t

Re: [PHP] access a file

2004-08-13 Thread Peter Risdon
Curlys wrote: -rwxr-xr-x1 root root 133 Aug 13 15:48 zeed.php group and owner like this , how does it workable plz help chown www /path/to/zeed.php Peter. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] access a file

2004-08-13 Thread Hannes Magnusson
oup and owner like this , > how does it workable plz help > > thanx > curlys > > > - Original Message - > From: "John Holmes" <[EMAIL PROTECTED]> > To: "Curlys" <[EMAIL PROTECTED]> > Cc: "PHP" <[EMAIL PROTECTED

Re: [PHP] access a file

2004-08-13 Thread Curlys
; <[EMAIL PROTECTED]> Sent: Friday, August 13, 2004 7:13 PM Subject: Re: [PHP] access a file Curlys wrote: > when run this script from the command prompt, it is working. > > > shell_exec ('killall -HUP abc.pl'); > > ?> > > Terminated the application

Re: [PHP] access a file

2004-08-13 Thread John Holmes
Curlys wrote: when run this script from the command prompt, it is working. shell_exec ('killall -HUP abc.pl'); ?> Terminated the application ... but , when it is put this file in a apache web server run via web browser ( accessing a URL with a Link ) it doesn't work . what should i

Re: [PHP] access a file

2004-08-13 Thread raditha dissanayake
Curlys wrote: hi , when run this script from the command prompt, it is working. shell_exec ('killall -HUP abc.pl'); ?> Terminated the application ... but , when it is put this file in a apache web server run via web browser ( accessing a URL with a Link ) it doesn't work . what sho

[PHP] access a file

2004-08-13 Thread Curlys
hi , when run this script from the command prompt, it is working. Terminated the application ... but , when it is put this file in a apache web server run via web browser ( accessing a URL with a Link ) it doesn't work . what should i have to do ? thanx curlys -- PHP General