I read through all the SSI posts you refer to here and tried the various forms of calls (exec cmd, exec cgi, include virtual, etc). None of which worked. So, I emailed my host and they said,
#exec is a command to execute and this is not supported on our servers. Please use
< !--#include file="value"-->
ir
< !--#include virtual="/folder/filename"-->
Well, of course I NEED the file to be executed, not just included. Is there any work around for this? I tried pasting the ssi_max_events template right in my home page, but it looks like it uses functions defined in calendar.pl. It looks like I won't be able to have a list of upcoming events on my home page, but I thought I would just ask if there was any other way.
------------------