Tagged Questions
The mod-expires tag has no wiki summary.
52
votes
3answers
11k views
ETag vs Header Expires
I've looked around but haven't been able to figure out if I should use both an ETag and an Expires Header or one or the other.
What I'm trying to do is make sure that my flash files (and other images ...
5
votes
0answers
115 views
mod_expires sending Cache-Control headers for 3## status codes
Apache is sending Cache-Control headers for 3## status codes, like 302 redirects. This is causing Firefox (possibly starting with Firefox 5) to cache the 302 redirects--which results in an infinite ...
3
votes
1answer
99 views
Enable Browser-Caching for lighttpd/thin
I have the problem that Googles “Page Speed” says that I should enable browser caching.
I am usein a lighttpd server as a proxy for different web server on my server. One of them is a rails app (Ruby ...
2
votes
2answers
72 views
I need .htaccess to cache php pages, and expire them at the beginning of every hour (xx:00:00)
I want to cache a number of php pages that display different data at the beginning of every hour (xx:00:01)?
So far, I've found a way of cacheing a page +1hour from the time of accessing (or ...
2
votes
1answer
63 views
apache no-cache, expire
I am trying to force no-cache on csv file on my site.
I added those lines to httpd.conf, by the documentation from apache:
ExpiresActive On
ExpiresDefault A0
<FilesMatch "\.(html|csv|htm)$">
...
2
votes
1answer
48 views
apache server mod_expire usage
I am using Apache 2.2.20. I set the expire_mod to be "access plus 5 minutes". I check the header using some website, and I am sure that in the header there did has an expire directory.
However, when I ...
2
votes
1answer
343 views
Which one to use : Expire Header, Last Modified Header or ETags
I am in confusion to perform the server side caching and make the site load faster.
I am confused between Expire Header, Last Modified Header and Etags.
What is the best approach to perform this, ...
2
votes
2answers
932 views
mod_expires not setting cache-control headers on JPEG images
I can't figure out why plain old JPEG images (about a dozen, < 10 KB each) in a website I'm working on won't take the cache-control headers they're being force feed. The .htaccess rules I'm using ...
2
votes
3answers
2k views
Cache Expire Control with Last Modification
In Apache's mod_expires module, there is the Expires directive with two base time periods, access, and modification.
ExpiresByType text/html "access plus 30 days"
understandably means that the ...
1
vote
3answers
147 views
Add expiry headers using Apache for paths which don't exist in the filesystem
For the purposes of CDN invalidation I need to add a prefix to the path element of a site's URL. This is changed whenever a new version of the asset is released.
The URL is then rewritten using ...
1
vote
2answers
88 views
Overwrite cache-headers with mod_expires
I want to set cache-headers using the mod_expires module from apache. My configuration looks somewhat like this:
<LocationMatch ^/static >
ExpiresDefault "access plus 1 years"
...
1
vote
0answers
71 views
How can I tell that this Leverage browser caching is on?
I am trying to set the expiring date on the images/js/css ext.. on my site because i see in a tool that i am using Page Speed that it will help performance:
The following cacheable resources have a ...
1
vote
0answers
51 views
Enabling mod_expire depending on request
Instead of generating links to file.js, I'm calculating a version number or hash sum and linking to file--bbe02f946d.js. I'm using the following redirect rule to then serve the current version of the ...
1
vote
0answers
86 views
Cache control header depending on mime-type
I set the max-age using
ExpiresActive On
ExpiresByType image/gif A36000
ExpiresByType image/png A36000
ExpiresByType application/x-javascript A36000
ExpiresByType application/javascript A36000
...
1
vote
2answers
247 views
How to redirect or mod_rewrite an Expired image in a directory using .htaccess
I have a redirect setup that looks for an image in a directory and if it does not exist, it will redirect to a php file that resizes an image and saves it to that directory. I got it to work great. ...
1
vote
1answer
946 views
adding ExpiresDefault to .htaccess file
I have updated my .htaccess file to include the following:
<FilesMatch "\.(css|js)$">
ExpiresDefault "access plus 1 month"
</FilesMatch>
I am trying to tell the client that all css and ...
1
vote
2answers
996 views
.htaccess: Cache Control, how can I handle Website Updates?
I just searched the web but could not find a good answer to this:
The google page speed extension for FF told me to cache files on my website (PHP). Therefore I updated my .htaccess (in my beta-area ...
1
vote
1answer
352 views
PHP session_start() overwrites HTTP Expires header
I am trying to set Expire header to 2 hours from access for text/html by using mod_expires like that:
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 2 hours"
...
1
vote
2answers
185 views
Explanation for expires header
I have a joomla application working on Apache.To improve site performace we have written a .htaccess file to root of the application with setting a far future expires header to all the static content. ...
1
vote
1answer
875 views
expires.url configuration for static images in lighttpd
I am trying to avoid repeated re-loading of images from my web app.
I use lighttpd to serve the static content, and I have expired configured like so:
expire.url = ( "/static/" => "access 1 years", ...
1
vote
1answer
6k views
Apache FilesMatch - matching a folder in the regular expression
I'm trying to cache some files using a .htaccess file for Apache2. I want to cache a particular folder longer than anything else, so i've been trying to use the FilesMatch directive like this:
...
0
votes
1answer
29 views
How to check mod_headers and mod_expires modules enabled in apache
I want to check whether mod_headers and mod_expires modules enabled or not in my server
Is there a way available to list apache enabled/disabled modules using some php function just like we list php ...
0
votes
0answers
23 views
Expires and 304 not modified request
Why when i was setting Expires and disabled Etags, I still getting 304 response?
This is my .htaccess file:
Header unset Pragma
FileETag None
Header unset ETag
#Expire Header
<FilesMatch ...
0
votes
0answers
40 views
Properly formatted caching for .htaccess file
I just wish to check If code for .htacess file is good. I wish to implement catching on site, so I found code and edited just time for my needs.
I wish to cache ...
0
votes
0answers
45 views
Disable mod_expires for multiple directories in .htaccess
I have a website for which I've configured mod_expires to never expire static JS, CSS, images, audio and video content using a .htaccess file. I also have configured version numbers to be ...
0
votes
0answers
109 views
Zend apache2 mod_expires will not work on os x?
Im coming form an IIS background so apache2 is still new to me.
I have the zend server version of apache2 running on os x snow leopard.
Im trying to enable client-side caching on my local machine so ...
0
votes
0answers
156 views
Setting expiry dates for images used by timthumb
I'm trying to improve on my site's page load. I'm using Y! Slow and page Speed from Google. The biggest point factored in by both is the expiry dates on my site.
Almost 90% of this is caused by ...
0
votes
2answers
339 views
Conditionally set expires headers in Apache config
I would like to conditionally set expires headers on images so that they will not cache while a project is in development but will when it is in production. Ideally this would just be a modification ...
0
votes
1answer
273 views
Pages aren't caching right, response headers seem wrong… how to fix?
Ok, I really didn't know how to put the question but my problem or at least I think it's the problem goes like this:
The blog I am working on loads really slow and so I did the normal things to speed ...
0
votes
0answers
225 views
Is this a good htaccess file for media folder?
1) Would this be a good htaccess file for my subdomain where I keep all my media like css, js and images? Any improvements?
(I have nothing else but media in the folder/subdomain and I am aware of ...
0
votes
0answers
287 views
Enable caching in apache2 using mod_expires
I have enabled mod_expires, and added the following to my VirtualHost directive:
<IfModule mod_expires.c>
<FilesMatch "\.(js|css)$">
ExpiresActive On
ExpiresDefault ...
0
votes
1answer
123 views
Apache: apply rules to a URL before they're rewritten
I have a simple RewriteRule:
RewriteRule ^/r/[0-9]+/(.*)$ /$1
This is used for cache-busting. With every web site release I change the url prefix, e.g.:
/r/17/img/image.jpg gets /img/image.jpg.
I ...
0
votes
1answer
17 views
Running a command on Apache2 not sure about the result
ls /etc/apache2/mods-enabled | grep expires
Its returning nothing does that mean I don't have mod_expires on the server?
0
votes
3answers
495 views
Apache: How to add Expires headers to files without mod_expires installed
I'm on a shared host running Apache. Apparently mod_expires is not installed.
Is there another way to add expires headers to css-files, images etc. on that environment?
0
votes
1answer
435 views
Expires Header with a .php output javascript
I have creating a minify/obfusctor/gzip script in PHP of all my JS and CSS files but I can't expire but I have put this in my .htaccess:
ExpiresActive On
ExpiresDefault A0
ExpiresByType text/css ...
0
votes
3answers
928 views
Add expires header without mod_expires?
I know that I can add expires header using mod_expires. However, what can I do if the Apache server doesn't have mod_expires installed and I don't want to route the access to the files through a ...
0
votes
1answer
293 views
Apache mod_expires question
I'm really confused by all that caching stuff. I'm trying to setup mod_expires to reduce the number of HTTP Requests from my website to the server.
I did well so far, I installed mod_expires and ...
0
votes
1answer
415 views
.htaccess for compression, browser caching, proxy caching, etc
Can someone provide me with an optimize .htaccess configuration that handles compression, browser caching, proxy caching, etc. for a typical website?
Aside from my visitors, I'm also trying to make ...
0
votes
1answer
791 views
Add Expires Headers for Specific Images
All of the expires headers articles I've looked at give more or less the following solution:
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
...
0
votes
2answers
566 views
Alternative to mod_expires for setting expiration headers?
I am using php on an Apache server. I am unable to set expiration headers in .htaccess on the server that I am working on, as it is a shared server and they (the web host) will not install the ...
0
votes
1answer
1k views
Set-Cookie and Expires headers differ
I'm trying to enable Expires headers for images as recommended by YSlow. I'm sure I had this working before but now when I check YSlow it says they are not being cached.
For my .htaccess, I have ...
0
votes
1answer
1k views
How to add Expires to Flash and Icon components
Yslow is currently giving Grade B for my site and also for "Add Expires Headers".
It says:
There is 1 static component without a far-future expiration date.
* (no expires) ...
0
votes
2answers
2k views
yslow still not giving me an A for expires header in apache httpd even though I added them
trying to add an ExpiresDefault ExpiresByType to content on my website so that way it is cached. I use cachebusting in the URL (a revision number in the path) for Javascript, CSS, and images so that ...