SSI and Slinger

Hi all,

What do you have to do to enable SSI in Slinger?

I’ve got slinger working with a CGI executable and various pages, all works
fine…I started slinger with:

slinger -e -s &

to enabled the SSI exec command and also SSI in general. I’ve created some
test pages:

Hello World

The output is:

Hello World

I haven’t been able to get any of the SSI directives to produce anything, I
know the cgi works and can access it perfectly.

Thank you,


Simon Platten, Senior Software Engineer

VT Controls
Bessemer Way, Harfreys Industrial Estate, Great Yarmouth, Norfolk, NR31 0LX.
Tel: (0)1493 668811 Fax: (0)1493 651137
Email: simon.platten@vtcontrols.co.uk

Any views or opinions expressed are solely those of the author and do not
necessarily
represent those of VT Group, its holding company or any of its subsidiaries
or associates.

Figured it out !

No space after <!-- and before #

“Simon A. Platten” <simon.platten@vtcontrols.co.uk> wrote in message
news:aqqn9h$nbi$1@inn.qnx.com

Hi all,

What do you have to do to enable SSI in Slinger?

I’ve got slinger working with a CGI executable and various pages, all
works
fine…I started slinger with:

slinger -e -s &

to enabled the SSI exec command and also SSI in general. I’ve created
some
test pages:

html
body
!-- #exec cgi=“mycgi” –
!-- #echo var=“DATE_LOCAL” –
Hello World
/body
/html

The output is:

Hello World

I haven’t been able to get any of the SSI directives to produce anything,
I
know the cgi works and can access it perfectly.

Thank you,


Simon Platten, Senior Software Engineer

VT Controls
Bessemer Way, Harfreys Industrial Estate, Great Yarmouth, Norfolk, NR31
0LX.
Tel: (0)1493 668811 Fax: (0)1493 651137
Email: > simon.platten@vtcontrols.co.uk

Any views or opinions expressed are solely those of the author and do not
necessarily
represent those of VT Group, its holding company or any of its
subsidiaries
or associates.