FastCGI Installation and Web Server Configuration / FastCGI GAS configuration on various Web Server |
Sun Web Server 7 has an integrated FastCGI support.
For more information, see the FastCGI Plug-in documentation provided by Sun.
Init fn="load-modules" shlib="libfastcgi.so"
<Object name="default"> ... NameTrans fn="assign-name" from="/gas/*" name="gas.config" ... </Object> <Object name="gas.config"> Service fn="responder-fastcgi" app-env="FGLASDIR=/opt/gas" app-path="/opt/gas/bin/wrapper.fcgi" reuse-connection="true" resp-timeout="300" restart-interval="0" </Object>