in reply to Re: STDERR Redirection problems
in thread STDERR Redirection problems

To clarify for the OP: the environment and user you are running in on a web server is probably different to that in use on the command line.

Replies are listed 'Best First'.
Re^3: STDERR Redirection problems
by darrenbock (Initiate) on Feb 17, 2010 at 16:02 UTC

    Thank you for this reply as it is the only thing that seems to be the potential problem given that running the command directly on the command line works, while running it via a CGI running through IIS does not work.

    Any idea on how to follow up on this?