• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

cgi error question

IBhacknU

Diamond Member
I'm trying to set-up a guestbook and my windows apache server is showing this error:

(2)No such file or directory: couldn't spawn child process: c:/program files/apache group/apache/cgi-bin/guestbook.cgi

What does the couldn't spawn child process part mean? I know the directory and file are valid. (also, I've already setup perl on the server and tested it. The cgi file is points to the perl directory.)????
 
I don't have any experience with Apache, but before doing CGI always try running the perl interpereter on it locally to test for all bugs.
 
Back
Top