Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 8e5a64a6656b41bce72ede5488716b19 > files > 2

ape-1.1.2-6mdv2010.2.i586.rpm

uid {
	# "aped" switch to this user/group if it run as root
	user = ape
	group = ape
}


Server {
	port = 6969
	daemon = yes
	ip_listen = 0.0.0.0
	domain = auto
	rlimit_nofile = 10000
	pid_file = /var/run/aped.pid
}

Log {
	debug = 1
	use_syslog = 0
	syslog_facility = local2
	logfile = /var/log/ape/ape.log
}

JSONP {
	eval_func = Ape.transport.read
	allowed = 1
}

Config {
#relative to ape.conf
	modules = /usr/lib/ape/
	modules_conf = /etc/ape/
}

# Proxy section is used to resolve hostname and allow access to a IP:port (Middleware-TCPSocket feature)

#Proxy {
#	id = freenode
#	host = irc.freenode.net
#	port = 6667
#	readonly = false
#}