Forums / Setup & design / HTTPHeader settings - SQUID

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

HTTPHeader settings - SQUID

Author Message

Xavier Gouley

Wednesday 28 November 2007 1:28:08 am

Hi,

I'm trying to put the homepage in a squid cache, for performance reason.

With following settings, I put all site in the squid cache :

[HTTPHeaderSettings]
CustomHeader=enabled
Cache-Control[]
Cache-Control[/]=
Pragma[]
Pragma[/]=
Expires[]
Expires[/]=600;0;0

Does anyone know how to cache only my homepage ? (I can't have a full listing of all subfolders in my site...)

Thx !

Smile France - eZpublish developper

Björn X

Wednesday 28 November 2007 9:12:12 am

mod_cache is faster as SQUID

[HTTPHeaderSettings]
CustomHeader=enabled
Pragma[]
Pragma[/]=
Cache-Control[]
Cache-Control[/]=public, must-revalidate, max-age=10800
Cache-Control[/someurl]=public, no-cache
Expires[]
Expires[/]=10800