Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-213

mod_rewrite PT doesn't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.9, 1.1.2.Final
    • 1.0.8, 1.1.1.Final
    • None
    • None
    • Hide

      Use:
      RewriteRule ^/(.*)$ balancer://mycluster/myapp/$1 [L,PT]
      you get 500 error codes.

      Show
      Use: RewriteRule ^/(.*)$ balancer://mycluster/myapp/$1 [L,PT] you get 500 error codes.
    • Hide

      Using:
      RewriteRule ^/$ /myapp [L,PT]
      or
      RewriteRule ^/$ balancer://mycluster/ [L,P]
      Could be used to work-around the problem.

      Show
      Using: RewriteRule ^/$ /myapp [L,PT] or RewriteRule ^/$ balancer://mycluster/ [L,P] Could be used to work-around the problem.
    • Low

    Description

      RewriteRule ^/(.*)$ balancer://mycluster/myapp/$1 [L,PT]
      Doesn't work with mod_cluster
      PT already writes something like
      balancer://mycluster/myapp/MyCount in uri
      Mod_cluster shouldn't use proxy:balancer://mycluster/+uri as uri already contains the balancer part.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-jclere Jean-Frederic Clere
              rhn-engineering-jclere Jean-Frederic Clere
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: