Hi,

I'm wondering if anyone has succeeded in running Apache and LightStreamer on the same physical Linux server with two static IP addresses assigned to it (on a single network card). One IP address is for Apache on port 80/443 (domain name www.mydomain.com) and the other IP address is for LightStreamer on its own ports 80/443 (domain name push.mydomain.com).

Apparently this should be possible without running any virtual machine, but I may be wrong. Our CentOS server is pretty powerful and it would still be a waste to set up a second one just for avoiding security warnings in the browsers. Moreover, it's interesting (for simplicity, maybe not for scalability) to share the same MySql database between Apache and LightStreamer.

Thanks in advance for your advice!