summaryrefslogtreecommitdiff
path: root/test/http/xinetd.conf
blob: 5c95545c71640493546cedd5efa073cb7d9658a2 (plain)
1
2
3
4
5
6
7
8
9
10
service colm_http
{
	type            = unlisted
	socket_type	= stream
	protocol	= tcp
	port            = 3535
	wait		= no
	user		= thurston
	server		= /home/thurston/devel/colm/test/http/http.bin
}