From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 09:41:22 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 A156A37B401 for ; Tue, 3 Jun 2003 09:41:22 -0700 (PDT) Received: from homer.bignose.ca (static-89-42.dsl.tht.net [216.126.89.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A2AE43F3F for ; Tue, 3 Jun 2003 09:41:21 -0700 (PDT) (envelope-from jeff@interchange.ca) Received: (qmail 39843 invoked from network); 3 Jun 2003 16:36:26 -0000 Received: from unknown (HELO crusty) (192.168.0.2) by homer.bignose.ca with SMTP; 3 Jun 2003 16:36:26 -0000 From: "Jeff MacDonald" To: Date: Tue, 3 Jun 2003 12:41:29 -0400 Message-ID: <000001c329ee$fb78a950$0200a8c0@crusty> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: apache2 ports, suexec 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: Tue, 03 Jun 2003 16:41:22 -0000 Hi, I compiled apache2 like this in my ports dir [yes, my tree is up to date] -su-2.05b# cd /usr/ports/www/apache2/ -su-2.05b# make -DWITH_SUEXEC -su-2.05b# cd work/httpd-2.0.46/ -su-2.05b# ./httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c I notice that mod_suexec or anything suexec related does not show up, however the suexec binary is made correctly. Can anyone offer some advice. Thanks. jeff.