Files
EWF/tools/httpd/README.md
Jocelyn Fiat 211fc425a3 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).
2017-11-03 18:00:39 +01:00

248 B

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)