Bin nun weiter gekommen: Mit folgendem Einträgen ist ein Zugriff möglich:
Code:
<IfModule mod_alias.c>
# This allows
ISAPI dll's and CGI exe's (both are required for regular aliases)
AddHandler
isapi-handler .dll
#AddHandler cgi-script .exe
ISAPICacheFile D:/Apache/
isapi/
isapi.dll
Alias /
isapi "D:/Apache/
isapi"
<Directory "D:/Apache/
isapi">
Options ExecCGI
AllowOverride None
Require all granted
</Directory>
</IfModule>
Wenn die
Isapi jedoch intern einen
DB-Zugriff auslöst erhalte ich folgende Meldung:
Code:
AH02115: HSE_STATUS_ERROR result from HttpExtensionProc(): D:/Apache/
isapi/
isapi.dll
Habe etwas gefunden, dass Apache mit ThreadPooling nicht klar kommt und daher die
Unit Web.Win.ISAPIThreadPool entfernt. Das Ergebnis ist leider das Gleiche...