From owner-freebsd-python@FreeBSD.ORG Thu Aug 3 14:21:28 2006 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48DB816A4DD for ; Thu, 3 Aug 2006 14:21:28 +0000 (UTC) (envelope-from zope@2012.vi) Received: from efit.xs4all.nl (efit.xs4all.nl [82.92.236.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2190E43D7C for ; Thu, 3 Aug 2006 14:21:24 +0000 (GMT) (envelope-from zope@2012.vi) Received: from [192.168.0.6] (dpc67143135132.direcpc.com [67.143.135.132]) by efit.xs4all.nl (Weasel v1.73) for ; 03 Aug 2006 16:18:10 Message-ID: <44D2064E.5030705@2012.vi> Date: Thu, 03 Aug 2006 10:21:02 -0400 From: beno User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Help! Server Down! X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 14:21:28 -0000 I should be sending this to the Apache list, but I can't get subscribed! No response from ezmlm... I have FreeBSD 5.3 and just installed Apache 2.2.3. I just took over sysadmining this box. We work with Zope and VirtualHostMonster, so there's lots of RewriteRules and a proxy is necessary. The problem is configuring the proxy. The old Apache (1.3.3) had the following: LoadModule proxy_module libexec/libproxy.so ClearModuleList AddModule proxy_module libexec/libproxy.so but apparently the new version of Apache doesn't use that code any more. I ran my configure command with --enable-proxy=shared among others and it didn't complain. Nonetheless, I get errors like this: server167# /usr/local/apache2/bin/apachectl -k start httpd: Syntax error on line 56 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libproxy.so into server: /usr/local/apache2/modules/libproxy.so: Undefined symbol "ap_dummy_mutex" when I copy libproxy.so over to the new distro and put in the LoadModule command, server167# /usr/local/apache2/bin/apachectl -k start Syntax error on line 576 of /usr/local/apache2/conf/vhosts.conf: // This is where my stuff lives Invalid command 'CacheRoot', perhaps misspelled or defined by a module not included in the server configuration server167# /usr/local/apache2/bin/apachectl -k start httpd: Syntax error on line 56 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libproxy.so into server: /usr/local/apache2/modules/libproxy.so: Undefined symbol "ap_dummy_mutex" For some reason, I can't get the old Apache up, either, so I'm trying to resolve the problem with the new one. Please help. Thanks. beno