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 |