From owner-freebsd-isp Mon May 4 09:02:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25035 for freebsd-isp-outgoing; Mon, 4 May 1998 09:02:14 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from smtp.triax.com (smtp.triax.com [206.58.96.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25027 for ; Mon, 4 May 1998 09:02:11 -0700 (PDT) (envelope-from jim@triax.com) Received: from admin.triax.com (jim.triax.com [206.58.97.68]) by smtp.triax.com (8.9.0.Beta5/8.9.0.Beta5) with SMTP id JAA25059; Mon, 4 May 1998 09:01:47 -0700 (PDT) Message-Id: <199805041601.JAA25059@smtp.triax.com> X-Sender: jim@mail.triax.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Mon, 04 May 1998 09:04:52 -0700 To: Paul Stewart From: Jim Mock Subject: Re: server side includes in apache 1.2.6 Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 11:03 AM 5/4/98 -0400, you wrote: >Hi there... > >My memory is hurting as I can't get server side includes running from the >ports install of apache 1.2.6 on FreeBSD 2.2.5 > >I even went to the Apache site and printed off the info on mod_include >which I understand is compiled in by default? Hopefully that's not my >problem..heheehe... > >In my index.html file I have the following line... > > > >In my access.conf I have the following... > > >Options Indexes FollowSymLinks +Includes ExecCGI >AllowOverride All >order allow,deny >allow from all > > >I can't find the problem... the line in my index.html just shows up when I >do "show document source" in Netscape.... > >Any suggestions? :) > >Thanks again, > >Paul > Make sure you've got the .shtml extensions enabled in srm.conf.. # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. DirectoryIndex index.html index.htm index.shtml And make sure they're uncommented in the AddHandler section a little further down.. # To use server-parsed HTML files AddType text/html .shtml AddHandler server-parsed .shtml They're working fine on our boxes running Apache 1.2.6.. check out http://www.apacheweek.com/features/ssi for more info. Hope this helps.. Jim +==================================================+ Jim Mock | System Administrator | Webmaster Triax Internet Services | Portland, OR USA e-mail: jim@triax.com | webmaster@triax.com WWW: http://www.triax.com/ +==================================================+ 640 KB should be enough for everybody. - Bill Gates, 1982 +==================================================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message