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 completely different things. Your original error message suggests you are using the development server (since you mentioned port 8000), in which case virtual Apache hosts and the like don't come into it: it's just a process that runs in user space and binds to port 8000 and only one process at a time can do that. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

