<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Simple Thoughts - Java and Web Blog &#187; nginx</title>
	<link>http://tech.gaeatimes.com</link>
	<description>News and views from a Software Architect and Web Entrepreneur on Java, PHP and Web 2.0 Technologies.</description>
	<lastBuildDate>Thu, 28 Oct 2010 07:58:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Top 10 Nginx Tutorial</title>
		<description><![CDATA[Nginx is a free open source web server, reverse proxy and IMAP/POP3 proxy server. Nginx has grown into a feasible alternative for the much hyped Apache. It has grown over Apache with terms of low memory footprint and stability. Moreover, Nginx is gaining mommentum as an efficient and perfect for host for WordPress. It&#8217;s simple ... Read more <a href="http://tech.gaeatimes.com/index.php/archive/top-10-nginx-tutorial/" title="Top 10 Nginx Tutorial">>>></a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/top-10-nginx-tutorial/</link>
			</item>
	<item>
		<title>WordPress Scaling &amp; Performance - A Picture Which Speaks Thousand Words and More</title>
		<description><![CDATA[Everyone and their dog talks about WordPress performance these days and also tells you how to scale WordPress (Read: How to really scale WordPress). When I grew up in Kharagpur (yes, the same Kharagpur which has the top IIT and yes I did my B.Tech there) everyone knew how to cure diabetes - you have ... Read more : <a href="http://tech.gaeatimes.com/index.php/archive/wordpress-scaling-performance-a-picture-which-speaks-thousand-words-and-more/">WordPress Scaling &#038; Performance - A Picture Which Speaks Thousand Words and More</a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/wordpress-scaling-performance-a-picture-which-speaks-thousand-words-and-more/</link>
			</item>
	<item>
		<title>The Profile of a Hi-Tech Jehadi&#8230;</title>
		<description><![CDATA[By now all of are aware how Mansoor Peerbhoy has masterminded the terrorist attacks in India, that he showed no remorse in killing non-muslims and doesn&#8217;t care about the consequences, you are also aware how he was a senior software engineer working at Yahoo / Zimbra and earning an impressive salary by Indian standards. You ... <a href="http://tech.gaeatimes.com/index.php/archive/the-profile-of-a-hi-tech-jehadi/">Read : The Profile of a Hi-Tech Jehadi&#8230;</a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/the-profile-of-a-hi-tech-jehadi/</link>
			</item>
	<item>
		<title>How To Automatically Start Nginx &amp; Fastcgi on Reboot on Fedora Linux</title>
		<description><![CDATA[nginx [engine x] is a high quality, light footprint (much ligher than Apache HTTPD), high performance HTTP server and mail proxy server written by Igor Sysoev. nginx is distributed under BSD license unlike its competitor Lighttpd. We are progressively transferring our sites over to nginx. Today when I had to restart the server, I realized ... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-automatically-start-nginx-fastcgi-on-reboot-on-fedora-linux/" title="How To Automatically Start Nginx &#038; Fastcgi on Reboot on Fedora Linux">Read more >></a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-automatically-start-nginx-fastcgi-on-reboot-on-fedora-linux/</link>
			</item>
	<item>
		<title>Nginx: How To Stop Referrer Spam With Keyword Filtering</title>
		<description><![CDATA[You can configure Nginx to stop referrer spam by checking for bad keywords like tramadol, phentermine etc. This reduces the load on your server as well as prevents filling your referrer logs with invalid entries. Here is my nginx configuration to stop referrer spam (feel free to copy it):

# 403 forbidden based on http referer
if .... Read the original article &nbsp;: <a href="http://tech.gaeatimes.com/index.php/archive/nginx-how-to-stop-referrer-spam-with-keyword-filtering/">Nginx: How To Stop Referrer Spam With Keyword Filtering</a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/nginx-how-to-stop-referrer-spam-with-keyword-filtering/</link>
			</item>
	<item>
		<title>Nginx: How To Redirect /index.php To / To Avoid Content Duplication</title>
		<description><![CDATA[Normally any website that responds to /index.php also responds to /. This has the potential to duplicate content. So how can you re-direct /index.php to / without causing infinite loop in nginx?
Here is a simple solution:


if ($request_uri ~* "^/index.php\??$") {
    rewrite ^.*$ http://$host? permanent;
}

It redirects any url with /index.php or /index.php? at .... <a href="http://tech.gaeatimes.com/index.php/archive/nginx-how-to-redirect-indexphp-to-to-avoid-content-duplication/">Original source &nbsp;: Nginx: How To Redirect /index.php To / To Avoid Content Duplication</a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/nginx-how-to-redirect-indexphp-to-to-avoid-content-duplication/</link>
			</item>
	<item>
		<title>Nginx Hacking Tips</title>
		<description><![CDATA[Nginx is a high performance web server and mail proxy server written by Igor Sysoev and a good replacement for Apache HTTPD, the market leader. Nginx is rapidly increasing its market share with major websites joining it like wordpress.com. In the June 2008 Netcraft survey LiteSpeed lost more than 600 thousand sites during this survey, .... <a href="http://tech.gaeatimes.com/index.php/archive/nginx-hacking-tips/" title="Nginx Hacking Tips">Source &nbsp;: Gaea News Network</a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/nginx-hacking-tips/</link>
			</item>
	<item>
		<title>Tips on Configuring Nginx for Virtual Hosting</title>
		<description><![CDATA[Nginx tutorials and examples doesn&#8217;t tell you how you can configure nginx with virtual hosting when different sites are in different pre-defined directories. Often you are moving over your site from a different web server like Apache HTTPD to Nginx. So you have a pre-defined directory structure which may not be easy to change. Configuring ... <a href="http://tech.gaeatimes.com/index.php/archive/tips-on-configuring-nginx-for-virtual-hosting/">Original source on Gaea Times at  : Tips on Configuring Nginx for Virtual Hosting</a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/tips-on-configuring-nginx-for-virtual-hosting/</link>
			</item>
	<item>
		<title>How To Run phpBB on Nginx With Virtual Hosting</title>
		<description><![CDATA[We now have our phpBB forum running on Nginx web server, a high quality and significantly better performing web server than Apache HTTPD. Soem of the challenges we faced were:

We use nice permalinks in the forum so there are lots of apache httpd rewrite rules in .htaccess files which had to be converted to nginx .... <a href="http://tech.gaeatimes.com/index.php/archive/how-to-run-phpbb-on-nginx/">Source &nbsp;: How To Run phpBB on Nginx With Virtual Hosting</a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/how-to-run-phpbb-on-nginx/</link>
			</item>
	<item>
		<title>Ngnix: Solution for Directory Resolution Problem in Virtual Hosting</title>
		<description><![CDATA[Nginx displays a peculiar but logical behavior when handling directories specified without the ending slash. For example you have a directory like http://www.example2.com/dir/. However you specify the url as http://www.example2.com/dir. Also assume that you have configured the server for virtual hosting and the alternative server names are: www.example.com, www.example2.com etc. and they are specified in ... <a href="http://tech.gaeatimes.com/index.php/archive/ngnix-solution-for-directory-resolution-problem-in-virtual-hosting/">Original article on  : Ngnix: Solution for Directory Resolution Problem in Virtual Hosting</a>.]]></description>
		<link>http://tech.gaeatimes.com/index.php/archive/ngnix-solution-for-directory-resolution-problem-in-virtual-hosting/</link>
			</item>
</channel>
</rss>

