mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Updated user manual
This commit is contained in:
@@ -1,8 +1,26 @@
|
|||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Mongoose is small and easy to use web server. It is self-contained, and does
|
||||||
|
not require any external software to run. Mongoose can be configured via
|
||||||
|
command line options, or via configuration file. If no command line
|
||||||
|
options are given, mongoose searches for a configuration file
|
||||||
|
called "mongoose.conf" in the same directory where mongoose binary is
|
||||||
|
located.
|
||||||
|
|
||||||
|
Configuration file is a sequence of lines, each line containing
|
||||||
|
command line option name and it's value. Lines beginning with '#'
|
||||||
|
and empty lines are ignored. Here is
|
||||||
|
|
||||||
|
# mongoose.conf file
|
||||||
|
document_root c:\www
|
||||||
|
listening_ports 8080,8043s
|
||||||
|
ssh_certificate c:\mongoose\ssl_cert.pem
|
||||||
|
|
||||||
|
|
||||||
Usage Examples
|
Usage Examples
|
||||||
--------------
|
--------------
|
||||||
|
- How to share a Windows folder
|
||||||
|
|
||||||
Command Line Options
|
Command Line Options
|
||||||
--------------------
|
--------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user