README.md
httpServer.pl - a Simple web server written in Perl.
This is a very simple web server; so simple that anyone who has
a basic understanding of Perl and the http protocol can
modify it quickly.
I do not claim that this is a complete implementation of
the http1.1 protocol or that it is free of security
issues ! Better run it as a non-superuser if you
want to expose this software to the rogue internet.
Also, this server blocks all other users while serving
a request (i.e. it is not multithreaded). The reason
for this is simplicity.
Feedback is welcome: frankgerlach@gmail.com.
Enjoy!