Hi,

In the doc, one can read:

"
How to configure the APE Server on port 80

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:

# ./bin/ape.conf

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
}
"

But what does the <ip to bind APE> mean?

Should I put ape.mydomain.com or the ip of the server where APE is? Or
something else?

Regards.

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to