Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2000 18:11:27 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Greg Skouby" <gskouby@ns0.sitesnow.com>, <freebsd-isp@FreeBSD.ORG>
Subject:   Re: frontpage extentions under FreeBSD 3.2
Message-ID:  <002801c00969$a3513c40$8dfee0d1@westbend.net>
References:  <Pine.BSF.4.10.10008181021390.91595-100000@ns0.sitesnow.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Greg Skouby" <gskouby@ns0.sitesnow.com>
> I hate to even bring up the evil empire on this list but has anybody
> gotten frontpage extentions to work under 3.2 with apache 1.3.12? I got
> the extentions to work under 3.4 but for some reason not under 3.2. I
> don't think there would be a reason why they wouldn't work under 3.2 if
> they worked under 3.4 but I can't kludge it together. I keep on getting
> premature end of script headers for shtml.exe under FreeBSD 3.2. Any
> suggestions/pointers? Thanks.
>
The apache13-fp port should work on 3.2.

Does the FrontPage Client work on the Root Web?

If it does, then check if you have suexec in /usr/local/sbin

Does it have the same date/time as the date/time the httpd program was installed?

If it doesn't, then you need to recompile the port with:

    make clean
    make build -DSUEXEC HTTPD_USER=<user>
    /usr/local/etc/rc.d/apache.sh stop
    pkg_delete apache_fp-1.3.12
    make install
    /usr/local/etc/rc.d/apache.sh start

Next you need to check the User directive in the httpd.conf file.

Is it set to the "www" or ${HTTPD_USER} user?

Is the "www" or ${HTTPD_USER} user in your password file?

By default suexec expects the httpd server to run as the ${HTTPD_USER} (default: www).

NOTE: The ${HTTPD_USER} is compiled in to the server and can't be changed.

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?002801c00969$a3513c40$8dfee0d1>