-
Apache mod_expires does not work with SSL (1 messages)
- Posted by: Burak AKSOY
- Posted on: October 30 2006 02:39 EST
Hi, My Apache mod_expires configuration does not seem to work for the requests over SSL but works okay for port 80. Do I need to do something additional for SSL? Any ideas? Regards...Threaded Messages (1)
- Re: Apache mod_expires does not work with SSL by Burak AKSOY on October 30 2006 06:12 EST
-
Re: Apache mod_expires does not work with SSL[ Go to top ]
- Posted by: Burak AKSOY
- Posted on: October 30 2006 06:12 EST
- in response to Burak AKSOY
Hi, I solved the problem by removing SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown from config file.