#!/usr/bin/perl
print "Status: 404 Not Found\n";
print "\n";
####
xx.xx.xx.xx - - [17/Jan/2007:17:56:39 -0500] "GET /test.cgi HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1" www.example.com
####
#!/usr/bin/perl
print "Status: 404 Not Found\n";
print "Content-Type: text/html\n";
print "\n";
print "404 Not Found\n";
print "404 Not Found
\n";
####
xx.xx.xx.xx - - [17/Jan/2007:18:00:15 -0500] "GET /test.cgi HTTP/1.1" 404 52 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1" www.example.com