Hi Folks.
I have a strange yet deep concept related problem. I have Apache installed on my local machine. I could run all the cgi scripts except for one. This CGI script of mine is working properly except for one thing. The system command in it which calls another perl program of mine is being overlooked, hahaa, i.e. My perl program if run from command line is working perfecly, but if I use system command to run the perl program from the CGI program, its not running.
I started reading some material on it and saw that it (System command in CGI) leads to major security concern, but since I will be using it inside the intranet with firewall security, I am thinking of taking my chances. But I couldnot find any solution of how to make the System command work.
Any suggestions are greatly appreciated.
Thanks,
Vijay.
I have a strange yet deep concept related problem. I have Apache installed on my local machine. I could run all the cgi scripts except for one. This CGI script of mine is working properly except for one thing. The system command in it which calls another perl program of mine is being overlooked, hahaa, i.e. My perl program if run from command line is working perfecly, but if I use system command to run the perl program from the CGI program, its not running.
I started reading some material on it and saw that it (System command in CGI) leads to major security concern, but since I will be using it inside the intranet with firewall security, I am thinking of taking my chances. But I couldnot find any solution of how to make the System command work.
Any suggestions are greatly appreciated.
Thanks,
Vijay.