On Tue, Jun 22, 2010 at 06:04, Jason Lotz <jayl...@gmail.com> wrote:
> Step 1 - Shutdown apache
> Step 2 - Become www-data user
> Step 3 - Start web2py from terminal cmd
> Step 4 - Kill web2py (ctl + z)

Ctrl+z does not kill any process - it just *stops* (pause) the actual
process - it'll be running, but in pause state (using the command "bg"
will put the paused process in background and resume, using the
command "fg" will get the process on foreground again). To kill, use
Ctrl+c.

-- 
Álvaro Justen - Turicas
 http://blog.justen.eng.br/
 21 9898-0141

Reply via email to