Re: [users@httpd] Enabling mod_expires and mod_headers

2011-10-28 Thread Rainer Jung
On 28.10.2011 08:19, Brent Clark wrote: > On 27/10/2011 15:11, Eric Covener wrote: >> If you want them cached, there's a benefit in enabling caching. > > Thanks for replying. > > But would I be correct in thinking that they both ultimately do the same > task, I.e. work on the headers. So would I

Re: [users@httpd] Enabling mod_expires and mod_headers

2011-10-27 Thread Brent Clark
On 27/10/2011 15:11, Eric Covener wrote: If you want them cached, there's a benefit in enabling caching. Thanks for replying. But would I be correct in thinking that they both ultimately do the same task, I.e. work on the headers. So would I be right in thinking that there is no point to ena

Re: [users@httpd] Enabling mod_expires and mod_headers

2011-10-27 Thread Eric Covener
On Thu, Oct 27, 2011 at 7:49 AM, Brent Clark wrote: > Hiya > > I would like to know is there any benefit to enabling mod_expires and > mod_headers together on a server. > > I'm not sure if my logic is correct, but my idea is to increase caching of > images, css, js files on scripts that define no-

[users@httpd] Enabling mod_expires and mod_headers

2011-10-27 Thread Brent Clark
Hiya I would like to know is there any benefit to enabling mod_expires and mod_headers together on a server. I'm not sure if my logic is correct, but my idea is to increase caching of images, css, js files on scripts that define no-cache in the headers. Kind Regards Brent Clark -