CGI scripts under Apache 2 - couldn't create child process

They have: 27 posts

Joined: Apr 2001

I just upgraded from Apache 1.3.22 -> 2.0.35

Page requests from my virtualhosts work just fine. However, when I attempt to run any of my scripts that were running just fine under Apache 1.3.22, I get the following error:

-------
Server error!
Error message:
couldn't create child process: 22502: D:/Data/Websites/cgi-bin/environment.pl
If you think this is a server error, please contact the webmaster
Error 500
local.soocharming.com
04/26/02 18:56:38
Apache/2.0.35 (Win32)

--------

I have a ScriptAlias defined for my scripts as:

--------
ScriptAlias /cgi-bin/ "D:/Data/Websites/cgi-bin/"
--------

The error doesn't indicate that it cannot find the scripts but that it could not create a child process. The shebang lines in the scripts are correct (my Perl settings have not changed) so I am at a stop.

Any ideas?

Sean Shrum
[email protected]
[email protected]