Add a Fortified ID virtual host
Configure a Apache Web server virtual host for Fortified ID product.
Scenario
When Apache Web server is installed and you have added a certificate file you need to configure what to reverse proxy. This is an example for all Fortified ID product reversed proxied.
Prerequisite
Windows server 2019 or later
Make sure you completed use case Add SSL certificate
Configure a Apache Web server virtual host
Open file c:\Apache24\conf\httpd-ssl.conf
Scroll to bottom of the file.
The file ends with the ending of the default virtual host
Put the curser right above the VirtualHost ending.
Paste the following section to add the reverse proxy parameters for the Fortified ID products
Paste the following section to add the reverse proxy parameters for the Fortified ID products
In the example above you might need to adjust the URL to the different services to map your environment. If you have any other service that you want proxypass, just add it accordingly in the file.
Locate the line ServerName www.example.com:443. Update the line with example below. Change dev.fortifiedid.se to the server name you use.
Save file
Start service Apache HTTP Server
Test your configuration from a browser outside the server
If things does not work:
Check any firewall that might prevent communication
Check Apache Web Server log-files in C:\Apache24\logs
Last updated