Anyone with some tips on how to daemonize the Abe webserver process??
You could just use a tool called "screen" (or gnu screen).
- #> screen
- #> python abe
- close ssh session, abe will keep running in the detached screen
- log back in and use "screen -x" to reconned to the detached screen