<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I've got my Apache web server installed -- when I launch my web browser and
point it to my server (<A href="http://192.168.0.200">http://192.168.0.200</A>)
it delivers the page in /var/www/index.html. Hooray!</DIV>
<DIV> </DIV>
<DIV>My documentation tells me . . .</DIV>
<DIV>"CGI scripts are looked for in /usr/lib/cgi-bin, which is where Debian
packages will place their scripts."</DIV>
<DIV> </DIV>
<DIV>So, I put a simple Perl script in /usr/lib/cgi-bin/test.pl, chmod +x
test.pl, and when I point to <A
href="http://192.168.0.200/usr/lib/cgi-bin/test.pl">http://192.168.0.200/usr/lib/cgi-bin/test.pl</A>,
I get this error:</DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV>Not Found</DIV>
<DIV> </DIV>
<DIV>The requested URL /usr/lib/cgi-bin/test.pl was not found on this
server.</DIV></BLOCKQUOTE>
<DIV>Any thoughts?</DIV></BODY></HTML>