Static File Shootout: Apache RewriteRules vs. Flask
Erik Rose
Ever wonder just how much you gain by having Apache serve your static files? I had a particularly hairy set of RewriteRules to support this in my project and a fairly simple Python routine as an alternative, so I ran … Continue reading