I'm trying to start up a web site. Following the docs i put the following little file in /var/www/cgi-bin #!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello, World."; I made it executable and Apache (running as localhost) won't run it. If I cd into /var/www/cgi-bin and execute ./first.pl it fails. If I execute perl ./first.pl it works. What do I need to do to enable this file in cgi-bin? /Bob Cahn Gipsy Trail Club Carmel, NY