From owner-freebsd-questions Wed Oct 24 16:54:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FreeBSD.emscoelectric.com (freebsd.emscoelectric.com [209.223.6.3]) by hub.freebsd.org (Postfix) with ESMTP id 47FC037B401 for ; Wed, 24 Oct 2001 16:54:19 -0700 (PDT) Received: from gibson (adsl-65-64-74-184.dsl.okcyok.swbell.net [65.64.74.184]) by FreeBSD.emscoelectric.com (8.11.4/8.11.4) with SMTP id f9ONtBp36458; Wed, 24 Oct 2001 18:55:11 -0500 (CDT) (envelope-from mail@crshjnke.com) From: "Big B" To: Cc: "Freebsd-Questions" Subject: RE: apache stuff |more info Date: Wed, 24 Oct 2001 18:56:46 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <0F18D399-C897-11D5-894E-0050E4050F42@home.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After reading further I have added the following to my httpd.conf Now it is not working and i am getting this error in my logs. 24 18:51:40 2001] [warn] [client 65.64.74.184] handler "server-parsed" not found for: /usr/local/www/data/newspro/news.shtml ____________________________________________________________________________ ___ If your page shows up blank, but when you look at the source, you see this: Then you haven't turned on SSI. Try again. I found this in my apache.conf: # # To use server-parsed HTML files # #AddType text/html .shtml #AddHandler server-parsed .shtml I uncommented those two lines, HUP'd apache: and tried again. Still no success. So then I found this option "Includes". So I added that to apache.conf under the directory in question. Options Includes And then it worked. ______________________________________________________________________ > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > sabine225@home.com > Sent: Wednesday, October 24, 2001 10:52 AM > To: questions@FreeBSD.ORG > Subject: Re: apache stuff > > > > Try just un-commenting them or adding: > > # Of course use your paths. > LoadModule includes_module libexec/httpd/mod_include.so > AddModule mod_include.c > > I'm working on configuring in mod_ssl right now after not having done a > ./configure for a long time so it will all come back to me over the next > few hours. If nobody else shows up with the answer I'll have it this > afternoon. > > > > > Well that did not work.. after further notice mod_include is not > > compiled into apache. > > What would be the easiest way to add that to my current install of > > apache. > >   > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message