mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Add example of --dameon and --pidfile to README.
This commit is contained in:
parent
953a93d2fc
commit
572eed9e3a
@ -46,5 +46,8 @@ Use acceptfilter (FreeBSD only):
|
||||
$ kldload accf_http
|
||||
$ ./darkhttpd /var/www/htdocs --accf
|
||||
|
||||
Run in the background and create a pidfile:
|
||||
$ ./darkhttpd /var/www/htdocs --pidfile /var/run/httpd.pid --daemon
|
||||
|
||||
Commandline options can be combined:
|
||||
$ ./darkhttpd ~/public_html --port 8080 --addr 127.0.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user