You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sameer Ravindra <SR...@ProfessionalAccess.com> on 2009/07/23 08:12:58 UTC

[users@httpd] Server Side Includes is not coming when protocol changed to https

Hi,

 

I am using Server Side Includes in apache, it is working fine in "http".
But when I switch from http to https the page is not included.

 

I am including header.jsp and footer.jsp using <!--#include
virtual="/myappcontextname/common/header.jsp" -->

 

Its loading fine when protocol is http. But when I switch from http to
https it's not showing header, footer and no error message.

 

I configured the mod include according to instructions provided in
http://httpd.apache.org/docs/1.3/howto/ssi.html .

I configured in httpd-ssl.conf ( virtualhost ) also. Is there anything I
am missing. Please help me out.

 

I am using Apache2.2 connected to jboss 4.2 using mod jk

 

 

Thanks,

Sameer