From owner-freebsd-questions@FreeBSD.ORG Sun Jul 1 07:39:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD73F16A468 for ; Sun, 1 Jul 2007 07:39:56 +0000 (UTC) (envelope-from ebonyfly@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8062613C457 for ; Sun, 1 Jul 2007 07:39:56 +0000 (UTC) (envelope-from ebonyfly@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2351068pyb for ; Sun, 01 Jul 2007 00:39:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=O9eqdd7lyVWxXkirVGO6dJyrg2g3b945beC9sgXB6WGPxcHqJo4DwounhCSTCjyxiVIGCRZ/5/fx+Arbwon5T3Syf59MA4I55RGwhMwRMrfj/sxmNuUWiJTNNKSMcr3wP3kGXfQ1gdlSjDs+RwzvkQyYPdPiGN+an0W7KLZHN/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mDFTvy3msNaVk+Kr39eJI7fMjW1zZGQ9qYJvjk6b93IHTk1AnNcZ7t4vSHT6jfBJosUaoNSLw4c8qz+X4PP3kp1eRedaZBIhUcfOA2T0SqBaW+xG7me0CNbNZIfUF0N1OVE/MWMy3rDXXurdn9HUnQAwPTiud8ji4h2oRY6wGcY= Received: by 10.142.255.14 with SMTP id c14mr279704wfi.1183274143791; Sun, 01 Jul 2007 00:15:43 -0700 (PDT) Received: by 10.142.116.11 with HTTP; Sun, 1 Jul 2007 00:15:43 -0700 (PDT) Message-ID: Date: Sun, 1 Jul 2007 03:15:43 -0400 From: "Ebony Fly" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Suexec trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2007 07:39:56 -0000 Hello, I upgraded from Apache 2.0.53 to 2.2.4 however suexec no longer functions as previously configured. It appears that my new installation did not initially compile suexec, so I did. Now I am faced with the following error when I try to start apached ldc494# ./apache2.sh restart Performing sanity check on apache2 configuration: Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Syntax OK Stopping apache2. Waiting for PIDS: 63180. Starting apache2. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. Warning: SuexecUserGroup directive requires SUEXEC wrapper. I tried reconfiguring suexec to use --with-suexec-bin=PATH, however it does not create a new suexec copy, the timestamp doesn't change on mod_suexec.so. Here are my questions. 1) Where is Apache looking for the wrapper? 2) How do I tell Apache to look somewhere else? 3) How do I recompile just suexec so that it works and fixes the above issue. Thanks in advance.