Hi Manik,
Can you explain how you did this?
Thanks
Andrew
2008/11/5 Manik Taneja <[EMAIL PROTECTED]>
> Andrew Dixon wrote:
>
>> Hi All,
>>
>> I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my
>> caching type, but how can I check i
Hi All,
I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my
caching type, but how can I check if it is actually doing anything. Is there
anyway to see what is in the cache, being served from the cache, what the
cache hit rate is, etc...???
Thanks
Kind regards,
Andrew.
Hi Christian,
> You approach is valid, however it would be even better if you
> start out with no module and then add them one after the
> other until the site works as expected.
This is exactly what I did, I remove all modules and then added them
back in one by one until the Apache server wou
Hi All,
Is there any benefit to removing Apache modules that the server
doesn't appear to use?
The list below is a list of the Apache modules that I appear to
require to run my web server:
LoadModule access_module modules/mod_access.so
LoadModule log_config_module modules/mod_log_config.so
LoadM
Hi Joshua.
Worked like a dream. Thanks.
Andrew.
On 19/07/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/19/07, Andrew Dixon <[EMAIL PROTECTED]> wrote:
> I tried using the THE_REQUEST, but that get a space in it as well as it
> gives:
>
> GET /sub_page.cfm/title/
On 18/07/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/18/07, Andrew Dixon <[EMAIL PROTECTED]> wrote:
> Here is what I got from the RewriteLog set on level 9 (highest). I
assume
> the line we are looking for is:
>
> map lookup FAILED: map=citybreaksMap[txt] key=
On 18/07/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/18/07, Andrew Dixon <[EMAIL PROTECTED]> wrote:
> Hi.
>
> We have a RewriteMap configured and working fine, however we need to add
a
> URL to the map that contains a space. I have tried several different
things,
Hi.
We have a RewriteMap configured and working fine, however we need to add a
URL to the map that contains a space. I have tried several different things,
but none of them work. What I have in the map file is:
sub_page.asp/title/Paris Outbound/section/General/editID/337 paris/outbound
I have t