apr_global_mutex_lock() failing with "permission denied"

2009-03-20 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 calli

RE: rewrite before caching?

2009-03-20 Thread Anthony J. Biacco
Yeah, it would create twice the number of requests to my server. One for the initial hit and the other for the redirect. If it was a small % of my hits, I wouldn't care, but this url is about 90% of my web server hits. -Tony --- Manager, IT Operations Format Dynamics, Inc.

RE: rewrite before caching?

2009-03-20 Thread Houser, Rick
Is there a reason you can't just change your rewrite rule to a [R=301]? Thanks, Rick Houser Auto-Owners Insurance Systems Support (517)703-2580 -Original Message- From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] Sent: Thursday, March 19, 2009 4:53 PM To: modules-dev@httpd.a