Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - slinger will not run SSI or CGI in read-only OS filesystem image: (2 Items)
   
slinger will not run SSI or CGI in read-only OS filesystem image  
Attached is my build and boot script for Nitrogren6X.  The issue is SSI and CGI does not work on my target under slinger
, although when I tested it on the x86 QNX VM it worked fine.  For example, something like:

    Date and Time (Local): <!--#echo var="DATE_LOCAL" -->

shows up like 

    Date and Time (Local): 

on my Nitrogen6X system.  I have the appropriate libraries built into the image (io-pkt*.so and libsocket.so) so I'm not
 sure if I'm missing something else.  Also, I'm not sure if slinger SSI and CGI can work under a read-only monolithic OS
 file system image.  Does it need a writeable filesystem?
Attachment: Text nitrogen.build 22.79 KB
Re: slinger will not run SSI or CGI in read-only OS filesystem image  
In order for SSI commands (and CGI) to be run from slinger it must be started like so:

slinger -es &

See options for http://www.qnx.com/developers/docs/6.5.0_sp1/index.jsp?topic=%2Fcom.qnx.doc.neutrino_utilities%2Fs%
2Fslinger.html