FastCGI GAS configuration on various Web Server

Understanding and implementing FastCGI on various servers.

The Apache module for FastCGI support differs for versions of Apache. You need to check your version of Apache. For versions prior to 2.4, you configure mod_fastcgi. If you are using Apache 2.4, configure mod_proxy_fcgi instead. See the Apache documentation.

A common URL launches a Genero application using the Genero Application Server, regardless of your FastCGI configuration.

A typical URL would be:
http://host/gas/ua/r/application
Note: Assume the Genero Application Server is installed in the following directory (FGLASDIR): /opt/gas. Make the appropriate substitution for the FGLASDIR when applying these examples to your own configuration.