Re: how to stop the django development server?

2007-10-08 Thread Malcolm Tredinnick
On Mon, 2007-10-08 at 09:06 -0700, patrickk wrote: > I´m not too familiar with server-stuff, but I thought that kill only > works with fastcgi. > we´re using modpython (sorry, forgot to mention that before). This doesn't make sense. Are you using the development server or modpython?? They are two

Re: how to stop the django development server?

2007-10-08 Thread patrickk
works. thanks. On 8 Okt., 18:10, "Kristinn Örn Sigurðsson" <[EMAIL PROTECTED]> wrote: > Doesn't it work even after restarting the server (not the webserver, the > real server)? It should work fine after that, unless you've got something > running at startup. > To kill it with -9 you will have to

Re: how to stop the django development server?

2007-10-08 Thread Kristinn Örn Sigurðsson
Doesn't it work even after restarting the server (not the webserver, the real server)? It should work fine after that, unless you've got something running at startup. To kill it with -9 you will have to list all running manage.py processes (for instance: ps aux | grep -i manage). Then you'll have t

Re: how to stop the django development server?

2007-10-08 Thread patrickk
I´m not too familiar with server-stuff, but I thought that kill only works with fastcgi. we´re using modpython (sorry, forgot to mention that before). I´m only to "restart" the server gracefully. I´ve tried that but it doesn´t work. On 8 Okt., 18:00, "Kristinn Örn Sigurðsson" <[EMAIL PROTECTED]

Re: how to stop the django development server?

2007-10-08 Thread Kristinn Örn Sigurðsson
Have you tried to kill it with -9? On 10/8/07, patrickk <[EMAIL PROTECTED]> wrote: > > > I´ve started the devserver with one of our vhosts a couple of days > ago. the devserver crashed and now, when I want to start the devserver > for another user (= another vhost on our machine), it says that port

how to stop the django development server?

2007-10-08 Thread patrickk
I´ve started the devserver with one of our vhosts a couple of days ago. the devserver crashed and now, when I want to start the devserver for another user (= another vhost on our machine), it says that port 8000 is already in use. so, how can I stop the devserver? btw, every vhost has it´s own dj