On Thu, 19 Sep 2002 15:01:08 +0200, [EMAIL PROTECTED] (Willem Pretorius) wrote:
>ok, now i have gotten the file to be executed from shell if i type : perl >myfile.pl , and it work perfectly, but now, if i try and execute the same >file from the web, i get the 'internal server error'.. what can be causing >this, why, and how do i fix it? In addition to what David has said, you also need to remember that when running a cgi script, you are user "wwwrun" or "nobody". You are NOT the same user as when running from the commandline. So scripts will fail if you try to open or write files without the right permissions. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]