Create an Airlock Gateway virtual host for Outlook Web Access
Procedure-related prerequisites
- None.
Instruction
- Go to: Application Firewall >> Reverse Proxy and click at the top of the Virtual Host column on the + sign.
- Enter the FQDN and IP address:
- Host name (FQDN): exchange.ext.virtinc.com
- Select a network interface.
- Enable the checkbox HTTP listener.
- Enable the checkbox HTTPS listener.
- Enable the checkbox Redirect to HTTPS.
- Change to the SSL tab.
- Select the Server certificate according to the FQDN of the virtual host.
- Change to the Expert Settings tab.
- Switch Security Gate settings to ON and enable legacy cookie parsing:
- Example
# COOKIE PARSING # In the legacy cookie parsing mode, comma characters may be used to separate # cookies. This means that cookie values cannot contain commas. The new cookie # parsing mode allows commas in cookie values. # (Context: global, virtual host) # # Whether to use the legacy cookie parsing mode. # If you change this setting, you also need to configure a corresponding # Apache Expert Setting with the name "AirlockLegacyCookieParsing". LegacyCookieParsing "TRUE"
- Switch Apache settings to ON and enable Airlock legacy cookie parsing:
- Example
# COOKIE PARSING AirlockLegacyCookieParsing On
- A virtual host has been pre-configured.