To use Embedded HTML, you must have the following in place:
Apache server:
You need to configure the server as shown below. This example was created with Apache 2.4.
LoadModule cgi_module modules/mod_cgi.so
LoadModule env_module modules/mod_env.so
<IfModule alias_module>
ScriptAlias /cgi-bin/ "${SRVROOT}/cgi-bin/"
</IfModule>
<Directory "${SRVROOT}/cgi-bin">
AllowOverride None
Options None
Require all granted
</Directory>
SetEnv MFCES_INIT_LOCATION "c:\programdata\micro focus\ces.ini"