Christopher Lenz wrote: > Ideally you could do that directly from the "Plugins" panel in > WebAdmin (and it should be fairly simple even, at least providing a > simple interface without XHR-based progress monitoring etc). However, > the major problem with the whole install-through-the-web scheme is > that you currently need to restart the server to get the changes > properly recognized. I wonder whether we'd be able to fix that...
If nothing else, a plugin could be made for each server type to reset it. In the case of Apache an os.kill(SIGHUP, os.pid()) should be enough. It certainly a hack, but it might be enough. --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev -~----------~----~----~----~------~----~------~--~---
