Modify ↓
Opened 15 years ago
Closed 15 years ago
#5513 closed task (invalid)
sent signal to apache2 daemon after update
Reported by: | tekknokrat | Owned by: | robert_martin |
---|---|---|---|
Priority: | normal | Component: | FineGrainedPageAuthzEditorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
We are using the same authz file for both managing trac's and apache2-svn-modules's permissions. Trac uses configuration as soon as it is changed but apache2 only after a reload.
Is it possible to send the necessary signal to apache2 daemon to also reload the config (including the permission file) after it was updated?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Replying to tekknokrat:
This would have to be done in the users module, not this one. It'd probably need a line something like os.kill(pid, sig).