caching limit files in mod_file_cache?

2006-03-13 Thread Xuekun Hu
Changed the title to be noticed. :-) -- Forwarded message -- From: Xuekun Hu <[EMAIL PROTECTED]> Date: Mar 10, 2006 7:38 PM Subject: Re: [EMAIL PROTECTED] mod_mem_cache configuration help To: [email protected] Thanks for replying. I tested mod_file_cache. However I also met

Re: mod_cache_shared?

2006-03-13 Thread Justin Erenkrantz
On 3/11/06, Paul Querna <[EMAIL PROTECTED]> wrote: > But, the 'lets do this quickly and make it work' part of me says, we can > design something very simple and 'stupid', that uses the knowledge of > how mod_cache works. mod_disk_cache should work over NFS. =) -- justin

Re: mod_cache_shared?

2006-03-13 Thread Brian Akins
Paul Querna wrote: I have been thinking about some ideas for allowing multiple mod_disk_cache instances to share their cache. Someone may have already suggested this: If you could stack cache modules here is a solution I have. Write a mod_cache_memcached (on my todo list). Configure a cache

Re: mod_cache_shared?

2006-03-13 Thread Brian Akins
Justin Erenkrantz wrote: mod_disk_cache should work over NFS. =) -- justin NO!!! ;) -- Brian Akins Lead Systems Engineer CNN Internet Technologies

Re: ProxyPass does not work inside LocationMatch

2006-03-13 Thread Michael Cramer
Bill Barker wrote: I'm mostly against it. It adds a lot of complexity that is more likely to lead users to trying things that simply won't work. e.g.: DirectoryIndex index.jsp index.html index.php ProxyPass ajp://localhost:8009/ Which will send all requests for an index pa

Re: ProxyPass does not work inside LocationMatch

2006-03-13 Thread Joost de Heer
Is there a solution to this problem? This doesn't work: DirectoryIndex index.cgir index.php index.html RewriteRule ^/(.*)$ proxy:http://www-modperl:/$1 Something like RewriteCond %{REQUEST_URI} \.(cgi|cgir|php3|php)$ RewriteRule ^/(.*) http://www-modperl:/$1 [P] Joost

mod_smtpd documentation location

2006-03-13 Thread Rian Hunter
Hi Everyone, I have written up some preliminary documentation (not done yet) that describes how to write a module for mod_smtpd. It is based on the format of the manualpage dtd used in the Apache Documentation Project. I'm also planning on writing a modulesynopsis document for users of mo

Re: ProxyPass does not work inside LocationMatch

2006-03-13 Thread Michael Cramer
Joost de Heer wrote: RewriteCond %{REQUEST_URI} \.(cgi|cgir|php3|php)$ RewriteRule ^/(.*) http://www-modperl:/$1 [P] That works fine in 1.3, but 2.0 and 2.2 fail. I've tried five different versions in a couple of different ways[*]: # Picks the first DirectoryIndex entry, even if it do