[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. e2db91d200520ffcb561c0e0aad22c0491b7628c

Evergreen Git git at git.evergreen-ils.org
Mon May 23 09:41:56 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_0 has been updated
       via  e2db91d200520ffcb561c0e0aad22c0491b7628c (commit)
      from  5edf24fa1ebf3c12c8840ffcf1d9f32d534ef6dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e2db91d200520ffcb561c0e0aad22c0491b7628c
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Mon May 23 09:38:22 2011 -0400

    Apply Apache file expiration to the current official Javascript content type
    
    At least on Ubuntu 10.04, Javascript files are generally delivered
    with a Content-Type header of 'application/javascript', not
    'application/x-javascript'.  This change applies the much shorter
    18 hour expiration to the affected files, rather than allowing them
    to default to 1 month.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf
index c7b8cdb..0b9933e 100644
--- a/Open-ILS/examples/apache/eg.conf
+++ b/Open-ILS/examples/apache/eg.conf
@@ -74,6 +74,7 @@ ExpiresDefault A2592000
 ExpiresByType text/html A64800
 ExpiresByType application/xhtml+xml A64800
 ExpiresByType application/x-javascript A64800
+ExpiresByType application/javascript A64800
 ExpiresByType text/css A3000
 
 # ----------------------------------------------------------------------------------

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/apache/eg.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list