Entry Path as Directory
The mapping behavior of trailing slashes depends on the chosen validator – see Option Enforce trailing slashes.
- Example
- Virtual host: Name = webapp.ext.virtinc.com , Protocol = https
- Mapping:
Entry path = /private/ (directory)
Back-end path = / (directory) - Back-end host: IP = 123.234.132.1, Protocol = http
- Incoming => back-end request URL:
https://webapp.ext.virtinc.com/private/ => http://123.234.132.1/
https://webapp.ext.virtinc.com/private/index.html => http://123.234.132.1/index.html
https://webapp.ext.virtinc.com/private/images/logo.gif => http://123.234.132.1/images/logo.gif
https://webapp.ext.virtinc.com/private (no trailing slash) => the gateway sends redirect to http://webapp.ext.virtinc.com/private/
The ignore-case icon behind the field determines if the entry path is treated case-insensitive, i.e. requests for the directory /CRM
should be sent to the same mapping as for the directory /crm
.