On Mon, 2003-11-17 at 01:36, Christopher P. Lindsey wrote: > Basically, it all boils down to the fact that once an SSI directive > with #EXEC CGI is parsed, the document fails to parse any further > SSI directives *if the script to be executed has a perl-script > handler.*
What happens if you use "#include virtual" instead? The "#exec cgi" directive has been deprecated in mod_include for years. The Apache::SSI module sets the content-type to "application/x-httpd-cgi" when you use exec cgi, and that might be causing a problem here, since what you are including are not actually CGI scripts. - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html