https://issues.apache.org/bugzilla/show_bug.cgi?id=45249

           Summary: httpd2.2.9 with tomcat_connectors2.2.26 ssl bug
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Native:JK
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


complied httpd2.2.9 with tomcat_connectors2.2.26

./configure --with-expat=builtin --prefix=/usr/local/apache2  --disable-so
--with-included-apr --enable-ssl --enable-setenvif --with-mod_jk
--disable-proxy --disable-proxy-ajp --disable-proxy-connect --disable-proxy-ftp
--disable-proxy-http --disable-proxy-balancer --enable-file-cache
--enable-cache --enable-disk-cache --enable-mem-cache --enable-deflate=share
--disable-actions --disable-cgid --disable-cgi --disable-asis --disable-alias
--enable-rewrite --disable-userdir --disable-authn-file --disable-authn-default
--disable-authz-groupfile --disable-authz-user --disable-authz-default
--disable-auth-basic --disable-include --disable-env --disable-autoindex

in httpd.conf I have following

RewriteEngine on
RewriteRule ^/$ /store/pages/Router.jsp [R]

JkOptions     +ForwardURIProxy
JkMount /store/*.jsp shop

Now when I try to access a page over https from tomact I get error in error_log

[Sat Jun 21 06:11:11 2008] [error] [client 127.0.0.1] File does not exist:
/usr/local/apache2/htdocs/store/pages/Router.jsp

Works fine when I compile httpd2.2.9 with tomcat_connectors2.2.23


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to