mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
Adding command line options
This commit is contained in:
parent
a8b08c6784
commit
fcf8b86288
@ -52,11 +52,15 @@ Usage Examples
|
||||
double-click the executable. The folder should be accessible via
|
||||
[http://localhost:8080](http://localhost:8080) in any browser.
|
||||
- How to start mongoose at UNIX startup time in daemon mode, serving
|
||||
directory `/var/www`: put this line in the system startup script,
|
||||
directory `/var/www`: put this line in the system startup script:
|
||||
`/path/to/mongoose -listening_ports 80 -document_root /var/www &`
|
||||
|
||||
Command Line Options
|
||||
--------------------
|
||||
-A <htpasswd_file> <domain_name> <user_name> <password>
|
||||
Add/edit user's password in the passwords file. Deleting users
|
||||
can be done with any text editor. Functionality is similar to
|
||||
Apache's `htdigest` utility.
|
||||
|
||||
Common Problems
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user