Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3510 | minor | always | 05-13-09 06:55 | 06-16-09 18:47 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.1 | ||
|
|||||
Summary: | 0003510: rewrite with multiple load-balance rules | ||||
Description: |
(rep by Daniel Wigenfors) What i'm trying to to is this, one resin-instance running as a webserver only, loadbalancing to two or more resins behind it. On the webserver, I'm trying to rewrite requests from users, and then send on the request to the resin app-servers. I've configured a host-config on the webserver with the following, I'm trying with both rewrite and forward: <web-app-default> ...some rewrites... <rewrite-dispatch> <rewrite regexp="^/old.jsp" replacement="index.jsp"/> </rewrite-dispatch> <rewrite-dispatch> <forward regexp="^/old2.jsp" target="index.jsp"/> </rewrite-dispatch> ...some more rewrites...and then the load-balancing <rewrite-dispatch> <load-balance regexp="" cluster="a"/> </rewrite-dispatch> </web-app-default> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|