then copy/renametrac.fcgi, e.g., tofirst.fcgiandsecond.fcgi, and reference them in the above settings. Note that the above will result in different processes in any event, even if both are running from the same
I uninstalled PHP and copied the zipped binaries to "C:\PHP\. In the procedure described inhttp://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/, I get to the IIS Handler Mappings step to enter the *.php handler. After entering the handler information, ...
Note about running Lighttpd with reduced permissions: If nothing else helps and trac.fcgi doesn't start with Lighttpd settingsserver.username = "www-data",server.groupname = "www-data", then in thebin-environmentsection setPYTHON_EGG_CACHEto the home directory ofwww-dataor some other directory...
If you prefer setting the environment variables in the .fcgi scripts, then copy/rename trac.fcgi, eg to first.fcgi and second.fcgi, and reference them in the above settings. Note that the above will result in different processes in any event, even if both are running from the same trac....
If you remember in step 1, when we installed the FastCGI TP2 package, we didnt use the installer's support for registering a FastCGI program. This is because RoR requires some custom settings in the FastCGI config file that the installer doesnt surface. ...