Server side includes (SSI) problem

#1
Hi,

I recently updated from 1.4.x to 1.5.x of OpenLiteSpeed and note that server side includes (SSI) are now functional.

However, it only seems to work properly for static files.

If I create a file with a .shtml extension and include a line like this:

<!--#include virtual="file.txt" -->

then that works okay.

However, if I include something like this:

<!--#exec cgi="/cgi-bin/some_application" -->

then the CGI program runs and displays its output, however the server process just hangs, not sending back anything further past that point to the browser. So the browser just sits there waiting and waiting, spinning its busy wheel.

Is there some issue with the "exec" option with server side includes?
 
Top