Hello.
First off, I am VERY NEW to apache, so please forgive me.
I am running Apache 1.3.19 on Linux RH 7.1. I wrote a little test script that looks a lil something like this:
bash# vi roo.cgi
#!/usr/bin/perl
print "This is a test";
Now, how is it when I go to the URL ( it prints out the whole script instead of executing it.
I have added ExecCGI to the options, And that doesn't seem to do the trick. When I add the "AddHandler cgi-script .cgi" I get an error. Any help would be greatly appreciated.
Thanks,
J
First off, I am VERY NEW to apache, so please forgive me.
I am running Apache 1.3.19 on Linux RH 7.1. I wrote a little test script that looks a lil something like this:
bash# vi roo.cgi
#!/usr/bin/perl
print "This is a test";
Now, how is it when I go to the URL ( it prints out the whole script instead of executing it.
I have added ExecCGI to the options, And that doesn't seem to do the trick. When I add the "AddHandler cgi-script .cgi" I get an error. Any help would be greatly appreciated.
Thanks,
J