At 5:50 pm -0400 5/7/01, Chris Devers wrote: >On Thu, 5 Jul 2001, Steve Torrence wrote: > >> Does anyone know how to get SSI to work with OS X? I'm putting the >> following html in my page. When I use the url directly in the browser >> it works and shows the list of chatters but in the html it doens't >> >> Steve >> >> <HTML> > > <!--#include >virtual="http://coltrane.powercity.net/cgi-bin/chat/chatsu.cgi?action=show_usernames"--> >> </HTML> > >Have you enabled SSI in Apache? The main config file is by default kept at >/etc/httpd/httpd.conf. In my setup -- close to the original, I think (been >a while since I tinkered with it) -- I have: That url isn't going to work, either. if it's a local address - ie the ssi page is on coltrane.powercity.net too - then change it to <!--#include virtual="/cgi-bin/chat/chatsu.cgi?action=show_usernames"--> which should work, provided the apache config goes through ok. but strictly speaking i think you should be using <!--#exec cgi="/cgi-bin/chat/chatsu.cgi?action=show_usernames"--> If it's not a local address then SSI isn't the way to do it. hth will -- pgpkey: http://www.spanner.org/keys/will.txt
