lighttpd1.4/tests/docroot/www/send404.pl

6 lines
136 B
Perl
Executable File

#!/usr/bin/env perl
use CGI qw/:standard/;
print header ( -status => 404
-type => 'text/plain' );
print ("send404\n");