On 8/31/06, James Bennett <[EMAIL PROTECTED]> wrote:
> Apache itself shouldn't require a restart, just the Django FastCGI
> processes. I run FastCGI behind lighttpd, and change stuff all the
> time; I just stop and start my FastCGI processes and leave lighttpd
> alone.

I haven't done anything with FastCGI, and only a little with lighty,
but you can usually force a config reload by sending HUP to the
interesting process:

kill -s HUP <your pid here>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to