mod_fastcgi: Connect to External PHP via UNIX Socket or TCP/IP Port


Apache2 mod_fastcgi: Connect to External PHP via UNIX Socket or TCP/IP Port

FastCGI supports connection via UNIX sockets or TCP/IP networking. This is useful to spread load among various backends. For example, php will be severed from 192.168.1.10 and python / ruby on rails will be severed from 192.168.1.11. This is only possible with mod_fastcgi.

Related Posts