I’m trying to leverage websockets using PHP.
In order to avoid firewall restrictions the websockets should use port 80.
However apache is already running on port 80 and AFAIK apache doesn’t support websockets.
I found a 3rd party apache module:
http://code.google.com/p/pywebsocket/
But it’s partly in Japanese and marked as experimental.
Is this my best bet?
I decided to use port 8080 which is a commonly used port for web apps.