Supported Platforms This page tells you what you need to know about running the Apache HTTP Server with RADpage/heitml on Windows 98/Me/NT/2000/XP/2003. If you are using Apache 1.3, install the RADpage/heitml CGI version. For Apache 2.0, install either the RADpage/heitml CGI or ISAPI version. Then perform the following steps:
For the RADpage/heitml CGI version:
<IfModule mod_cgi.c>
Alias /heitml2.1/ "C:/heitml2.1/htdocs/heitml2.1/"
ScriptAlias /heitml-cgi-bin/ "C:/heitml2.1/program/"
<directory "C:/heitml2.1/program/">
Options +ExecCGI
</directory>
AddType application/x-heitml .hei
AddType application/x-heitml .ini
Action application/x-heitml /heitml-cgi-bin/heitml.exe
</IfModule>
For the RADpage/heitml ISAPI version:
<IfModule mod_isapi.c>
Alias /heitml2.1/ "C:/heitml2.1/htdocs/heitml2.1/"
ScriptAlias /heitml-isapi-bin "C:/heitml2.1/program/"
<directory "C:/heitml2.1/program/">
Options +ExecCGI
</directory>
ISAPICacheFile "C:/heitml2.1/program/heitmlisapi.dll"
ISAPIAppendLogToErrors on
AddHandler isapi-isa .dll
AddType application/x-heitml .hei
AddType application/x-heitml .ini
Action application/x-heitml /heitml-isapi-bin/heitmlisapi.dll
</IfModule>
In case of problems:
© 1996-2008 H.E.I. All Rights Reserved. |
|