Jump to content

oge

Members
  • Posts

    2
  • Joined

  • Last visited

oge's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the response, it seems that the permission has to be 755 and not 777. I finally got it to work but the permission has to be 755
  2. I have written a simple hello world program in perl, I have placed it in the cgi-bin and set a 0777 permission, however i am getting error 500 when I run it, I am new to perl but I think I have everthing correct. here is the code: #!/usr/bin/perl print "Content-Type: text/html \n\n"; print "Hello World";
×
×
  • Create New...