[EMAIL PROTECTED] kirjoitti: > On Jun 16, 4:53 pm, "Noah Kantrowitz" <[EMAIL PROTECTED]> wrote: >> MasterTickets doesn't use the Python bindings. I just call the dot binary >> and pipe the output back to the browser. >> >> --Noah >> > Alright, I am not sure why, but it went away. instead of restarting > the apache server, I stopped it, then started it, and magic!
As I understood from previous posts you're running under Windoze. There 'restart' is just like 'reload', it reloads configs and restarts what needed. Apparently it doesn't affect already spawned processes. So almost always you need to do stop-start cycle. (Learned that when playing with tomcat and proxying) -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
