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
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
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
Justin Erenkrantz wrote:
mod_disk_cache should work over NFS. =) -- justin
NO!!! ;)
--
Brian Akins
Lead Systems Engineer
CNN Internet Technologies
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
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
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
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