File: xinetd_fex

package info (click to toggle)
fex 20160919-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,944 kB
  • sloc: perl: 17,699; sh: 346; makefile: 67
file content (21 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# default: on
# description: F*EX web server
#
service fex
{
	socket_type	= stream
	wait		= no
        type		= unlisted
	protocol	= tcp
        #flags		= IPv6
        #bind		= ADDRESS
	port		= 8888
        cps		= 10 2
	user		= fex
	groups		= yes
	server		= /usr/share/fex/bin/fexsrv
	nice		= 0
	disable		= no
}
# configuration for https/SSL see /usr/share/doc/fex/SSL
# configuration for IPv6 see /usr/share/doc/fex/IPv6