Sun Java System Web Server 7.0 Update 2 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="/home/bits/fastcgi/fcgi-2.4.0/examples/$1" 
app-env="LD_LIBRARY_LIBRARY_
PATH=/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 the same bind-path for multiple applications. This would result in failure of startup, due to common

bind-path.