On Sat, Nov 12, 2011 at 2:10 PM, Brent Clark <brentgclarkl...@gmail.com> wrote:
> Hiya
>
> Please could someone peer review the following for me.
> If this correct / acceptable?
>
> <IfModule mod_expires.c>
>  ExpiresActive On
>  ExpiresDefault "access"
>  ExpiresByType text/javascript               "access plus 1 day"
>  ExpiresByType text/xml                      "access plus 1 day"
>  ExpiresByType text/html                     "access plus 1 day"
>  ExpiresByType text/css                      "access plus 1 day"
>  ExpiresByType application/javascript        "access plus 1 day"
>  ExpiresByType application/x-javascript      "access plus 1 day"
>  ExpiresByType application/shockwave-flash   "access plus 1 day"
>  ExpiresByType application/x-shockwave-flash "access plus 1 day"
>  ExpiresByType application/pdf               "access plus 1 day"
>  ExpiresByType image/gif                     "access plus 1 month"
>  ExpiresByType image/jpeg                    "access plus 1 month"
>  ExpiresByType image/jpg                     "access plus 1 month"
>  ExpiresByType image/png                     "access plus 1 month"
>  ExpiresByType image/x-icon                  "access plus 1 month"
> </IfModule>
>

The syntax is correct - whether it is acceptable depends upon your needs.

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to