I have get a tutorial to install pywebsocket in linux.
But I am using centOs for my apache server. I want something by which I can install websocket and use it in my php. I have centOs 64 bit.
Please help.
I have get a tutorial to install pywebsocket in linux.
But I am using centOs for my apache server. I want something by which I can install websocket and use it in my php. I have centOs 64 bit.
Please help.
Can't find anything distributin-specifc in that tutorial expect the mod_python setup. You only have to use "yum" to install mod_python instead of apt-get using this command:
yum install mod_python