Project

General

Profile

Actions

Bug #2367

closed

mod_expire not work with mod_proxy

Added by D4rk4 over 12 years ago. Updated almost 8 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_expire
Target version:
-
ASK QUESTIONS IN Forums:

Description

The expire header is not set up for the content distributed through mod_proxy.

Ex:
proxy.balance = "hash"
proxy.server = ("" => (
( "host" => "1.1.1.1","port" => 8080 ),
( "host" => "2.2.2.2","port" => 8080 ),
( "host" => "3.3.3.3","port" => 8080 )
) )
expire.url = ( "" => "access 14 days" )

Actions #1

Updated by gstrauss about 8 years ago

  • Status changed from New to Invalid

The origin server should add caching headers, as appropriate, not an intermediary proxy.

Actions #2

Updated by stbuehler almost 8 years ago

  • Target version deleted (1.4.x)
Actions

Also available in: Atom