|
|
FAQ - Konfiguration Apache Webserver 2.x
|
Apache Konfigurationsdatei finden
Programme\Apache\Conf\httpd.conf
ISAPI zulassen
LoadModule isapi_module modules/mod_isapi.so
das Doppelkreuz muss raus, könnte auskommentiert sein. In der Standardinstallation ist dies aber bereits eingeschaltet.
WebServer Verzeichnis anpassen
alt:
DocumentRoot "C:/Programme/Apache Group/Apache2/htdocs"
neu:
DocumentRoot "C:/htdocs"
Hier sollte ein anderes Verzeichnis stehen. Dieses Verzeichnis ist das Verzeichnis, in das \BALY\SCRIPTS, \BALY\BALY etc. kopiert werden muss.
Dateiendung DLL als ISAPI Bibliothek registrieren
AddHandler isapi-isa .dll
Achtung: vor .dll steht ein Leerzeichen!
Verzeichnisrechte definieren
Directory "C:/htdocs/scripts">
Options All ExecCGI
Allow from all
Order allow,deny
#
# "C:/htdocs/scripts" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
AllowOverride All None
/Directory
Konfig Datei speichern und Serverdienst stoppen und neu starten !
|
|
|
|