ActiveHTML
Jeg har et "lille" problem med installering af ActiveHTML (http://www.selisoft.com/en/ahtml/index.html) på min Apache server (kører med Apache 1.3.26). Ifølge denne side - http://www.selisoft.com/en/ahtml/server.html - skulle det kunne lade sig gøre, men deres installationsguide er mildest talt ikke særlig god. Den lyder som følgende.- - - - - - - - - -
seliSoft ActiveHTML was tested with
- Apache 1.3.23
- Apache 1.3.24
- Apache 1.3.26
- - - - - - - - - -
1. Add the following lines to your Apache-Config-File (C:\...\Apache\Conf\httpd.conf):
# Selisoft ActiveHTML include
Include "C:\...\ActiveHTML\Conf\apache1x.httpd"
2. Change the paths in apache1x.httpd to match you configuration
ScriptAlias /asp_bin ...
Alias /ahtml ...
<Directory ...>
3. Restart Apache 1.x
4. Open your browser and navigate to http://localhost/ahtml/index.asp
- - - - - - - - - -
Det er trin 2 som jeg behøver hjælp til. Hvad skal jeg indsætte eller erstatte ?
I min httpd.conf fandt jeg disse linier:
ScriptAlias /cgi-bin/ "C:/Server/Apache/cgi-bin/"
og
<Directory "C:/Server/Apache/cgi-bin">
Så har jeg prøvet at erstatte det med:
ScriptAlias /asp_bin/ "C:/Server/ActiveHTML/Bin/"
og
<Directory "C:/Server/ActiveHTML/Bin">
men får en 404 fejl når jeg browser en .asp fil.
P.S. i trin 1 står der Include "C:\...\ActiveHTML\Conf\apache1x.httpd"
Der er ingen mappe i ActiveHTML som hedder Conf, men der er en Bin mappe som indeholder en apache1x.httpd fil...
