Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

mod_expires/mod_headers and SSL

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


icicimov at gmail

Jun 30, 2009, 12:04 AM

Post #1 of 3 (310 views)
Permalink
mod_expires/mod_headers and SSL

Hi all,

Any idea if mod_expires works over SSL? In case it works are there any
conditions to be satisfied?

Thanks


Owen.Boyle at six-group

Jun 30, 2009, 1:05 AM

Post #2 of 3 (281 views)
Permalink
RE: mod_expires/mod_headers and SSL [In reply to]

________________________________

From: Igor Cicimov [mailto:icicimov[at]gmail.com]
Sent: Tuesday, June 30, 2009 9:05 AM
To: users
Subject: [users[at]httpd] mod_expires/mod_headers and SSL


Hi all,

Any idea if mod_expires works over SSL? In case it works are
there any conditions to be satisfied?

Thanks

mod_expires just sets a header. That's part of HTTP, which is
encapsulated by HTTPS. So, yes, it will "work".

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.

This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message.
The sender's company reserves the right to monitor all e-mail communications through their networks.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


icicimov at gmail

Jul 2, 2009, 12:28 AM

Post #3 of 3 (244 views)
Permalink
Re: mod_expires/mod_headers and SSL [In reply to]

The apache I'm running is reverse proxy with SSL and these are my settings

<IfModule expires_module>
ExpiresActive On
ExpiresDefault A0
ExpiresByType image/gif "access plus 3600 seconds"
ExpiresByType image/png "access plus 3600 seconds"
ExpiresByType image/jpg "access plus 180 seconds"
ExpiresByType text/css "access plus 120 seconds"
ExpiresByType application/javascript "access plus 3600 seconds"
ExpiresByType application/x-shockwave-flah "access plus 3600
seconds"
ExpiresByType video/x-flv "access plus 3600 seconds"
ExpiresByType application/pdf "access plus 3600 seconds"
</IfModule>

for the some content I serve localy from the apache but I can't see the
Cache-Control header in the browser for those responses.



On Tue, Jun 30, 2009 at 6:05 PM, Boyle Owen <Owen.Boyle[at]six-group.com>wrote:

> ________________________________
>
> From: Igor Cicimov [mailto:icicimov[at]gmail.com]
> Sent: Tuesday, June 30, 2009 9:05 AM
> To: users
> Subject: [users[at]httpd] mod_expires/mod_headers and SSL
>
>
> Hi all,
>
> Any idea if mod_expires works over SSL? In case it works are
> there any conditions to be satisfied?
>
> Thanks
>
> mod_expires just sets a header. That's part of HTTP, which is
> encapsulated by HTTPS. So, yes, it will "work".
>
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored.
>
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. If you receive
> this message in error, please notify the sender urgently and then
> immediately delete the message and any copies of it from your system. Please
> also immediately destroy any hardcopies of the message.
> The sender's company reserves the right to monitor all e-mail
> communications through their networks.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.