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)

Change History (1)

comment:1 in reply to:  description Changed 15 years ago by robert_martin

Resolution: invalid
Status: newclosed

Replying to tekknokrat:

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?

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).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain robert_martin.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.