Hallo Valle
ich glaube meine Apache Config ist komplett falsch, habe mich da an PHP orientiert
In meinem Error-Log steht
Zitat:
[Sat Aug 30 20:24:08 2008] [error] [client 127.0.0.1] client denied by server configuration: C:/pws/bin/pws.exe, referer:
http://localhost/
Meine Konfiguration sieht so aus
Zitat:
<IfModule mime_module>
...
ScriptAlias /pws/ "c:/pws/bin/"
AddType application/x-httpd-pws .pws
Action application/x-httpd-pws "/pws/pws.exe"
...
</IfModule>