thttp-stream - bitreich-short - Fork of bitreich-httpd to shorten URLs
(HTM) git clone git://git.z3bra.org/bitreich-short.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
thttp-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