From owner-freebsd-questions Fri Jan 12 8:11:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id A7DA237B6A4 for ; Fri, 12 Jan 2001 08:11:21 -0800 (PST) Received: from gi2.genroco.com (IDENT:root@gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id KAA06706; Fri, 12 Jan 2001 10:11:19 -0600 Received: from scot.genroco.com (scot.genroco.com [192.133.120.125]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id KAA14020; Fri, 12 Jan 2001 10:11:18 -0600 Message-ID: <006b01c07cb2$4c52eda0$7d7885c0@genroco.com> From: "Scot W. Hetzel" To: "The Hermit Hacker" , References: Subject: Re: FrontPage port ... publishing to sub-web cause SegFault ... Date: Fri, 12 Jan 2001 10:11:16 -0600 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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "The Hermit Hacker" > but, when I try to publish to that subweb, I'm getting a SegFault: > > [Fri Jan 12 09:24:56 2001] [notice] child pid 79706 exit signal Segmentation fault (11) > > If I can get this to work, I have a campus of students to convert > from using a Novell server for WWW to using a FreeBSD Server ... but it > loooks like I have this one last hurdle to deal with :( > I believe this is caused by httpd daemon not running as the user that the suexec program expects. Normally, suexec is compiled to check that the httpd daemon is running as the "www" user. Do you have suexec in /usr/local/sbin? Did you compile apache13-fp with -DSUEXEC? If you have a suexec, but didn't compile apache13-fp with -DSUEXEC, then you will need to recompile apache13-fp as the FrontPage Exts require a patched SUEXEC program. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message