jrmarino wrote:
> Very strange.  I had restarted my webserver (lighttpd) numerous times.
> I ran TOP and found a python process owned by the "www".  Restarting
> the webserver did not kill the python process.  Finally I killed it
> manually and restarted the process.  Now Trac runs and shows Trac 0.10
> as the current version.
>
> So you were correct Alec, I just don't know why that python process was
> living on its own.

This may be an effect of how lighttpd handles FastCGI.  In Apache,
processes started by mod_fastcgi will be killed when Apache's
restarted, but lighttpd may detach the FastCGI processes so they aren't
affected by a server restart.  I'm not a lighttpd user, so maybe
someone who is could give you advice on the best way to restart Trac
with lighttpd.

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to