Thread couldn't spawn child process: Apache Konfiguration (6 answers)
Opened by slide at 2005-03-31 16:13

slide
 2005-03-31 16:35
#31038 #31038
User since
2005-02-15
6 Artikel
BenutzerIn
[Homepage] [default_avatar]
mein test-code:
#! /usr/bin/perl -w

use CGI::Carp qw(fatalsToBrowser);
use CGI;
my $cgi = new CGI;
print $cgi->header("text/html");
print "Hallo Welt!";

perl liegt auf einer anderen festplatte unter E:\Perl\bin.
in den umgebungsvariablen ist der pfad aber eingetragen.
Gruß Matze

View full thread couldn't spawn child process: Apache Konfiguration