Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 406 Bytes

File metadata and controls

20 lines (14 loc) · 406 Bytes

sensibleServer

A simple http(s) server that serves content with optional cgi scripting available.

Installation

For right now, the best way is to clone this repo and install using ./setup.py.
Note that sensibleServer requires a python interpreter that is version 3.6 or later.

Usage

sensibleServer DOCUMENT_ROOT [ -c --enable-cgi ]