undead_corpse
New Member
- Messages
- 11
- Reaction score
- 0
- Points
- 0
With my cgi script I get this error returned
script not found or unable to stat: /home/alkdude/public_html/remote/cgi-bin/test.cgi
this is the script:
#!/usr/local/bin/perl
# hello.pl -- my first perl script!
print "Content-type: text/html\n\n";
print <<"EOF";
<HTML>
<HEAD>
<TITLE>Hello, world!</TITLE>
</HEAD>
<BODY>
<H1>Hello, world!</H1>
</BODY>
</HTML>
What is my obvouis mistake? The CHMOD is set correctly (755) So I'm not sure what to do!
EOF
script not found or unable to stat: /home/alkdude/public_html/remote/cgi-bin/test.cgi
this is the script:
#!/usr/local/bin/perl
# hello.pl -- my first perl script!
print "Content-type: text/html\n\n";
print <<"EOF";
<HTML>
<HEAD>
<TITLE>Hello, world!</TITLE>
</HEAD>
<BODY>
<H1>Hello, world!</H1>
</BODY>
</HTML>
What is my obvouis mistake? The CHMOD is set correctly (755) So I'm not sure what to do!
EOF