Micha: Apache HTTP Server weiß nocht nicht ganz was ich will !!!

Beitrag lesen

Beim konfigurieren des Apache HTTP Servers 1.3 für Win-NT war ich zum größten Teil auch erfolgreich, nur meine CGI-Scripts laufen noch nicht.
Folgender Text wird beim Aufruf eines Scripts im Browser ausgegeben:
"Couldn't spawn child process."

Folgendermaßen habe ich meinen Server "CGI-mäßig" konfiguriert, wobei ich mir besonders bei der Sache mit dem "Action" nicht ganz sicher bin (oder habe ich etwas ganz vergessen?):
#########################################################################

ScriptAlias: This controls which directories contain server scripts.

Format: ScriptAlias fakename realname

ScriptAlias /cgi-bin/ "C:/Programme/online/apache/cgi-bin/"

AddHandler allows you to map certain file extensions to "handlers",

actions unrelated to filetype. These can be either built into the server

or added with the Action command (see below)

Format: AddHandler action-name ext1

To use CGI scripts:

AddHandler cgi-script .cgi
AddHandler cgi-script .pl

Action lets you define media types that will execute a script whenever

a matching file is called. This eliminates the need for repeated URL

pathnames for oft-used CGI file processors.

Format: Action media/type /cgi-script/location

Format: Action handler-name /cgi-script/location

Action cgi-script "C:/Programme/online/perl/perl.exe"
#########################################################################

Ich bedanke mich schon jetzt recht herzlich für Eure Antworten!

Ciao
  Micha