File: xinetd.conf

package info (click to toggle)
weborf 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,152 kB
  • sloc: sh: 5,272; ansic: 3,505; python: 762; makefile: 119; xml: 44
file content (14 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
service www
{
socket_type = stream
wait = no
user = www-data
instances = 100
server = /usr/bin/weborf
server_args = -T
port = 80
cps = 100 4
flags = IPv6


}