This website requires JavaScript.
Explore
Help
Register
Sign In
lighttpd
/
lighttpd1.4
Watch
2
Star
0
Fork
You've already forked lighttpd1.4
0
Code
Issues
Releases
Wiki
Activity
6f2dcc58cd
lighttpd1.4
/
tests
/
docroot
/
www
/
send404.pl
7 lines
111 B
Perl
Executable File
Raw
Blame
History
#!/usr/bin/env perl
print
"Status: 404\n"
,
"Content-Type: text/plain\n"
,
"\n"
,
"send404\n"
;
View Git Blame
Copy Permalink