Copy applications to CGI directory and change permission of startup scripts to executable.
[localhost:samples] user% cp -R Examples /var/www/cgi-bin [localhost:samples] user% cd /var/www/cgi-bin/Examples [localhost:/var/www/cgi-bin/Examples] user% chmod 755 Examples.cgi
URLs for installed applications are path of startup scripts. For example, a URL for Examples the above is http://localhost/cgi-bin/Examples/Examples.cgi
.