From owner-freebsd-isp Thu Jan 21 15:06:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10629 for freebsd-isp-outgoing; Thu, 21 Jan 1999 15:06:47 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [156.46.203.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10621 for ; Thu, 21 Jan 1999 15:06:43 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [156.46.203.13]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id RAA27416; Thu, 21 Jan 1999 17:06:31 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <006701be4592$af479b80$0dcb2e9c@westbend.net> From: "Scot W. Hetzel" To: "Richard Coleman" Cc: References: <199901211546.KAA00460@math.gatech.edu> Subject: Re: Frontpage and/or Firewalls Date: Thu, 21 Jan 1999 17:06:30 -0600 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.1012.1001 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.1012.1001 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Richard Coleman > I'm new to this list, so I apologize if there two questions > arise frequently. > > 1. We are trying to get the suexec program and the Frontpage > module play nice with each other on a FreeBSD boxy. Since > they are both wrappers, I need to get Apache to pick one or > the other to call. Has anyone done this? Is it better to > hack Apache or suexec? > Since, no-one was answering this question, I might as well. ;) You need to patch the suexec program, so that when the apache server request that the fpexe program be executed by the suexec program, the suexec program skips all directory checks and executes the fpexe program. Currently, this is how the apache*-fp ports are patched to work with the suexec program. To build the suexec program from the apache*-fp port use: make [configure/build/install] -DSUEXEC [-DHTTPD_USER=] Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message