You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/06/21 08:37:48 UTC

DO NOT REPLY [Bug 45249] New: httpd2.2.9 with tomcat_connectors2.2. 26 ssl bug

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: tomcat-dev@jakarta.apache.org
        ReportedBy: taly81010@yahoo.com


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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 45249] httpd2.2.9 with tomcat_connectors2.2.26 ssl bug

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45249


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-06-21 02:06:30 PST ---
This looks like something that has been previously discussed on the users list:
http://markmail.org/message/csefzswulji7bazx

The users list is the pace to ask any follow-up questions.


-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org