Hi,After trying to debug a problem with SSI's, I have the same question: Does anyone know how SSI's work within TS's WEBD apache when there is no mod_include loaded??? Interestingly, I have a PROD environment where SSI's work, and now in my TEST environment they all of a sudden stopped, with a[an error occurred while processing this directive]error. httpd.conf files are near identical except the TEST environment loads expires_module and headers_module.Cheers.
Unless your SSIs are intended for use with TS GUI customizations - iwwebd shouldn't be involved - it should be the "customer web server" (the one normally running on port 81) that is responsible for rendering pages for Preview and that you want to process the SSI directives.
"customer_webserver_host"
"customer_webserver_port"
I'm fairly new to TeamSite, and I am struggling with this concept of the "customer webserver".According to the 6.5 doco, it is referred to as the "Content Web Server (port 81)". In the "Definitive Guide to Interwoven Teamsite" book, Hasting's and McNeal refer to it as the "Content preview server". In "iw.cfg", the respective entries in the [iwproxy] section are "customer_webserver_host" and "customer_webserver_port".What is it's function? As far as I can see, it's not really the "customer's website", it's function is purely to visualize the content that is being worked on through TeamSite. The true "customer's website" is the one where we deploy the content when we finished using TS??Any help with clarifying this picture will be greatly appreciated!