Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 1998 19:40:48 -0600
From:      Greg Skafte <skafte@worldgate.com>
To:        Paul Stewart <paul@kawartha.com>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: server side includes in apache 1.2.6
Message-ID:  <19980505194048.41509@worldgate.com>
In-Reply-To: <Pine.BSF.3.96.980504110006.16151A-100000@shell.kawartha.com>; from Paul Stewart on Mon, May 04, 1998 at 11:03:30AM -0400
References:  <Pine.BSF.3.96.980504110006.16151A-100000@shell.kawartha.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Paul Stewart (paul@kawartha.com)
On Subject: server side includes in apache 1.2.6
Date: Mon, May 04, 1998 at 11:03:30AM -0400

> 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...
> 
> <!--#exec cgi="/cgi-bin/bannerwheel.cgi"--> 

instead use <!--#include virtual="/cgi-bin/bannerwheel.cgi" --> 


	much safer than exec's 


> 
> In my access.conf I have the following...
> 
> <Directory /usr/local/www/data>
> Options Indexes FollowSymLinks +Includes ExecCGI
> AllowOverride All
> order allow,deny
> allow from all
> </Directory>
> 
> 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
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message

-- 
Email: skafte@worldgate.com	  Voice: +403 413 1910	  Fax: +403 421 4929
   #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J 3H1 
--								          --
When things can't get any worse, they simplify themselves by getting a whole
lot worse then complicated. A complete and utter disaster is the simplest
thing in the world; it's preventing one that's complex.       (Janet Morris)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980505194048.41509>