Date: 15 Feb 1999 13:04:40 +0100 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: junkmale@xtra.co.nz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: apache: premature end of script Message-ID: <xzpr9rr7u07.fsf@flood.ping.uio.no> In-Reply-To: "Dan Langille"'s message of "Mon, 15 Feb 1999 21:24:27 %2B1300" References: <19990215082534.OQFQ2899623.mta2-rme@wocker>
next in thread | previous in thread | raw e-mail | index | archive | help
"Dan Langille" <junkmale@xtra.co.nz> writes: > I'm running apache13-fp under FreeBSD 2.2.8-stable. When I run a search > using from my webpage, I get the following error in the apache logs: > > [Mon Feb 15 21:13:11 1999] access to > /usr/local/frontpage/currentversion/apache-fp/_vti_bin/fpexe failed for > wocker.dvl-software.co.nz, reason: Premature end of script headers Your script didn't generate a Content-Type header, or forgot to separate the body from the header with a blank line. Read RFC2068. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpr9rr7u07.fsf>