Fun with Apache’s mod_rewrite
ncadou
October 24, 2008
Internet, System Administration
1 Comment
Tags: apache, configuration, mod_deflate, mod_rewrite, mod_setenvif
Part of my duties over at Cobi involve taking care of some web applications we built for our clients. We based those on top of Linux, Apache, MySQL and PHP (the so-called LAMP platform.)
We use Apache’s deflate module to automatically compress the sometimes huge web pages that get sent to the browsers in order to save bandwidth, and gain speed.
Then the need arose to leave some of the pages uncompressed.
It looked quite easy, all is needed after all … Continue Reading
