Can we hope that at some point there will be more documentation on sbmongoose?
And under what license is it released?
In the meantime, the first successful experiment:
d:\websrv>sbmongoose -document_root d:\websrv
Mongoose web server v.4.2 started on port(s) 8080 with web root [d:\websrv]
==========
http://127.0.0.1:8080/[app name sb].html OK!!!
p.s. in d:\websrv\lib240\ <- ~Libraries\javascript\
==========
d:\websrv>sbmongoose -h
Mongoose version 4.2 (c) Sergey Lyubka, built on Nov 30 2022
Usage:
mongoose -A <htpasswd_file> <realm> <user> <passwd>
mongoose [config_file]
mongoose [-option value ...]
OPTIONS:
-cgi_pattern **.cgi$|**.pl$|**.php$
-cgi_environment <empty>
-put_delete_auth_file <empty>
-cgi_interpreter <empty>
-protect_uri <empty>
-authentication_domain mydomain.com
-ssi_pattern **.shtml$|**.shtm$
-throttle <empty>
-access_log_file <empty>
-enable_directory_listing yes
-error_log_file <empty>
-global_auth_file <empty>
-index_files index.html,index.htm,index.cgi,index.shtml,index.php,index.lp
-enable_keep_alive no
-access_control_list <empty>
-extra_mime_types <empty>
-listening_ports 8080
-document_root <empty>
-ssl_certificate <empty>
-num_threads 50
-run_as_user <empty>
-url_rewrite_patterns <empty>
-hide_files_patterns <empty>
-request_timeout_ms 30000
-spiderbasic_root <empty>
===========================
p.s.
https://github.com/jaz303/mongoose-mit/ ... rManual.md