| Revision 295,
436 bytes
checked in by Andreas.rindler, 3 years ago
(diff) |
|
Reverted changes introduced in [292] and [293] that had overwritten previous bug fixes.
|
| Line | |
|---|
| 1 | # 2008-11-23: Turn on compression and content caching to improve performance. arindler
|
|---|
| 2 | ExpiresActive On
|
|---|
| 3 | ExpiresByType image/gif "access plus 28 days"
|
|---|
| 4 | ExpiresByType image/png "access plus 28 days"
|
|---|
| 5 | ExpiresByType text/css "access plus 28 days"
|
|---|
| 6 | ExpiresByType text/js "access plus 28 days"
|
|---|
| 7 | ExpiresByType application/x-javascript "access plus 28 days"
|
|---|
| 8 |
|
|---|
| 9 | AddOutputFilterByType DEFLATE text/html text/css text/js application/x-javascript |
|---|
Note: See
TracBrowser
for help on using the repository browser.