Apache 2.2.2 mit externer CGI-Anwendung verbinden

Alles, was den Apache betrifft, kann hier besprochen werden.

Apache 2.2.2 mit externer CGI-Anwendung verbinden

Postby MTSVPN » 03. July 2006 10:55

Hab ein Problem mit einer CGI-Anwendung: Möchte ein neu installiertes Project-Manager Programm, welches einen eigenen CGI-Ordner verwendet mit dem Apache Server verbinden - Hier ein Auszug aus der httpd.conf Datei:
ScriptAlias /cgi-bin/ "C:/Programme/Artologik/Artologik/cgi-bin"

</IfModule>

#
# "C:/Programme/Apache Software Foundation/Apache2.2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/Programme/Artologik/Artologik/cgi-bin">
AllowOverride All
Options All
Order allow,deny
Allow from all
</Directory>

<Directory "C:/Programme/Artologik/PM/cgi-bin">
AllowOverride All
Options All
Order allow,deny
Allow from all
</Directory>

Trotzdem bekomme ich die Fehlermeldung 404 - Liegt es an dem Handler?

ScriptAlias /cgi-bin/ "C:/Programme/Artologik/Artologik/cgi-bin"

</IfModule>

#
# "C:/Programme/Apache Software Foundation/Apache2.2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/Programme/Artologik/Artologik/cgi-bin">
AllowOverride All
Options All
Order allow,deny
Allow from all
</Directory>

<Directory "C:/Programme/Artologik/PM/cgi-bin">
AllowOverride All
Options All
Order allow,deny
Allow from all
</Directory>

Vielleicht kann mir da jemand helfen! Mit besten Dank im Vorraus
MTSVPN
 
Posts: 1
Joined: 03. July 2006 10:40

Return to Apache

Who is online

Users browsing this forum: No registered users and 193 guests