I have a CGI script that I have put up on an Apache server. The code is meant to connect to another unix host using ssh. This all works fine when i execute the script in command line as I'm already logged in as the user "perlnewbie". But when I run the script using my web browser it does not work ... I have googled around and found that apache runs the script as "nobody".
How can i get it to run as me ("perlnewbie")?
Can any of you please help me? I have only been using perl for about 2 weeks now.
Thanks in advance.
PerlNewbie12345