>My apologies for the off topic post, but I hoped someone here would
 >know, or know where to find out how, to configure Apache 1.3 so that
 >it parses the OUTPUT from a CGI script for SSI's. I have been forced

Apache won't - it's "impossible", as it leaves all dynamic data alone (CGI 
scripts being dynamic. This is the reasoning why the number one CGI error 
is a missing Content-type, which Apache includes for static content). Your 
easiest solution is to program your CGI script to understand SSI's and have 
the script do them before sending the data to the browser.


-- 
Morbus Iff ( i'm the droid you're looking for )
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
Tech: http://www.oreillynet.com/pub/au/779 - articles and weblog
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

Reply via email to