I am trying to run an external program using a cgi Perl script on Apache 2 windows. I have set the service to login as me (admin), and still, I am unable to run the simplest programs (notepad.exe).
Is there something that I need to be aware of in terms of what previlages Apache allows it's cgi programs to run in? What user account do the cgi scripts run under? I am able to use system commands like "dir", but unable to run anything more significant. Can anyone enlighten me?
Is there something that I need to be aware of in terms of what previlages Apache allows it's cgi programs to run in? What user account do the cgi scripts run under? I am able to use system commands like "dir", but unable to run anything more significant. Can anyone enlighten me?