From owner-freebsd-isp Fri Aug 18 16:11:32 2000 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 C798A37B424 for ; Fri, 18 Aug 2000 16:11:29 -0700 (PDT) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id SAA36285; Fri, 18 Aug 2000 18:11:28 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <002801c00969$a3513c40$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Greg Skouby" , References: Subject: Re: frontpage extentions under FreeBSD 3.2 Date: Fri, 18 Aug 2000 18:11:27 -0500 Organization: West Bend Internet X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Greg Skouby" > 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= /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