apr_global_mutex_lock() failing with permission denied

2009-03-21 Thread Elison Smith
I am using shared memory to share some data between my module instances in Apache child processes, and apr_global_mutex_t to achieve mutually-exclusive reads and writes. In a post_config_hook, I create the mutex using apr_global_mutex_create() and then reopen it inside each child process by

Input filter to process POST variables (e.g. mod_form)

2009-03-21 Thread Erik Westland
I am writing an output filter that needs to record request (headers and POST/GET vars) and response data (status and content-length). I was planning to write an input filter to capture/relay the POST/GET data (via r-notes) to an output filter for processing. It seems that mod_form (see: