uschindler edited a comment on pull request #70: URL: https://github.com/apache/solr-site/pull/70#issuecomment-1030325070
For such long redirect maps it might be better to put them into a separate file. Like with email alias tables as known from postfix, a hashmap using a dbm file might be better. There's also RedirectMap: https://httpd.apache.org/docs/2.4/rewrite/rewritemap.html The file could be generated by the script. Too. But converted to dbm afterwards. We might do a simple test on staging if the ASF Apache Server supports them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
