This is for Apache:
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=290304000, public"
</FilesMatch>
How do I do it for lighttpd?
|
This is for Apache:
How do I do it for lighttpd?
| |||
|
feedback
|
|
It should acutally be quite easy with a regular expression on
If you need to manipulate the requests or responses in more detail, you should dig into mod_magnet. Documentation hints: | |||
feedback
|