<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Nginx, PHP and a PHP FastCGI daemon init script</title>
	<atom:link href="http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/</link>
	<description>Rails, Firefox, Anime, Mac</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:38:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nginx with PHP (FCGI) &#8211; A lightweight web server &#124; Tautvidas Sipavi?ius</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-759085</link>
		<dc:creator>Nginx with PHP (FCGI) &#8211; A lightweight web server &#124; Tautvidas Sipavi?ius</dc:creator>
		<pubDate>Sat, 21 Jan 2012 22:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-759085</guid>
		<description>[...] apt-get install php5-cgiTo spawn FastCGI processes, we&#8217;ll need to use these two scripts (Original author), provided on Nginx wiki:#! /bin/sh ### BEGIN INIT INFO # Provides: php-fastcgi # Required-Start: [...]</description>
		<content:encoded><![CDATA[<p>[...] apt-get install php5-cgiTo spawn FastCGI processes, we&#8217;ll need to use these two scripts (Original author), provided on Nginx wiki:#! /bin/sh ### BEGIN INIT INFO # Provides: php-fastcgi # Required-Start: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to build a scalable, caching, resizing image server &#124; Sumit Birla</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-752972</link>
		<dc:creator>How to build a scalable, caching, resizing image server &#124; Sumit Birla</dc:creator>
		<pubDate>Fri, 11 Nov 2011 05:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-752972</guid>
		<description>[...] http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/" rel="nofollow">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????nginx+fastcgi???Wordpress??? &#124; apt-blog.net IT?????? PT??</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-749198</link>
		<dc:creator>????nginx+fastcgi???Wordpress??? &#124; apt-blog.net IT?????? PT??</dc:creator>
		<pubDate>Thu, 21 Jul 2011 11:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-749198</guid>
		<description>[...] Recent Commentsbush on ??????????????????BOYPT on ????? MDS????Linux??tony on ????? MDS????Linux??zagfai on ????802.1x???C??????ubuntu ? iRedMail ? Nginx ??? &#8211; Antlite Works on MoinMoin ? Nginx, fastcgi ? uwsgi ???Tags802.1x Arch AVR Blog CET Debian EAP EAPOL Google Hack ibus Java Linux nginx Nokia plugin Python Scribefire Sogou Twitter Ubuntu Vim vimpress Web WordPress ?? ?? ??? ??? ?? ?? ??? ?? ??? ???? ?? ?? ?? ?? ???? ??? ??? ?? ?? ??????Email or Gtalk: Google Friend ConnectMetaLog inEntries RSSComments RSSWordPress.org????nginx+fastcgi???WordPress???July 24, 2009Update: nginx+php????????????????Nginx + PHP (via php-fpm) on Ubuntu ???????????LAMP Web?????nginx??Apache??????????????10???????PT???Arch??nginx???????wordpress???LNMP??????????nginx+fastcgi?????????????????apache+mod_cgi????nginx??????apache?????????[?]? Update?nginx+fastcgi???????????????vps?????????100M???apache?????????????????fcgi????worker?????nginx??????fastcgi??????????????????????PHP_FCGI_CHILDREN?????????????????????????????php-cgi?????nginx??????????Wordpress Cache??????64M?vps??????wordpress??????nginx? nginx??????????????1 /etc/rc.d/nginx start??nginx?????????????????????http://localhost????nginx???????????php ??php????????????php??arch wiki????????fcgi?????????1 cgi-fcgi -start -connect localhost:9000 /usr/bin/php-cginginx??????/srv/http/nginx????????index.php?????????1 2 3 &lt;?php phpinfo&#040;&#041;; ?&gt;??????nginx??php??????????/etc/nginx/conf/nginx.conf ??nginx?????????????????????????? location ~ .php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } ????nginx1 /etc/rc.d/nginx restart????http://localhost/index.php??????php??????????index.php??????????????index  index.html index.htm;????index.php???MySQL??phpmyadmin ??mysql????1 /etc/rc.d/mysqld start???????mysql?root??????????? Arch???phpmyadmin????????/srv/http/phpMyAdmin??????phpmyadmin??????nginx????? #ln -s /srv/http/phpMyAdmin /srv/http/nginx/phpmyadmin ??????????nginx?????url?????????????????phpMyAdmin??????http://localhost/phpmyadmin?????????phpMyAdmin??????????phpmyadmin ??????????phpmyadmin????php?????MySQL???? ??/etc/php/php.ini???extension=mysql.so?????????????????? ?php-cgi kill??????cgi-fcgi?????http://localhost/phpmyadmin??????????????????mcrypt????????libmcrypt??/etc/php/php.ini???mcrypy.so????????php????????root???????????????wordpress???????????????????Wordpress 2.8.2????wp-config.php?ok??????????? ?????????????????????????????????????????????????????nginx???Apache?.htaccess??????/etc/nginx/conf/nginx.conf???????????????????????????????????????????????????????????????????????????????wp-syntax?????????????wp-syntax?????????????????php.ini???????????????32M??wp-syntax?????????php.ini????memory_limit??64M?????????? ???nginx???????????????????nginx.conf???????????????????????????????????nginx.conf?? ???????????????????????????HTTP HEAD??????????????localhost?????????????????????/etc/hosts???????????????????127.0.0.1 ptblog.localdomain ptblog?????????????http://ptblog????????????????ptblog.com?????……?? nginx.conf???????????? http { .... server { ........ } server { ........ } } ??????????????????????????nginx?http?????????????????????server???????listen?web??????????80??????server_name??????????????????server????server_name???????root???????????????????????server? server { listen 80; server_name ptblog ptblog.localdomain; root /srv/http/nginx/ptblog/; location / { index index.html index.htm index.php; } error_page 500 502 503 504 /50x.html; location = 50x.html { root /srv/http/nginx/50x.html; } if (!-e $request_filename) { rewrite ^(.*)$ /index.php?q=$1 last; } location ~ .php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include /etc/nginx/conf/fastcgi_params; } } ???if (!-e $request_filename) ???????.htaccess??????????????url??????????????????index.php?q=??????????????????????????“nginx wordpress”????????????? ??????nginx.conf????????root????????nginx.conf??????“root   html;“????????????/etc/nginx???html???????/srv/http/nginx??????????????????root /srv/http/nginx/ptblog/;????????????????location??????root????????????????????????????????????????????????root?location????????????root???? nginx.conf????include?????????Ubuntu???????????????site.d??????????server?????????????nginx.conf???????????????????????????????????rc.local?????????????????????????????????????????~/bin?????????????sudo lnmp?????1 2 3 4 #!/bin/bash /etc/rc.d/mysqld start cgi-fcgi -start -connect localhost:9000 /usr/bin/php-cgi /etc/rc.d/nginx start???????????????????????????????????N????????????????????php?????? ?????????????nginx??????????PT?????????????????????nginx???wiki?http://wiki.nginx.org?Configure???????nginx.conf???? tags: mysql, nginx, php, Web, WordPress posted in Unix/Linux by BOYPT Follow comments via the RSS Feed &#124; Leave a comment &#124; Trackback URL6 Comments to &quot;????nginx+fastcgi???WordPress???&quot;isspy wrote:???nginx?????????????apache???????.Link &#124; July 27th, 2009 at 09:42PT wrote:????????????????????……Link &#124; July 29th, 2009 at 18:35lvy wrote:???~Link &#124; September 29th, 2009 at 10:51betaer wrote:??????Link &#124; March 20th, 2010 at 00:31smartwei wrote:“???nginx+fastcgi?????????????????apache+mod_cgi????nginx??????apache?????????“?????nginx???????????????????????????????????apache?????????apache??nginx??Link &#124; September 25th, 2010 at 01:21BOYPT wrote:@smartwei: ????????????????????fastcgi??????????????????????????vps????100M??????nginx+fastcgi????wordpress?????????Link &#124; September 25th, 2010 at 12:42Leave Your Comment Name (required) Mail (will not be published) (required) Website [...]</description>
		<content:encoded><![CDATA[<p>[...] Recent Commentsbush on ??????????????????BOYPT on ????? MDS????Linux??tony on ????? MDS????Linux??zagfai on ????802.1x???C??????ubuntu ? iRedMail ? Nginx ??? &#8211; Antlite Works on MoinMoin ? Nginx, fastcgi ? uwsgi ???Tags802.1x Arch AVR Blog CET Debian EAP EAPOL Google Hack ibus Java Linux nginx Nokia plugin Python Scribefire Sogou Twitter Ubuntu Vim vimpress Web WordPress ?? ?? ??? ??? ?? ?? ??? ?? ??? ???? ?? ?? ?? ?? ???? ??? ??? ?? ?? ??????Email or Gtalk: Google Friend ConnectMetaLog inEntries RSSComments RSSWordPress.org????nginx+fastcgi???WordPress???July 24, 2009Update: nginx+php????????????????Nginx + PHP (via php-fpm) on Ubuntu ???????????LAMP Web?????nginx??Apache??????????????10???????PT???Arch??nginx???????wordpress???LNMP??????????nginx+fastcgi?????????????????apache+mod_cgi????nginx??????apache?????????[?]? Update?nginx+fastcgi???????????????vps?????????100M???apache?????????????????fcgi????worker?????nginx??????fastcgi??????????????????????PHP_FCGI_CHILDREN?????????????????????????????php-cgi?????nginx??????????Wordpress Cache??????64M?vps??????wordpress??????nginx? nginx??????????????1 /etc/rc.d/nginx start??nginx?????????????????????http://localhost????nginx???????????php ??php????????????php??arch wiki????????fcgi?????????1 cgi-fcgi -start -connect localhost:9000 /usr/bin/php-cginginx??????/srv/http/nginx????????index.php?????????1 2 3 &lt;?php phpinfo&#040;&#041;; ?&gt;??????nginx??php??????????/etc/nginx/conf/nginx.conf ??nginx?????????????????????????? location ~ .php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } ????nginx1 /etc/rc.d/nginx restart????http://localhost/index.php??????php??????????index.php??????????????index  index.html index.htm;????index.php???MySQL??phpmyadmin ??mysql????1 /etc/rc.d/mysqld start???????mysql?root??????????? Arch???phpmyadmin????????/srv/http/phpMyAdmin??????phpmyadmin??????nginx????? #ln -s /srv/http/phpMyAdmin /srv/http/nginx/phpmyadmin ??????????nginx?????url?????????????????phpMyAdmin??????http://localhost/phpmyadmin?????????phpMyAdmin??????????phpmyadmin ??????????phpmyadmin????php?????MySQL???? ??/etc/php/php.ini???extension=mysql.so?????????????????? ?php-cgi kill??????cgi-fcgi?????http://localhost/phpmyadmin??????????????????mcrypt????????libmcrypt??/etc/php/php.ini???mcrypy.so????????php????????root???????????????wordpress???????????????????Wordpress 2.8.2????wp-config.php?ok??????????? ?????????????????????????????????????????????????????nginx???Apache?.htaccess??????/etc/nginx/conf/nginx.conf???????????????????????????????????????????????????????????????????????????????wp-syntax?????????????wp-syntax?????????????????php.ini???????????????32M??wp-syntax?????????php.ini????memory_limit??64M?????????? ???nginx???????????????????nginx.conf???????????????????????????????????nginx.conf?? ???????????????????????????HTTP HEAD??????????????localhost?????????????????????/etc/hosts???????????????????127.0.0.1 ptblog.localdomain ptblog?????????????http://ptblog????????????????ptblog.com?????……?? nginx.conf???????????? http { &#8230;. server { &#8230;&#8230;.. } server { &#8230;&#8230;.. } } ??????????????????????????nginx?http?????????????????????server???????listen?web??????????80??????server_name??????????????????server????server_name???????root???????????????????????server? server { listen 80; server_name ptblog ptblog.localdomain; root /srv/http/nginx/ptblog/; location / { index index.html index.htm index.php; } error_page 500 502 503 504 /50x.html; location = 50x.html { root /srv/http/nginx/50x.html; } if (!-e $request_filename) { rewrite ^(.*)$ /index.php?q=$1 last; } location ~ .php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include /etc/nginx/conf/fastcgi_params; } } ???if (!-e $request_filename) ???????.htaccess??????????????url??????????????????index.php?q=??????????????????????????“nginx wordpress”????????????? ??????nginx.conf????????root????????nginx.conf??????“root   html;“????????????/etc/nginx???html???????/srv/http/nginx??????????????????root /srv/http/nginx/ptblog/;????????????????location??????root????????????????????????????????????????????????root?location????????????root???? nginx.conf????include?????????Ubuntu???????????????site.d??????????server?????????????nginx.conf???????????????????????????????????rc.local?????????????????????????????????????????~/bin?????????????sudo lnmp?????1 2 3 4 #!/bin/bash /etc/rc.d/mysqld start cgi-fcgi -start -connect localhost:9000 /usr/bin/php-cgi /etc/rc.d/nginx start???????????????????????????????????N????????????????????php?????? ?????????????nginx??????????PT?????????????????????nginx???wiki?http://wiki.nginx.org?Configure???????nginx.conf???? tags: mysql, nginx, php, Web, WordPress posted in Unix/Linux by BOYPT Follow comments via the RSS Feed | Leave a comment | Trackback URL6 Comments to &quot;????nginx+fastcgi???WordPress???&quot;isspy wrote:???nginx?????????????apache???????.Link | July 27th, 2009 at 09:42PT wrote:????????????????????……Link | July 29th, 2009 at 18:35lvy wrote:???~Link | September 29th, 2009 at 10:51betaer wrote:??????Link | March 20th, 2010 at 00:31smartwei wrote:“???nginx+fastcgi?????????????????apache+mod_cgi????nginx??????apache?????????“?????nginx???????????????????????????????????apache?????????apache??nginx??Link | September 25th, 2010 at 01:21BOYPT wrote:@smartwei: ????????????????????fastcgi??????????????????????????vps????100M??????nginx+fastcgi????wordpress?????????Link | September 25th, 2010 at 12:42Leave Your Comment Name (required) Mail (will not be published) (required) Website [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nginx?????Dabr? &#124; apt-blog.net IT?????? PT??</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-743723</link>
		<dc:creator>Nginx?????Dabr? &#124; apt-blog.net IT?????? PT??</dc:creator>
		<pubDate>Mon, 28 Feb 2011 16:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-743723</guid>
		<description>[...] Recent Commentsmuxueqz on Vim??WordPress?? - VimRepressopenboy on Vim??WordPress?? - VimRepressGodaddy????? &#124; ??????? on Ubuntu???Apache?.htaccess?????Felix Yan on OpenVPN???????DNS???Ubuntu uwsgi + nginx / bottle ??? &#124; Felix&#039;s Blog on MoinMoin ? Nginx, fastcgi ? uwsgi ???Tags802.1x Arch AVR CET Debian EAP EAPOL Google Hack ibus Java Linux nginx Nokia plugin Python Scribefire Sogou Twitter Ubuntu Vim vimpress Web WordPress ?? ?? ??? ??? ?? ?? ??? ?? ??? ???? ?? ?? ?? ?? ???? ?? ??? ??? ?? ?? ??????Email or Gtalk: Google Friend ConnectMetaLog inEntries RSSComments RSSWordPress.orgNginx?????Dabr?September 27, 2010?????????????vps??????openvpn??????????????????????????????????????VPS???????????VPS?384M????????apache?????????????????nginx+fastcgi??????????????????nginx+fastcgi???WordPress???????????mysql?????????php-cgi??????????????????/etc/init.d/php-fastcgi?Nginx, PHP and a PHP FastCGI daemon init script????How to set up nginx with PHP on Ubuntu??????????????Unix Socket???nginx?fastcgi??????????lo interface????????Dabr?????????????????????SVN checkout??????? user_oauth.php????????common/user.php????????oauth??Twitter??????nginx???????????????????Showfom?Dabr?????????nginx????????????????wordpress????1 2 3  if &#040;!-e $request_filename&#041; &#123; rewrite ^/&#040;.*&#041;$ /index.php?q=$1 last; &#125;???????????????Setting????502?????error.log?????? 24219#0: *40 upstream sent too big header while reading response header from upstream ??Google?????????nginx?fastcgi????1 2 3 4 5 fastcgi_connect_timeout 60; fastcgi_send_timeout 180; fastcgi_read_timeout 180; fastcgi_buffer_size 128k; fastcgi_buffers 4 128k;?????????????????????????Update:2010?????????itap??oauth?????itap?????????????????nginx?????????Location?? server &#123; listen 80; ## listen for ipv4 &#160; server_name your.server.com; access_log /var/log/nginx/netputtweet.access.log; error_log /var/log/nginx/netputtweet.error.log; &#160; &#160; root /var/www/netputweets/; index index.html index.htm index.php; &#160; location / &#123; if &#040;!-e $request_filename&#041; &#123; rewrite ^/&#040;.*&#041;$ /index.php?q=$1 last; &#125; &#125; &#160; location /oauthproxy/ &#123; if &#040;!-e $request_filename&#041; &#123; rewrite . /oauthproxy/index.php last; &#125; &#125; &#160; location ~ .php$ &#123; include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; #fastcgi_param HTTPS on; #if you use HTTPS fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; &#125; &#125; posted in Blogger Tech, Unix/Linux by BOYPT Follow comments via the RSS Feed &#124; Leave a comment &#124; Trackback URL2 Comments to &quot;Nginx?????Dabr?&quot;icyomik wrote:??????????????? ?????????????ReplyLink &#124; September 27th, 2010 at 19:15BOYPT wrote:@icyomik: ???????????????????????????????????????????????????ReplyLink &#124; September 28th, 2010 at 10:47Leave Your Comment Name (required) Mail (will not be published) (required) Website [...]</description>
		<content:encoded><![CDATA[<p>[...] Recent Commentsmuxueqz on Vim??WordPress?? &#8211; VimRepressopenboy on Vim??WordPress?? &#8211; VimRepressGodaddy????? | ??????? on Ubuntu???Apache?.htaccess?????Felix Yan on OpenVPN???????DNS???Ubuntu uwsgi + nginx / bottle ??? | Felix&#039;s Blog on MoinMoin ? Nginx, fastcgi ? uwsgi ???Tags802.1x Arch AVR CET Debian EAP EAPOL Google Hack ibus Java Linux nginx Nokia plugin Python Scribefire Sogou Twitter Ubuntu Vim vimpress Web WordPress ?? ?? ??? ??? ?? ?? ??? ?? ??? ???? ?? ?? ?? ?? ???? ?? ??? ??? ?? ?? ??????Email or Gtalk: Google Friend ConnectMetaLog inEntries RSSComments RSSWordPress.orgNginx?????Dabr?September 27, 2010?????????????vps??????openvpn??????????????????????????????????????VPS???????????VPS?384M????????apache?????????????????nginx+fastcgi??????????????????nginx+fastcgi???WordPress???????????mysql?????????php-cgi??????????????????/etc/init.d/php-fastcgi?Nginx, PHP and a PHP FastCGI daemon init script????How to set up nginx with PHP on Ubuntu??????????????Unix Socket???nginx?fastcgi??????????lo interface????????Dabr?????????????????????SVN checkout??????? user_oauth.php????????common/user.php????????oauth??Twitter??????nginx???????????????????Showfom?Dabr?????????nginx????????????????wordpress????1 2 3  if &#040;!-e $request_filename&#041; &#123; rewrite ^/&#040;.*&#041;$ /index.php?q=$1 last; &#125;???????????????Setting????502?????error.log?????? 24219#0: *40 upstream sent too big header while reading response header from upstream ??Google?????????nginx?fastcgi????1 2 3 4 5 fastcgi_connect_timeout 60; fastcgi_send_timeout 180; fastcgi_read_timeout 180; fastcgi_buffer_size 128k; fastcgi_buffers 4 128k;?????????????????????????Update:2010?????????itap??oauth?????itap?????????????????nginx?????????Location?? server &#123; listen 80; ## listen for ipv4 &nbsp; server_name your.server.com; access_log /var/log/nginx/netputtweet.access.log; error_log /var/log/nginx/netputtweet.error.log; &nbsp; &nbsp; root /var/www/netputweets/; index index.html index.htm index.php; &nbsp; location / &#123; if &#040;!-e $request_filename&#041; &#123; rewrite ^/&#040;.*&#041;$ /index.php?q=$1 last; &#125; &#125; &nbsp; location /oauthproxy/ &#123; if &#040;!-e $request_filename&#041; &#123; rewrite . /oauthproxy/index.php last; &#125; &#125; &nbsp; location ~ .php$ &#123; include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; #fastcgi_param HTTPS on; #if you use HTTPS fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; &#125; &#125; posted in Blogger Tech, Unix/Linux by BOYPT Follow comments via the RSS Feed | Leave a comment | Trackback URL2 Comments to &quot;Nginx?????Dabr?&quot;icyomik wrote:??????????????? ?????????????ReplyLink | September 27th, 2010 at 19:15BOYPT wrote:@icyomik: ???????????????????????????????????????????????????ReplyLink | September 28th, 2010 at 10:47Leave Your Comment Name (required) Mail (will not be published) (required) Website [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building A Highly-Available Web Server Cluster &#124; Ajitabh Pandey.Info</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-742979</link>
		<dc:creator>Building A Highly-Available Web Server Cluster &#124; Ajitabh Pandey.Info</dc:creator>
		<pubDate>Sun, 06 Feb 2011 08:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-742979</guid>
		<description>[...] nginx, PHP and a PHP FastCGI daemon init script [...]</description>
		<content:encoded><![CDATA[<p>[...] nginx, PHP and a PHP FastCGI daemon init script [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nginx?php-cgi??????</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-740967</link>
		<dc:creator>nginx?php-cgi??????</dc:creator>
		<pubDate>Sat, 06 Nov 2010 05:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-740967</guid>
		<description>[...] ???????????????????????????????????????????????????????……orz [...]</description>
		<content:encoded><![CDATA[<p>[...] ???????????????????????????????????????????????????????……orz [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Arndt &#187; Blog Archive &#187; Tschüss Xmarks, hallo Firefox Sync! - Life of my Brain</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-740279</link>
		<dc:creator>Christopher Arndt &#187; Blog Archive &#187; Tschüss Xmarks, hallo Firefox Sync! - Life of my Brain</dc:creator>
		<pubDate>Thu, 30 Sep 2010 01:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-740279</guid>
		<description>[...] werden, dass PHP als FastCGI-Server gestartet werden kann. Ich benutze dazu das Init-Skript aus diesem Blogartikel. Der Einfachheit halber, stelle ich das Skript und die zugehörige Konfigurationsdatei, die in [...]</description>
		<content:encoded><![CDATA[<p>[...] werden, dass PHP als FastCGI-Server gestartet werden kann. Ich benutze dazu das Init-Skript aus diesem Blogartikel. Der Einfachheit halber, stelle ich das Skript und die zugehörige Konfigurationsdatei, die in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nginx &#124; ?????linux???</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-738658</link>
		<dc:creator>Nginx &#124; ?????linux???</dc:creator>
		<pubDate>Mon, 09 Aug 2010 03:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-738658</guid>
		<description>[...] Nginx, PHP and a PHP FastCGI daemon init script (with init script for PHP FastCGI) [...]</description>
		<content:encoded><![CDATA[<p>[...] Nginx, PHP and a PHP FastCGI daemon init script (with init script for PHP FastCGI) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dizzy_wall &#8212; PHP 5.3.2 on nginx</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-737160</link>
		<dc:creator>dizzy_wall &#8212; PHP 5.3.2 on nginx</dc:creator>
		<pubDate>Wed, 19 May 2010 02:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-737160</guid>
		<description>[...] That web page will tell you to create two files. You must remember to chmod and register the init.d file so that it will start at boot. The following link is to a blog who used the above link as a source. In it are instructions for the chmoding and registering, if you aren&#8217;t up to speed on how to do it (http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/). [...]</description>
		<content:encoded><![CDATA[<p>[...] That web page will tell you to create two files. You must remember to chmod and register the init.d file so that it will start at boot. The following link is to a blog who used the above link as a source. In it are instructions for the chmoding and registering, if you aren&#8217;t up to speed on how to do it (<a href="http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/" rel="nofollow">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/</a>). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting up a LEMP Stack (Linux, Nginx, MySQL, PHP5) on Ubuntu 9.04 &#124; chrisjohnston.org</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-733643</link>
		<dc:creator>Setting up a LEMP Stack (Linux, Nginx, MySQL, PHP5) on Ubuntu 9.04 &#124; chrisjohnston.org</dc:creator>
		<pubDate>Sat, 28 Nov 2009 19:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-733643</guid>
		<description>[...] WikiNginx, PHP and a PHP FastCGI daemon init scriptInstalling Nginx With PHP5 And MySQL Support On Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] WikiNginx, PHP and a PHP FastCGI daemon init scriptInstalling Nginx With PHP5 And MySQL Support On Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-08-26</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-728925</link>
		<dc:creator>links for 2009-08-26</dc:creator>
		<pubDate>Wed, 26 Aug 2009 23:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-728925</guid>
		<description>[...] Nginx, PHP and a PHP FastCGI daemon init script &#124; redemption in a blog (tags: nginx php fastcgi howto) [...]</description>
		<content:encoded><![CDATA[<p>[...] Nginx, PHP and a PHP FastCGI daemon init script | redemption in a blog (tags: nginx php fastcgi howto) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: From Apache to NGINX &#171; Patrick O&#8217;Doherty</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-726088</link>
		<dc:creator>From Apache to NGINX &#171; Patrick O&#8217;Doherty</dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-726088</guid>
		<description>[...] installed this along with another init.d script for Spawn-FCGI which I found over at Codefront.net. Once that was done it was a process of porting all my existing virtualhosts over to [...]</description>
		<content:encoded><![CDATA[<p>[...] installed this along with another init.d script for Spawn-FCGI which I found over at Codefront.net. Once that was done it was a process of porting all my existing virtualhosts over to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kb.hurricane-ridge.com / Bookmarks for January 19, 2009</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-690318</link>
		<dc:creator>kb.hurricane-ridge.com / Bookmarks for January 19, 2009</dc:creator>
		<pubDate>Mon, 19 Jan 2009 21:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-690318</guid>
		<description>[...] Nginx, PHP and a PHP FastCGI daemon init script &#124; redemption in a blog - Example start/stop script for Nginx with PHP/FastCGI.    Post a comment &#8212; Trackback URI RSS 2.0 feed for these comments This entry (permalink) was posted on Monday, January 19, 2009, at 1:10 pm by admin. Filed in Links. [...]</description>
		<content:encoded><![CDATA[<p>[...] Nginx, PHP and a PHP FastCGI daemon init script | redemption in a blog &#8211; Example start/stop script for Nginx with PHP/FastCGI.    Post a comment &mdash; Trackback URI RSS 2.0 feed for these comments This entry (permalink) was posted on Monday, January 19, 2009, at 1:10 pm by admin. Filed in Links. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: APACHE ADMIN NOTES: RAW PERFORMANCE NUMBERS &#124; Ryan McKern</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-689487</link>
		<dc:creator>APACHE ADMIN NOTES: RAW PERFORMANCE NUMBERS &#124; Ryan McKern</dc:creator>
		<pubDate>Thu, 15 Jan 2009 21:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-689487</guid>
		<description>[...] is due. I couldn&#8217;t have started to work out the nginx fastcgi configuration without help from this post on redemption in a blog.&#160;&#8617;      Tags: apache, benchmarks, http, lighttpd, nginx Comment [...]</description>
		<content:encoded><![CDATA[<p>[...] is due. I couldn&#8217;t have started to work out the nginx fastcgi configuration without help from this post on redemption in a blog.&#160;&#8617;      Tags: apache, benchmarks, http, lighttpd, nginx Comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Helmke (dot) Net &#187; Blog Archive &#187; A short how-to for switching from Apache to nginx</title>
		<link>http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/comment-page-1/#comment-687673</link>
		<dc:creator>Matthew Helmke (dot) Net &#187; Blog Archive &#187; A short how-to for switching from Apache to nginx</dc:creator>
		<pubDate>Thu, 08 Jan 2009 16:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/#comment-687673</guid>
		<description>[...] that, I used the php-fastcgi script I found here and put it in [...]</description>
		<content:encoded><![CDATA[<p>[...] that, I used the php-fastcgi script I found here and put it in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

