Restarting CherryPy on WebFaction
To restart CherryPy on your WebFaction account: ps -u $USER -o pid,command Find the relevant process (id) kill <id> ./autostart.cgi
To restart CherryPy on your WebFaction account: ps -u $USER -o pid,command Find the relevant process (id) kill <id> ./autostart.cgi
To set up websockets on a host can take a few extra steps. The host needs to know what to do with the websocket traffic. It took a few attempts to get a Python/websockets...