To use Embedded HTML, you must have the following in place:
If using Apache 2.4, configure the server with the following specifications:
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"