I am trying to use server side include "#exec cgi" command in an shmtl page
and the target of the #exec cgi is a WAI application. To code inside the
shtml page looks like this:
...
<!--#exec cgi=/iiop/fooWAIapp-->
...
As a result I get the following error message on the page:
[an error occurred while processing this directive]
The settings for enabling #exec cgi SSI is all set OK, because there is no
problem when I try to with a CGI instead of WAI app such as:
<!--#exec cgi=/cgi-bin/fooCGI.cgi-->
I had used "#exec cgi" with an ISAPI application under IIS and it had worked
OK. I don't know whether this is valid under NES or I doing something wrong.
Any help willl be appreciated.
TBH,
Ahmet Feyz Pirimoglu