Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 1999 18:17:21 -0600
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        <dan@freebsddiary.org>
Cc:        <freebsd-isp@FreeBSD.ORG>
Subject:   Re: FP extensions installed
Message-ID:  <004401bf4cdb$1545ada0$8dfee0d1@westbend.net>
References:  <199912220929.WAA36339@ducky.nz.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Dan Langille" <dan@freebsddiary.org>
> 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=<user>).

scot



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004401bf4cdb$1545ada0$8dfee0d1>