> Depending on volumes and volatility of data, it may be 'insane' to > have a database connection, query and teardown for every redirect, > too. What works on the bench doesn't always work in the field...
I would recommend against any method that involved network I/O for Apache. If you have large volumes of redirects that cannot be satisfied with a few simple regular expressions and mod_rewrite the obvious way forward is batch generated (from the DB) apache config files placed in a directory and sourced by the main apache.conf. -- Noah Slater <http://www.bytesexual.org/> "Creativity can be a social contribution, but only in so far as society is free to use the results." - R. Stallman - Sent via the backstage.bbc.co.uk discussion group. To unsubscribe, please visit http://backstage.bbc.co.uk/archives/2005/01/mailing_list.html. Unofficial list archive: http://www.mail-archive.com/[email protected]/

