DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=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 output
Product: Apache httpd-2.0
Version: 2.0.45
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: Other
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: Rene.Ullrich@tab.thueringen.de
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|