On 8/31/06, viestards <[EMAIL PROTECTED]> wrote: > My hosting provider will not restart server every time when I need it. > Maybe it's fcgi fault, now default FreeBSD FastCGI package is used, > and it's built as DSO. Maybe I have to build it other way.
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. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

