<?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>KutuKupret &#187; cgi</title>
	<atom:link href="http://www.kutukupret.com/category/cgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:58:26 +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>Nginx, Strip All Newlines Using nginx-nonewlines Module</title>
		<link>http://www.kutukupret.com/2011/06/06/nginx-strip-all-newlines-using-nginx-nonewlines-module/</link>
		<comments>http://www.kutukupret.com/2011/06/06/nginx-strip-all-newlines-using-nginx-nonewlines-module/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 07:57:59 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[nginx-nonewlines]]></category>
		<category><![CDATA[nonewline]]></category>
		<category><![CDATA[nonewlines]]></category>
		<category><![CDATA[no_newlines]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1286</guid>
		<description><![CDATA[Another Nginx module i&#8217;ve tested today, nginx-nonewlines , basically, this module same as Evan Miller&#8217;s nginx mod_strip module , Evan Miller&#8217;s mod_strip module removes unnecessary whitespace (spaces, tabs, and newlines) from HTML documents and automatically leaves comments as well as &#60;pre&#62;&#60;/pre&#62; tags untouched. while using using nginx-nonewlines we should define  &#60;!&#8211;SC_OFF&#8211;&#62; and  &#60;!&#8211;SC_ON&#8211;&#62; within the <a href='http://www.kutukupret.com/2011/06/06/nginx-strip-all-newlines-using-nginx-nonewlines-module/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/06/06/nginx-strip-all-newlines-using-nginx-nonewlines-module/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nginx And Simple Permalink</title>
		<link>http://www.kutukupret.com/2011/05/26/nginx-and-simple-permalink/</link>
		<comments>http://www.kutukupret.com/2011/05/26/nginx-and-simple-permalink/#comments</comments>
		<pubDate>Thu, 26 May 2011 04:12:08 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[cgi]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[serp]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1145</guid>
		<description><![CDATA[What is permalink? permalink definition on a wiki website: A permalink, or permanent link, is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives. Because a permalink remains unchanged indefinitely, it is less susceptible to link rot. Most modern weblogging and content-syndication <a href='http://www.kutukupret.com/2011/05/26/nginx-and-simple-permalink/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/05/26/nginx-and-simple-permalink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx Memcached module And PHP</title>
		<link>http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/</link>
		<comments>http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/#comments</comments>
		<pubDate>Thu, 12 May 2011 10:01:01 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[cgi]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Memcached module]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1097</guid>
		<description><![CDATA[I&#8217;ve seen lots of tutorials on internet explaining how set nginx to use memcached module. But, i&#8217;ve rarely seen them explaining, even the easiest one on how to populate memcached with data generated by php. When i&#8217;m getting in touch with memcached for the first time, i thought default configuration like this will be working <a href='http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Make php-fpm Listen On Both Tcp And Unix Socket?</title>
		<link>http://www.kutukupret.com/2010/10/26/how-to-make-php-fpm-listen-on-both-tcp-and-unix-socket/</link>
		<comments>http://www.kutukupret.com/2010/10/26/how-to-make-php-fpm-listen-on-both-tcp-and-unix-socket/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 03:15:18 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php-fcgi]]></category>
		<category><![CDATA[php-fpm]]></category>
		<category><![CDATA[upstream fair module]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=967</guid>
		<description><![CDATA[I need to make php-fpm listeing on both tcp/unix socket, and this is how it done. (this was not pretty workarround i guess, but it work ) first  download php rpm source Compile and install Configuring the default php-fpm for using tcp socket Edit www.conf Find line containing We can make it listening to port <a href='http://www.kutukupret.com/2010/10/26/how-to-make-php-fpm-listen-on-both-tcp-and-unix-socket/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/10/26/how-to-make-php-fpm-listen-on-both-tcp-and-unix-socket/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nginx, fastcgi, &#8216;Hello World&#8217; in C</title>
		<link>http://www.kutukupret.com/2010/08/20/nginx-fastcgi-hello-world-in-c/</link>
		<comments>http://www.kutukupret.com/2010/08/20/nginx-fastcgi-hello-world-in-c/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 02:27:29 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[Hello World]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[spawn-cgi]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=939</guid>
		<description><![CDATA[Here is a simple example of a hello world program for FastCGI written in C. Before you can compile this, you will need to install the FastCGI devkit. At the time of writing the latest version is available from www.fastcgi.com extract, compile and install fcgi-current.tar.gz the c code save as hello.c compile and linked against fcgi <a href='http://www.kutukupret.com/2010/08/20/nginx-fastcgi-hello-world-in-c/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/08/20/nginx-fastcgi-hello-world-in-c/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Hosting Your Own Git Repository on fedora 12</title>
		<link>http://www.kutukupret.com/2010/03/26/hosting-your-own-git-repository-on-fedora-12/</link>
		<comments>http://www.kutukupret.com/2010/03/26/hosting-your-own-git-repository-on-fedora-12/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 07:30:47 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git-daemon]]></category>
		<category><![CDATA[gitweb]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=832</guid>
		<description><![CDATA[This tutorial will covering common feature in git repository commiting via ssh Enable gitweb for web access cloning anonymously using the Git protocol Install git, git-daemon Create a git user/group Make sure the permissions of the directory are correct We&#8217;ll be using SSH keys for authenication, so collect the public keys of all the users <a href='http://www.kutukupret.com/2010/03/26/hosting-your-own-git-repository-on-fedora-12/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/03/26/hosting-your-own-git-repository-on-fedora-12/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Querying Visitor IP address</title>
		<link>http://www.kutukupret.com/2009/09/22/querying-visitor-ip-address/</link>
		<comments>http://www.kutukupret.com/2009/09/22/querying-visitor-ip-address/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 07:32:11 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[cgi-bin]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[visitor]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=243</guid>
		<description><![CDATA[There are many ways, scripting/language to obtain remote IP address of the user who is browsing our website. PERL PHP C PYTHON And more&#8230;]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/09/22/querying-visitor-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 7/42 queries in 0.044 seconds using memcached
Object Caching 1184/1276 objects using xcache

Served from: www.kutukupret.com @ 2012-02-06 07:46:43 -->
