30 Jul
2008
30 Jul
'08
8:42 a.m.
Raffael Himmelreich wrote:
I'm trying to change the detailfile location on the fly. But when I edit the value in the config file and send the process a HUP signal this is what I get:
The configuration files are NOT reloaded on SIGHUP.
What I try to archive is dynamic relaying. I want to enable and disable relaying while the server is running. I'm open to other solutions too. :)
Use policies in "unlang". if (foo) { detail } And set/unset foo dynamically. i.e. from a database, etc. Alan DeKok.