summaryrefslogtreecommitdiff
blob: d8a26703b2db0a30ece4048a275292b304923c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
service shttpd
{
	socket_type     = stream
	type			= UNLISTED
	wait            = no
	port			= 81
	server          = /usr/sbin/shttpd
# change these lines
	server_args		= -I -d /var/www/localhost/htdocs -l /var/log/shttpd/access.log -e /var/log/shttpd/error.log
	user            = shttpd
	group			= shttpd
	disable         = yes
}