Re: Can't access module config from handler function

2011-08-14 Thread Simone Caruso
> Using it in a would suggest it's per_dir config. >> >> I setup the shm in post_config hook: >> ap_hook_post_config(post_config_hook, NULL, NULL, APR_HOOK_REALLY_FIRST); > > ... but per_dir config for your location doesn't exist at post_config time! > Now im sure this is not a problem related

Re: Can't access module config from handler function

2011-08-14 Thread Nick Kew
On 14 Aug 2011, at 03:51, Simone Caruso wrote: > >> because the config it sees hasn't been merged for the > The config is a server based confing not a per-dir one. Then maybe your configuration is attached to the wrong virtualhost. Look carefully at what gets passed in the post_config hook: yo