Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 1998 00:58:17 -0400 (EDT)
From:      Dima Dorfman <dima@zwb.net>
To:        Curtis@FreeBSD.ORG
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Server Side Includes
Message-ID:  <199805140458.AAA26188@nwalme.pair.com>
In-Reply-To: <35317924.38D4@kinn.com> from Curtis at "Apr 12, 98 07:32:04 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Long answer: http://www.apache.org/

Short answer: add to the srm.conf or VirtualHost directive
	AddHandler server-parsed .shtml
	AddHandler server-parsed .stm
	AddHandler server-parsed .shtm
	AddType text/html .shtml
	AddType text/html .stm
	AddType text/html .shtm

Again, if this is a production server, and you don't understand what the
above does, visit http://www.apache.org/

> Good Evening...
> 
> How does one "turn on" or setup a server so it has ""server Side
> Includes"  I have a cgi program that I would to to set up that "requires
> or recommends using this"
> 
> Thank you for your time.
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


-- 
Dima Dorfman (dima@zwb.net)

"640k ought to be enough for anybody." - Bill Gates, 1981
Micro$oft Sucks!  FreeBSD Rules!  http://www.freebsd.org/

Finger dima@zwb.net for more information.

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?199805140458.AAA26188>