clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: Oct. 31 2005,13:55 |
|
django, try this. I made the following test file as root called it tut.pl, and placed it into the /opt/monkey/cgi-bin directory (sudo beaver /opt/monkey/cgi-bin/tut.pl), :
Code Sample | #!/usr/bin/perl -wT print "Content-type: text/html\n\n" print "Hello World!\n" |
then I ran sudo chmod 755 /opt/monkey/cgi-bin/tut.pl
I started monkey, opened dillo, and went to 127.0.0.1/cgi-bin/tut.pl and there was my page.
I hope this works for you as well.
|