From owner-freebsd-isp Wed Dec 22 16:17:44 1999 Delivered-To: freebsd-isp@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 1BE8E14D7F for ; Wed, 22 Dec 1999 16:17:41 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id SAA42968; Wed, 22 Dec 1999 18:17:22 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <004401bf4cdb$1545ada0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: Cc: References: <199912220929.WAA36339@ducky.nz.freebsd.org> Subject: Re: FP extensions installed Date: Wed, 22 Dec 1999 18:17:21 -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.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Dan Langille" > I'm using Apache/1.3.9 (Unix) FrontPage/3.0.4.3 under FreeBSD 3.3- > stable. I start apahce via "/usr/local/sbin/apachectl fpstart". I'm trying > to publish a website using FrontPage 98. When I try to publish, I get > the following in my logs: > > from httpd-access.log > child pid 18643 exit signal Segmentation fault (11) > 192.168.0.99 - - [22/Dec/1999:22:27:11 +1300] "GET /_vti_inf.html > HTTP/1.0" 200 1716 "-" "Mozilla/2.0 (compatible; MS FrontPage 3.0)" > > from httpd-error.log > [Wed Dec 22 22:27:12 1999] [notice] child pid 18643 exit signal > Segmentation fault (11) > Do you have suexec installed in the /usr/local/sbin directory? If you do, did you compile the port with the SUEXEC option (make build -DSUEXEC)? Suexec default to check that the apache server is being run as the www user. Does this user exist, and is the Apache server set to run as the www user (User Directive)? You can change it at compile time by specifying HTTPD_USER (make build -DSUEXEC -DHTTPD_USER=). scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message