You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/05 20:29:00 UTC

WWW Form Bug Report: ""coul dn't spawn child process" err all cgi's" on Ultrix (fwd)

acked.

I assumed the "couldn't spawn" is due to a lack of processes or
file descriptors and needs kernel reconfiguration.

The rest of the message relates to compiling 1.2b4 under Ultrix. Something
for Jim to read.

rob.

---------- Forwarded message ----------
Date: Sun Jan 5 10:29:59 1997
From: dll@zbeng.com
To: apache-bugs%apache.org@organic.com
Subject: WWW Form Bug Report: ""coul dn't spawn child process" err all cgi's" on Ultrix

Submitter: dll@zbeng.com
Operating system: Ultrix, version: 4.3
Version of Apache Used: 1.2b4
Extra Modules used: mod_ header,info,rewrite,usertrack,status(works),auth_anon,auth_dbm
URL exhibiting problem: 

Symptoms:
--
Error log show "couldn't spawn..." when attempt to access any cgi's.  
Testing 1.2b4 server config'd for port 81 with uniqe config&log files.

Also running (and working) on same machine: 1.1.1 server on port 80, 
apache_1.3ssl server on port 443.
scoreboard files were verified unique (caused similar err on initial https tests).

Some compile warnings during build:
gcc -c -Iregex  -O2 -DULTRIX -DSTATUS   alloc.c
alloc.c: In function `pfopen':
alloc.c:789: warning: passing arg 2 of `fdopen' discards `const' from pointer target type
alloc.c: In function `pfdopen':
alloc.c:805: warning: passing arg 2 of `fdopen' discards `const' from pointer target type

gcc -c -Iregex  -O2 -DULTRIX -DSTATUS   http_config.c
http_config.c: In function `add_named_module':
http_config.c:421: warning: type mismatch with previous external decl
http_config.c:388: warning: previous external decl of `preloaded_modules'
http_config.c: In function `show_directives':
http_config.c:1151: warning: type mismatch with previous external decl
http_config.c:388: warning: previous external decl of `preloaded_modules'

gcc -c -Iregex  -O2 -DULTRIX -DSTATUS   mod_dir.c
mod_dir.c: In function `index_directory':
mod_dir.c:744: warning: passing arg 4 of `qsort' from incompatible pointer type
(This one also occured for 1.1.1 and ssl builds).


Note that -Iregex had to be added to INCLUDES1 (regex.h)
Also (unrelated?) had to change #!/bin/sh to #!/bin/sh5 in helpers/PringPath for Configure (sh didn't know [ -x ... ])