Added handler to add support for CGI scripts.
Added a new tool `httpd` which is a basic httpd server product (with file server and CGI handler).
This commit is contained in:
12
tools/httpd/README.md
Normal file
12
tools/httpd/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
Simple web server
|
||||
=================
|
||||
|
||||
This server is very simple and limited, it is, for now:
|
||||
- a file server
|
||||
- a CGI handler (for `*.cgi` executables)
|
||||
|
||||
Usage:
|
||||
httpd (--root path)
|
||||
|
||||
--root <path>: document directory for file server (default: www)
|
||||
|
||||
Reference in New Issue
Block a user