Restarting CherryPy on WebFaction

To restart CherryPy on your WebFaction account:

  1. ps -u $USER -o pid,command
  2. Find the relevant process (id)
  3. kill <id>
  4. ./autostart.cgi

 

You may also like...