Sun Java System Web Server 7.0 Update 3 Administrator's Guide

Configuring Multiple FastCGI Applications

You cannot configure multiple FastCGI applications through Administration Console or CLI. As a workaround, you can configure multiple applications by modifying the obj.conf file. For example:


<If $uri =~ '^/fcgi/(.*)'>
Service fn="responder-fastcgi"
 app-path="/export/home/bits/fastcgi/fcgi-2.4.0/examples/$1"
 app-env="LD_LIBRARY_LIBRARY_PATH=/export/home/bits/fastcgi/fcgi-2.4.0/libfcgi/.libs"
</If>

The expression creates <app-path> process, which does not need to be configured separately.


Note –

You cannot configure same bind-path for multiple applications. This would result in failure of startup, due to common bind-path.