Re: How to stop internal django server
thanks
Am Sonntag, 28. September 2008 14:44:22 UTC-7 schrieb Hingarajiya,Ravi:
--Jeff :
Thanks for reply.
Ravi HingarajiyaOn Sun, Sep 28, 2008 at 2:41 PM, Jeff Anderson <jeff...@programmerq.net> wrote:
Hingarajiya,Ravi wrote:/etc/init.d/httpd stop is just a wrapper script that uses the kill
> Hi Alessandro,
>
> Thanks for your reply.I know kill command.
>
> But we are developing IDE for Django. So We want to know that how
> to stop internal server using any command (example : /etc/init.d/httpd
> stop in apache web server ).
command. You need to do the same thing to kill any process. ctrl+c sends
signal 2 to the running process. kill <pid> is exactly what you need to use.
Jeff Anderson
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home