http-stream - bitreich-httpd - Bitreich HTTPD service | |
git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
http-stream (350B) | |
--- | |
1 service http | |
2 { | |
3 socket_type = stream | |
4 protocol = tcp | |
5 only_from = 0.0.0.0/0 ::/0 | |
6 flags = IPv6 | |
7 | |
8 wait = no | |
9 user = bitreich | |
10 group = bitreich | |
11 groups = yes | |
12 server = /usr/sbin/bitreich-httpd | |
13 # server_args = | |
14 instances = 50 | |
15 nice = 19 | |
16 | |
17 log_type = SYSLOG daemon debug | |
18 log_on_success = PID HOST EXIT DURATION | |
19 log_on_failure = HOST | |
20 | |
21 disable = no | |
22 } | |
23 |