From owner-freebsd-questions Mon Jul 9 8: 2:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from camel.kdsi.net (camel.kdsi.net [206.103.113.218]) by hub.freebsd.org (Postfix) with ESMTP id 6392E37B401 for ; Mon, 9 Jul 2001 08:02:51 -0700 (PDT) (envelope-from tony@camel.kdsi.net) Received: from camel.kdsi.net (leepcC-102.sub-c.lee.net [208.205.126.102]) (authenticated (0 bits)) by camel.kdsi.net (8.12.0.Beta10/8.12.0.Beta10) with ESMTP id f69FP5kj002248; Mon, 9 Jul 2001 10:25:06 -0500 (CDT) Message-ID: <3B49C762.5241236@camel.kdsi.net> Date: Mon, 09 Jul 2001 10:01:54 -0500 From: Tony Wells X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Dave E." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cgi and perl problems with apache References: <002a01c10731$c8b2af70$42415ed8@daveqlxdas9eb9> <001701c10736$fd657e00$9473f0cd@dw35617> <001701c10744$30ae89c0$292a5ed8@net.primus.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It looks like you compiled Apache to use dynamically loaded modules and it can't load mod_cgi when the request comes in. You could try and re-compile Apache as a statically linked executable if that is an option. I'll admit that I haven't used the dynamically loaded module function of Apache, I always compile it static, so maybe someone else can help you out if you need to get that working. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message