<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; fcgi</title> <atom:link href="http://www.cyberciti.biz/tips/tag/fcgi/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Apache2 mod_fastcgi: Connect to External PHP via UNIX Socket or TCP/IP Port</title><link>http://www.cyberciti.biz/tips/rhel-fedora-centos-apache2-external-php-spawn.html</link> <comments>http://www.cyberciti.biz/tips/rhel-fedora-centos-apache2-external-php-spawn.html#comments</comments> <pubDate>Tue, 30 Dec 2008 12:49:34 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[php]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[apache 2]]></category> <category><![CDATA[apache group]]></category> <category><![CDATA[apache mod_fastcgi]]></category> <category><![CDATA[apache2+mod_fastcgi+php]]></category> <category><![CDATA[backend]]></category> <category><![CDATA[chroot]]></category> <category><![CDATA[fastcgi]]></category> <category><![CDATA[fcgi]]></category> <category><![CDATA[mod_fastcgi]]></category> <category><![CDATA[python]]></category> <category><![CDATA[unix sockets]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4182</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/apache' title='See all Apache Webserver related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif' border='0' /></a></div> Now, <a
href="http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/">mod_fastcgi is configured and running</a>. 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. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-fedora-centos-apache2-external-php-spawn.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Lighttpd run php from different host using mod_proxy / mod_fastcgi</title><link>http://www.cyberciti.biz/tips/lighttpd-mod_proxy-to-run-php-fastcgi-app-server.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-mod_proxy-to-run-php-fastcgi-app-server.html#comments</comments> <pubDate>Tue, 10 Jul 2007 22:43:22 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[balancing dynamic]]></category> <category><![CDATA[bind]]></category> <category><![CDATA[cluster server]]></category> <category><![CDATA[daemontools]]></category> <category><![CDATA[fcgi]]></category> <category><![CDATA[mod fastcgi]]></category> <category><![CDATA[mod proxy]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[server php]]></category> <category><![CDATA[spawn]]></category> <category><![CDATA[tcp port]]></category> <category><![CDATA[unix domain socket]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/lighttpd-mod_proxy-to-run-php-fastcgi-app-server.html</guid> <description><![CDATA[Lighttpd allows you to run php from different hosts. This is quite useful: a] If you want to run php 4 locally and php 5 from remote host b] Load balancing dynamic content c] Added layer for security for chrooted jails etc If you would like to run wikipedia / sf.net like site, you can [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-mod_proxy-to-run-php-fastcgi-app-server.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Lighttpd PHP fastcgi configuration</title><link>http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html#comments</comments> <pubDate>Thu, 06 Jul 2006 19:13:42 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[php]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[configuration file]]></category> <category><![CDATA[fcgi]]></category> <category><![CDATA[php 5]]></category> <category><![CDATA[php-cgi]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html</guid> <description><![CDATA[FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. FastCGI provides better scalability and performance. Instead of creating a new process (the CGI program) for every request, FastCGI uses a single persistent process which handles many requests over its lifetime. (See wikipedia article [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html/feed</wfw:commentRss> <slash:comments>17</slash:comments> </item> </channel> </rss>
