Title: fastcgi.conf for external GAS Post by: . on June 27, 2012, 10:53:42 am Hi all.
I'm trying to configure an Apache2 Web server to connect to a GAS dispatcher running in standalone on a different machine (fastcgidispatch -s). Have someone an example of fastcgi.conf with FastCgiExternalServer option to connect to an external GAS ? Thanks in advance. Enrico. Title: Re: fastcgi.conf for external GAS Post by: Reuben B. on June 27, 2012, 11:59:28 am Interesting, the 2.40 documentation doesn't have an example ... https://4js.com/online_documentation/fjs-gas-manual-html/User/FastCGIInstall.html#APACHE_MOD_FASTCGI
whilst the 2.30 documentation does have an example ... https://4js.com/online_documentation/fjs-gas-2.32.01-manual-html/User/FastCGIInstall.html#APACHE_MOD_FASTCGI I'm not sure why that has changed. Reuben Title: Re: fastcgi.conf for external GAS Post by: . on June 27, 2012, 12:42:14 pm Thanks for your answer.
It works ! Enrico. Note: I searched for such sample in 2.40 GAS Manual while it is present only in 2.32 GAS manual. Title: Re: fastcgi.conf for external GAS Post by: Reuben B. on June 29, 2012, 12:34:27 am Thanks for your answer. It works ! Enrico. ... I was fairly confident it would, we had demonstrated it earlier in the day during a training course! |