<?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>Artur Krzywanski &#187; php</title>
	<atom:link href="http://www.krzywanski.net/archives/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.krzywanski.net</link>
	<description>Yet Another Geek bLog</description>
	<lastBuildDate>Thu, 03 Jun 2010 13:58:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>

   <image>
    <title>Artur Krzywanski</title>
    <url>http://0.gravatar.com/avatar/0bfa3ea8eaa576002aaaa59db7401f55?s=48&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536</url>
    <link>http://www.krzywanski.net</link>
   </image>
		<item>
		<title>PHP Auth using Google Credentials</title>
		<link>http://www.krzywanski.net/archives/413?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=php-auth-using-google-credentials</link>
		<comments>http://www.krzywanski.net/archives/413#comments</comments>
		<pubDate>Fri, 11 Dec 2009 14:11:41 +0000</pubDate>
		<dc:creator>Artur</dc:creator>
				<category><![CDATA[Webdev]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.krzywanski.net/?p=413</guid>
		<description><![CDATA[Here is a bit of code which uses Google credentials to authenticate a user. The idea is to use PHP sessions support and existing Google accounts for user management and don&#8217;t store any additional passwords. You need PHP Zend Framework for this. First let&#8217;s create a auth page which will be used to authenticate and [...]]]></description>
		<wfw:commentRss>http://www.krzywanski.net/archives/413/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 server + PHP5 + FCGI</title>
		<link>http://www.krzywanski.net/archives/343?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ubuntu-9-04-server-php5-fcgi</link>
		<comments>http://www.krzywanski.net/archives/343#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:39:52 +0000</pubDate>
		<dc:creator>Artur</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.krzywanski.net/?p=343</guid>
		<description><![CDATA[If you want to run Apache with mod_worker you will have to us PHP via FCGI. Here is how to install it on Ubuntu 9.04 Server edition. Install required software user@computer:$ apt-get install php5-cgi php5 libapache2-mod-fcgid Add handler for PHP user@computer:$ vim /etc/apache2/conf.d/php5-fastcgi add following lines: AddHandler fcgid-script .php FCGIWrapper /usr/lib/cgi-bin/php5 .php On Debian Lenny [...]]]></description>
		<wfw:commentRss>http://www.krzywanski.net/archives/343/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic content with AJAX, Nagios and PHP</title>
		<link>http://www.krzywanski.net/archives/125?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dynamic-content-with-ajax-nagios-php</link>
		<comments>http://www.krzywanski.net/archives/125#comments</comments>
		<pubDate>Thu, 02 Apr 2009 11:23:20 +0000</pubDate>
		<dc:creator>Artur</dc:creator>
				<category><![CDATA[Webdev]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.krzywanski.net/?p=125</guid>
		<description><![CDATA[Monitoring 18 servers during a live event isn&#8217;t an easy task, however there is a easy way to do create a dynamic page which will display you a status of desired servers using Nagios plugins, AJAX and a bit of PHP. I&#8217;m running a cluster of 18 ec2 servers which are used for high capacity [...]]]></description>
		<wfw:commentRss>http://www.krzywanski.net/archives/125/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
