On 4/27/07, Aaron Macks <amacks@xxxxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx