DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9913>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9913

Default pages not picked up by mod_jk 1.2.0 with Apache 2.0.36





------- Additional Comments From [EMAIL PROTECTED]  2002-07-17 04:50 -------
I am not sure but this seems to me to be like the bug I opened, #10789, 
against mod_jk2.  At least the symptom is the same, when a directory URL is 
requested, the DirectoryIndex file (default page) is not being handled by 
mod_jk2 (mod_jk).

I just built mod_jk and put some fprintf statements in it to trace the entry 
of the hook functions for the module.  This is the print out from requesting 
http://my.numeric.ip/.  It looks exactly the same as it does for mod_jk2, i.e. 
the translate and map_to_storage hooks pick up index.jsp, but then the handler 
hook is not getting invoked.

G:\Apache32\Apache2\bin>apache -X
jk_translate( )       ENTER
  Unparsed uri: /
  Return DECLINED
jk_map_to_storage( )  ENTER
  Unparsed uri: /
  Return DECLINED
jk_translate( )       ENTER
  Unparsed uri: /index.html
  Return DECLINED
jk_map_to_storage( )  ENTER
  Unparsed uri: /index.html
  Return DECLINED
jk_translate( )       ENTER
  Unparsed uri: /index.jsp
  Return OK
jk_map_to_storage( )  ENTER
  Unparsed uri: /index.jsp
  Return OK
jk_translate( )       ENTER
  Unparsed uri: /error/HTTP_FORBIDDEN.html.var
  Return DECLINED
jk_map_to_storage( )  ENTER
  Unparsed uri: /error/HTTP_FORBIDDEN.html.var
  Return DECLINED
jk_translate( )       ENTER
  Unparsed uri: /error/include/top.html
  Return DECLINED
jk_map_to_storage( )  ENTER
  Unparsed uri: /error/include/top.html
  Return DECLINED
jk_handler( )         ENTER
  Unparsed uri: /error/include/top.html
  Return DECLINED
jk_translate( )       ENTER
  Unparsed uri: /error/include/bottom.html
  Return DECLINED
jk_map_to_storage( )  ENTER
  Unparsed uri: /error/include/bottom.html
  Return DECLINED
jk_handler( )         ENTER
  Unparsed uri: /error/include/bottom.html
  Return DECLINED
jk_translate( )       ENTER
  Unparsed uri: /error/include/../contact.html.var
  Return DECLINED
jk_map_to_storage( )  ENTER
  Unparsed uri: /error/include/../contact.html.var
  Return DECLINED

Do you think 9913 and 10789 are the same thing?

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

Reply via email to