[mod_cluster-issues] [JBoss JIRA] Created: (MODCLUSTER-86) Interaction with mod_rewrite looks weird for end-users

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Wed Jul 29 05:22:29 EDT 2009


Interaction with mod_rewrite looks weird for end-users
------------------------------------------------------

                 Key: MODCLUSTER-86
                 URL: https://jira.jboss.org/jira/browse/MODCLUSTER-86
             Project: mod_cluster
          Issue Type: Bug
    Affects Versions: 1.0.1.GA
         Environment: Use mod_rewrite and mod_cluster
            Reporter: Jean-Frederic Clere
            Assignee: Jean-Frederic Clere


Use mod_cluster with a JBoss with the application myapp (myapp.war) and use the following in httpd.conf:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^cluster\.domain\.com [NC]
RewriteRule ^/$ /myapp/MyCount [PT]

As /myapp is mapped to JBoss you would except / on cluster.domain.com to go to /myapp/MyCount in JBoss unfortunately it goes to /.
You would except it goes to /myapp/MyCount as it does when to you a ProxyPass directive:
ProxyPass /myapp http://localhost:8080/myapp

Internals:
[debug] mod_proxy_cluster.c(1703): proxy_cluster_trans for 0 passthrough:/myapp/MyCount (null) uri: /myapp/MyCount args: (null) unparsed_uri: /
in get_balancer_by_node() we use r->uri (/myapp/MyCount in the case) to map to the application.
in proxy_cluster_trans we do: r->filename =  apr_pstrcat(r->pool, "proxy:balancer://", balancer, r->unparsed_uri, NULL);
 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the mod_cluster-issues mailing list