Skip to content

APE Server Configuration Port 80

Louis Charette edited this page Apr 19, 2014 · 1 revision

To make the APE Server work on a dedicated IP through port 80, you just need to edit the ape.conf file (./bin) as the following:

Server {
	port = 80               # The port of APE - Here 80 with the use of a dedicated IP for the APE Server.
	daemon = no             # if "yes", launches APE in background 
	ip_listen = <ip to bind APE>     
	domain = auto
	rlimit_nofile = 10000
}

Now what?

You can proceed to the next step: Configuration DNS

Clone this wiki locally