Add example of --dameon and --pidfile to README.

This commit is contained in:
Emil Mikulic 2006-07-21 09:24:47 +00:00
parent 953a93d2fc
commit 572eed9e3a
1 changed files with 3 additions and 0 deletions

View File

@ -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