Bug 27442 - (22)Invalid argument: couldn't create child process using SSI to include cgi output
Summary: (22)Invalid argument: couldn't create child process using SSI to include cgi ...
Status: RESOLVED DUPLICATE of bug 13029
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_cgi (show other bugs)
Version: 2.0.45
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 16:04 UTC by Rene.Ullrich
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rene.Ullrich 2004-03-04 16:04:39 UTC
We use SSI to insert cgi output into a html page.
All was ok until 29/02/04. 
After this date the call of our perl script failed (we made no changes). This 
lines are in the error.log file:
(22)Invalid argument: couldn't create child process: 22: quote.pl, referer: 
http://intranet/
(22)Invalid argument: couldn't spawn child process: C:/Programme/Apache 
Group/Apache2/cgi-bin/quote.pl, referer: http://intranet/
unable to include "/cgi-bin/quote.pl" in parsed file C:/Intranet/welcome.shtml, 
referer: http://intranet/


Here our SHTML:
<p><!--#config timefmt="%d. %B %Y" -->
<!--#include virtual="/cgi-bin/quote.pl"-->
<br>
<!--#echo var=LAST_MODIFIED -->
</p>

It seems to be a problem with the time format. If I use time format "%d.%m.%Y" 
all is ok. It is also ok, if I put the config line behind the include line.
Comment 1 Rene.Ullrich 2004-03-04 16:12:13 UTC
My be importend: Our native language is german. The month "march" is in 
german "März". "ä" is a special character (&auml;).
Comment 2 Joe Orton 2004-06-03 22:31:07 UTC

*** This bug has been marked as a duplicate of 13029 ***