Re: [users@httpd] Apache 2.2:How to enable module: mod_expires.c

2014-08-09 Thread Pete Houston
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

RE: [users@httpd] Apache 2.2:How to enable module: mod_expires.c

2014-08-09 Thread Mark jensen
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

Re: [users@httpd] Apache 2.2:How to enable module: mod_expires.c

2014-08-09 Thread Eric Covener
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 -

[users@httpd] Apache 2.2:How to enable module: mod_expires.c

2014-08-09 Thread Mark jensen
doing httpd -l returns: core.c prefork.c http_core.c mod_so.c How to enable the mod_expires module?

RE: [users@httpd] How to forbid browsers to cache some pages?

2014-08-09 Thread Mark jensen
I have found a good tutorial for my goal: http://support.tigertech.net/prevent-caching