From owner-freebsd-questions@FreeBSD.ORG Sun Aug 24 09:05:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE6616A4D7 for ; Sun, 24 Aug 2003 09:05:13 -0700 (PDT) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 938494400E for ; Sun, 24 Aug 2003 09:05:07 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([68.237.14.199]) by out001.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030824160506.NUNH1299.out001.verizon.net@mac.com>; Sun, 24 Aug 2003 11:05:06 -0500 Message-ID: <3F48E22E.5070609@mac.com> Date: Sun, 24 Aug 2003 12:05:02 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: paul beard References: <3F4865D2.3000702@mac.com> In-Reply-To: <3F4865D2.3000702@mac.com> X-Enigmail-Version: 0.76.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [68.237.14.199] at Sun, 24 Aug 2003 11:05:06 -0500 cc: questions Subject: Re: mod_perl configuration questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2003 16:05:13 -0000 paul beard wrote: [ ... ] > What I am trying to do is install mod_perl into an existing CGI-enabled > environment with the MovableType weblog software. By "existing" you mean, some vendor (MovableType?) has provided you with a precompiled version of Apache and you want to add mod_perl to the mix? If so, you should look into compiling and adding the perl module via apxs. > The super-simple, hey > presto instruction I have found so far don't help at all: I can only get > faster perl code and no access to any static html. When you try to add mod_perl, the result is your perl code runs faster, but apache no longer serves static HTML...? If so, that is remarkably odd. What does the Apache access and error log look like when you try to access a .gif or some such that worked before you added mod_perl? -- -Chuck