My Problem: 

When www.myserver.com is requested, SSI is not executed.  When 
www.myserver.com/index.html is requested, SSI is executed.  The 
behavior is the same even if Tomcat is configured to handle SSI (html 
or shtml).  The automatic redirection from ../ to ../index.html seems 
to break it. 

The jk debug logs show that the two URIs are indeed handled differently 
even though for both requests index.html is being served to the client. 

Is there a way to modify this behavior in Apache or Tomcat? 


Running apache 2.0.49 and Tomcat 5.5 with jk1.2. 
Apache Config: 
LoadModule    jk_module  modules/mod_jk.so 
JkWorkersFile /usr/jakarta-tomcat-5.5.9/conf/workers2.properties 
JkLogFile     /usr/jakarta-tomcat-5.5.9/logs/mod_jk.log 
JkLogLevel    debug 
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " 
JkOptions     +ForwardKeySize +ForwardURICompat -ForwardDirectories 
JkRequestLogFormat     "%w %V %T" 
<VirtualHost *:80> 
   ServerName   www.myserver.com 
   DocumentRoot /myserver 
   XBitHack full 
   Options +Includes 
   Options +ExecCGI 
   JkMount /* ajp13 
   JkUnMount /*.gif ajp13 
   JkUnMount /*.jpg ajp13 
</VirtualHost> 
Thanks 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to