No, but this can be easily "hard coded". I mean without a configuration entry.

What you need is :

https://github.com/APE-Project/APE_Server/blob/master/src/servers.c#L75 :
Modify this function to pass IP + port as argument

https://github.com/APE-Project/APE_Server/blob/master/src/servers.c#L78
Pass the arguments instead of CONFIG_VAL() things.

https://github.com/APE-Project/APE_Server/blob/master/src/entry.c#L186
Call this with the expected IP+port

https://github.com/APE-Project/APE_Server/blob/master/src/entry.c#L256
Handle this with the value returned by servers_init();

Anthony

Le 29/05/2011 17:24, FriedZombie a écrit :
Does anyone have patched this at the moment?
Or can anyone point me in de correct direction?

@ Anthony: Thank you for the fast response

On 29 mei, 16:54, Anthony Catel<[email protected]>  wrote:
Hi,

This is currently not possible.
But the server can be easily patched to support this feature

Le 29/05/2011 16:44, FriedZombie a crit :







Hi,
What I would like to do is bind 2 ips on ape, only with different
ports:
One ip on port 80, and a other on 6969
I hope this is possible

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