From owner-freebsd-isp@FreeBSD.ORG Thu Jan 15 07:57:18 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1153A16A4CE for ; Thu, 15 Jan 2004 07:57:17 -0800 (PST) Received: from mail.westbend.net (mail.westbend.net [65.114.87.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB8BD43D1F for ; Thu, 15 Jan 2004 07:57:15 -0800 (PST) (envelope-from hetzelsw@westbend.net) Received: from SCOT (vggkvx@scott.hnet.net [206.190.15.206]) by mail.westbend.net (8.12.10/8.12.10) with SMTP id i0FFvBvd024957 for ; Thu, 15 Jan 2004 09:57:11 -0600 (CST) (envelope-from hetzelsw@westbend.net) Message-ID: <000201c3db80$3ad4b060$ce0fbece@westbend.net> From: "Scot W. Hetzel" To: "FreeBSD ISP Mailing List" References: <6.0.0.22.0.20040110164557.01ba1670@mail.monkey-online.net> <1073760522.7833.35.camel@work.gusalmighty.com> Date: Wed, 14 Jan 2004 18:34:53 -0600 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 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT_OE version=2.43 Subject: Re: Installing frontpage doesn't create shtml.exe X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 15:57:18 -0000 From: "Justin Hopper" > Check your error_log (both the vhost log and main Apache log, if you > have vhosts configured) for the FrontPage-specific error. I remember > there was some specific problem related to shtml.exe that often came up, > but I can't remember what it was. If you can find an error log entry, > that may refresh my memory on the solution. > To refresh your memory, the problem with shtml.exe (unix only) was that sometimes a request would hit the server for shtml.dll (windows only). Code was added to mod_frontpage to intercept requests for shtml.dll and redirect it to shtml.exe. Scot