Bug #427

expire.url broken on second level path

Added by Adam 1072 days ago. Updated 181 days ago.

Status:New Start:
Priority:Normal Due date:
Assigned to:jan % Done:

0%

Category:mod_expire
Target version:-
Pending:

No

Resolution:


Description

Lets say I have the following setting in lighttpd.conf:

expire.url = ( "/images/" => "access 7 days")

If the images dir is located at http://site.com/images then the expires work correct.

If the images dir is located at http://site.com/templates/images then no expire headers are sent.

I've tried using:

expire.url = ( "/images" => "access 7 days") and
expire.url = ( "images" => "access 7 days")

but that makes no difference.

History

08/18/2006 06:43 AM - Anonymous

I have exactly the same problem and would love to hear of a solution!

06/06/2008 06:04 PM - Anonymous

why not change expire.url? expire.url = ( "/templates/images/" => "access 7 days")

-- thushw

Also available in: Atom PDF