Oracle iPlanet Web Server 7.0.9 Administrator's Guide

Configuring Multiple FastCGI Applications

You cannot configure multiple FastCGI applications through the 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 the <app-path> process, which does not need to be configured separately.


Note –

You cannot configure the same bind-path for multiple applications because it results in startup failure due to a common bind-path.