I have a couple of questions. I have it running on :6969 on my server
and it works great so far. Is it better to run it on a dedicated IP
using port :80 if I can?
If so, do I just need to change ape.conf to:
Server {
port = 80
daemon = yes
ip_listen = xxx.xxx.xxx.xxx
domain = auto
rlimit_nofile = 10000
pid_file = /var/run/aped.pid
}
and config.js to:
APE.Config.baseUrl = 'http://mysite.com/APE-JSF/'; //APE JSF
APE.Config.domain = 'mysite.com';
APE.Config.server = 'ape.mysite.com:80'; //APE server URL
Once this is done, just restart ape?
--
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/