Using AppShape++ to change a request’s URL
Lab goal
- When a clients asks for /cgi-bin/* change that to /alpha/a1.html, and serve it from SRV1
- Fix the 404 page not found.
Use VIP 10.136.6.13.
Setup
Notice the group and hosts are preconfigured:
1 | /c/slb/real 1 |
Alteon configuration
1 | /c/slb/virt 6_13 |
To fix the 404 at the bottom of the webpage, we need to change the request URL from /not_here to /here.html.
So lets write the AppShape++ script:
1 | attach group Continue reading |



