therendus
Joined: 29 Feb 2004 Posts: 2
|
Posted: Sun Feb 29, 2004 2:15 pm Post subject: cgi not working |
|
|
Hello.
I have a very strange problem.
I'm unable to run my cgi scripts properly:
http://daniel.tx.com.ru/cgi-bin/script.cgi
I have cgi enabled on my domain.
the script is executable.
It contains only this:
#!/usr/bin/perl
#
print "Content-type: text/plain\n\n";
print "hello";
I failed to recieve support for this for a month already because it was a unique problem and not a server one (though I'm not sure in this).
So I'm badly opened to fresh ideas.
Thank you. |
|