On 4/27/07, Aaron Macks <[EMAIL PROTECTED]> wrote:
I was blaming mod_rewrite because the server was running fine, serving
up pages with approx 180 children, until I added in a slew of new
redirects(approx 6k).  I want to believe that there are no loops in the
rules, as they are all pretty simple and distinct

Did you read my other questions and comments?

Anyway, 6000 RewriteRules is not a good idea. Such a huge config will
increase apache memory requirements and also will significantly affect
response time since each of those redirects is checked for every
request. Instead, you should use a dbm-based RewriteMap to track the
redirects.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to