File: thp-httpd

package info (click to toggle)
thp 0.4.6-9
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 260 kB
  • sloc: perl: 1,088; sh: 154; makefile: 56
file content (20 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# default: on
# description: thp-ftpd calls the generic thpsvcs with param "httpd",
#	resulting in an ftpd emulation.

service thp-httpd
{
	type			= UNLISTED
	socket_type		= stream
	protocol		= tcp
	port			= 40080
	wait			= no
	user			= nobody
	server			= /usr/sbin/thpot
	server_args		= http
	nice			= 10
	disable			= yes
        instances               = 10
	per_source		= 1

}