Re[2]: [mp2] Changing response code after access phase

2004-07-19 Thread Rob Bloodgood
Friday, July 16, 2004, 5:31:35 PM, you wrote: SB> Ah, sorry, I'm lost in the sea of methods hahaha I know the feeling. SB> -- I think we have exactly SB> what you want. It should appear in here: SB> http://perl.apache.org/docs/2.0/api/Apache/HookRun.html This was the key I needed. I installed m

Re: Using Cache::Mmap in mod_perl

2004-07-19 Thread Peter Haworth
On Mon, 19 Jul 2004 11:57:56 +0800, Victor Tsang wrote: > Has anyone tried using Cache::Mmap in mod_perl? That's what I wrote it for. My application uses Cache::Mmap to share caches between apache children and other processes. > I have written a perl code to test my design off apache, it works >