Configuring the web server
Your web server needs to be configured to use OECGI4. The types of settings required differ from web server to web server. Below are the settings for three of the more common web servers, IIS v7.x, IIS v8.x and Apache.
Configuring IIS on Windows 7, Windows 8 & Windows 10
By default, IIS does not install support for CGI gateways. You need to specifically add this feature using the “Turn Windows Features on and off” option in the Windows Control Panel.
Step 1 – Turn on World Wide Web Services CGI Feature
Figure 2 - Enabling CGI extensions on IIS
Navigate to the Internet Information Services Options, click on it to expand the options, then click on World Wide Web Services, Application Development Features, and put a tick next to CGI, ISAPI Extensions and ISAPI Filters. To save the changes click the OK button.
Once you have installed support for CGI, you can then open the Internet Information Services (IIS) Manager console. Right Click on My Computer and select Manage. You will find the Internet Information Services (IIS) Manager under the Services and Applications section.
Figure 3 - Accessing the Internet Information Services (IIS) Manager console on Windows Windows 7, Windows 8 & Windows 10
Check that the CGI module has been successfully added to IIS. There should be a CGI option in the list of configuration items for the IIS server.