Hi All,
I have Teamsite 6.5 SP2 installed on Win 2K3 with Apache/1.3.31.
The .cgi and .ipl files are placed in the IIS area /httpd/iw-bin.
I invoke
http://localhost/iw-bin/test.cgi, which has these lines of code...
#!d:\iw-home/iw-perl/bin/iwperl
use CGI;
my $cgi = new CGI;
print "Content-Type: text/html\n\n";
My Questions...
1) It gives me an Internal Server Error.
2) And d:\iw-home\iw-webd\logs\error.log says "couldn't spawn child process".
Any help is most appreciated...
Thanks