You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}