× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On your Options statement you need to add +Includes. You can do this
either globally or just for certain containers. You can also do
+Includes globally and -Includes in specific containers if you need to.
You then need to add an AddOutputFilter for each document type you want
to have processed (the list can also be global or specific to certain
containers). Here's the list I use:

AddOutputFilter INCLUDES .shtml
AddOutputFilter INCLUDES .htm
AddOutputFilter INCLUDES .html
AddOutputFilter INCLUDES .pgm (note: this takes care of both CGI
programs and Net.Data)

Note that you can't do SSI processing for Java apps (or at least I
wasn't able to figure it out).

The documentation at http://httpd.apache.org
(http://httpd.apache.org/docs/2.0/howto/ssi.html specifically) is pretty
good for this type of stuff.

Matt

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On Behalf Of Douglas W. Palme
Sent: Thursday, September 15, 2005 10:39 AM
To: Web400 List
Subject: [WEB400] configure for SSI

What do I need to do in order to allow for server side includes to be
used 
in the apachedft?


If you bought, it was hauled by a truck - somewhere, sometime.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.