Re: [us...@httpd] mod_cache and mod_mem_cache seem to make little improvement

2009-02-09 Thread Matthew Sacks
if one were to build a viewer, what sources should i take a look at? would this be done at the module level or in httpd itself? On Mon, Feb 9, 2009 at 11:17 AM, Eric Covener wrote: > On Mon, Feb 9, 2009 at 1:54 PM, Matthew Sacks wrote: >> Hi ASF, >> Is there a way to view objects

[us...@httpd] mod_cache and mod_mem_cache seem to make little improvement

2009-02-09 Thread Matthew Sacks
Hi ASF, Is there a way to view objects in cache while using mod_mem_cache. I am having trouble gauging the number of objects being cached without using a disk-cache. Thank you, Matthew - The official User-To-User support forum of

Re: [us...@httpd] Re: help with rewrites - changing the base path

2008-12-30 Thread Matthew Sacks
hi list, new problem: when i try to add a rewrite just for the base url, it doesn't work and appends the destination url twice and ends up as a 404: how can i accommodate the wild-card and the base path (RewriteRule ^/$ http://www.foobar.com)? # BEGIN WordPress RewriteEngine On RewriteBase /te

Re: [us...@httpd] Re: help with rewrites - changing the base path [RESOLVED]

2008-12-29 Thread Matthew Sacks
refix removed ? > (because you are "already there" so to speak) > > Maybe you want to try this instead : > > RewriteRule /(.*)$ http://www.foo.com/$1 [R=301] > > > > > > Matthew Sacks wrote: >> >> I cleared all rewrites so all I have is the f

[us...@httpd] Re: help with rewrites - changing the base path

2008-12-29 Thread Matthew Sacks
PM, Matthew Sacks wrote: > i am trying to change the base path of a directory to rewrite to a new > location, there are no files in the location, so it is just a > cosmetic/seo change. > > i have some rewrites that are put in place by my hosting provider, and > im having some

help with rewrites - changing the base path

2008-12-15 Thread Matthew Sacks
i am trying to change the base path of a directory to rewrite to a new location, there are no files in the location, so it is just a cosmetic/seo change. i have some rewrites that are put in place by my hosting provider, and im having some difficulty getting the rewrite to work: here is my .htac