On Sat, Aug 09, 2014 at 02:14:36PM +, Mark jensen wrote:
> and I have found this line in conf file:
>
> LoadModule expires module modules/mod_expires.so
>
> but "ExpireDefault" didn't work
There's no such directive in Apache 2.2 as "ExpireDefault". Perhaps if
you tried "ExpiresDefault" you m
Doing httpd -M | grep expire:
expires_module (shared)
Syntax OK
and I have found this line in conf file:
LoadModule expires module modules/mod_expires.so
but "ExpireDefault" didn't work
Load it with LoadModule
(use -M to show dynamically loaded modules.)
On Sat, Aug 9, 2014 at 10:04 AM, Mark jensen wrote:
> doing httpd -l returns:
>
> core.c
> prefork.c
> http_core.c
> mod_so.c
>
> How to enable the mod_expires module?
>
--
Eric Covener
cove...@gmail.com
-
doing httpd -l returns:
core.c
prefork.c
http_core.c
mod_so.c
How to enable the mod_expires module?
I have found a good tutorial for my goal:
http://support.tigertech.net/prevent-caching