Re: [EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread Sander Temme
Hey Makhan, On Jun 17, 2007, at 5:47 PM, makhan wrote: Thanks man, I did just that , but i am not getting anything in my browser, even running simple commands like date or dir isn't working. I think there is something wrong with my php. What it is i can't find out. You need to go to a PHP

Re: [EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message On Sun, 17 Jun 2007, makhan wrote: Thanks man, I did just that , but i am not getting anything in my browser, even running simple commands like date or dir isn't working. I think there is someth

Re: [EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread makhan
Thanks man, I did just that , but i am not getting anything in my browser, even running simple commands like date or dir isn't working. I think there is something wrong with my php. What it is i can't find out. Res-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > NotDashEscaped:

Re: [EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message On Sun, 17 Jun 2007, makhan wrote: Thsnks man for your reply. I checked my php.ini file and the options which you told me. They are not set . and I am not in the safe mode either so this exec fu

Re: [EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread makhan
Thsnks man for your reply. I checked my php.ini file and the options which you told me. They are not set . and I am not in the safe mode either so this exec function should work. I have checked even a simple commands like data or ls are not working correctly. Can you help me out what could be the

Re: [EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message On Sun, 17 Jun 2007, makhan wrote: Hi I am trying to run an external program from the php using its exec() function. But its not executing the program I think the issue is with the apache secu

Re: [EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread William A. Rowe, Jr.
makhan wrote: > Hi > > I am trying to run an external program from the php using its exec() > function. But its not executing the program I think the issue is with the > apache security setting i.e its not allowing external requests to execute > programs on the server. It's a php.ini setting - s

[EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread makhan
Hi I am trying to run an external program from the php using its exec() function. But its not executing the program I think the issue is with the apache security setting i.e its not allowing external requests to execute programs on the server. Can someone please guide me how I can enable these