Embedded cgi ?

Hi,
i’m trying to have an Embedded slinger web server and a cgi…
I’ve done this:

in my bld file:

/www/bin/slinger=/usr/sbin/slinger
/www/html/index.html=/usr/local/httpd/index.html
/www/html/cgi/cgi1=/usr/local/httpd/cgi1

In my Embedded computer sh floppy, i see the files in the good directories
....
Now in the embedded computer:

export HTTPD_ROOT_DIR='/www/html'
export HTTPD_ROOT_DOC='index.html'
export HTTPD_SCRIPTALIAS='/www/html/cgi'

When i list the environment all is good!! :)
now:

cd /www/bin
../slinger

The cgi1 file is mode 0777 ...
When i go to http://10.59.5.151 I see the index.html BUT when i go to
http://10.59.5.151/cgi-bin/cgi1 it fails!!!
Voyager return me error -8 ....
On my qnx computer it works fine ....
Please can you help me ?

Thanks.