To use Embedded HTML, you must have the following in place:
If using Apache 2.2, 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/ "C:/Apache2.2/cgi-bin/" </IfModule>
<Directory "C:/Apache2.2/cgi-bin">
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory> 
                        			 SetEnv MFCES_INIT_LOCATION "c:\programdata\micro focus\ces.ini"