<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.nginx.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.nginx.org/index.php?title=HttpUpstreamFairModule&amp;feed=atom&amp;action=history</id>
		<title>HttpUpstreamFairModule - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.nginx.org/index.php?title=HttpUpstreamFairModule&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.nginx.org/index.php?title=HttpUpstreamFairModule&amp;action=history"/>
		<updated>2013-06-19T04:41:49Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.0</generator>

	<entry>
		<id>http://wiki.nginx.org/index.php?title=HttpUpstreamFairModule&amp;diff=217&amp;oldid=prev</id>
		<title>MichaelLustfield: moved NginxHttpUpstreamFairModule to HttpUpstreamFairModule:&amp;#32;Removing Nginx prefix from page titles</title>
		<link rel="alternate" type="text/html" href="http://wiki.nginx.org/index.php?title=HttpUpstreamFairModule&amp;diff=217&amp;oldid=prev"/>
				<updated>2010-09-22T19:27:58Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/NginxHttpUpstreamFairModule&quot; class=&quot;mw-redirect&quot; title=&quot;NginxHttpUpstreamFairModule&quot;&gt;NginxHttpUpstreamFairModule&lt;/a&gt; to &lt;a href=&quot;/HttpUpstreamFairModule&quot; title=&quot;HttpUpstreamFairModule&quot;&gt;HttpUpstreamFairModule&lt;/a&gt;: Removing Nginx prefix from page titles&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= ngx_http_upstream_fair_module =&lt;br /&gt;
&lt;br /&gt;
''This module is not distributed with the Nginx source. Installation instructions are [[#Installation|below]].''&lt;br /&gt;
&lt;br /&gt;
The upstream_fair module sends an incoming request to the least-busy backend server, rather than distributing requests round-robin.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;nginx&amp;quot;&amp;gt;&lt;br /&gt;
upstream backend {&lt;br /&gt;
  server server1;&lt;br /&gt;
  server server2;&lt;br /&gt;
  fair;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== fair ==&lt;br /&gt;
'''syntax''' ''fair''&lt;br /&gt;
&lt;br /&gt;
'''context''' ''upstream''&lt;br /&gt;
&lt;br /&gt;
Enables fairness.&lt;br /&gt;
&lt;br /&gt;
== upstream_fair_shm_size ==&lt;br /&gt;
'''syntax''' ''upstream_fair_shm_size size''&lt;br /&gt;
&lt;br /&gt;
'''default''' ''upstream_fair_shm_size 32k''&lt;br /&gt;
&lt;br /&gt;
'''context''' ''main''&lt;br /&gt;
&lt;br /&gt;
Size of the shared memory for storing information about the busy-ness of backends. Defaults to 8 pages (so 32k on most systems).&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
This module is not distributed with the Nginx source. You can browse its [http://github.com/gnosek/nginx-upstream-fair/tree/master git repository] , or [http://github.com/gnosek/nginx-upstream-fair/tarball/master download the tar ball] .&lt;br /&gt;
&lt;br /&gt;
After extracting, add the following option to your Nginx ./configure command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  --add-module=path/to/upstream_fair/directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then &amp;quot;make&amp;quot; and &amp;quot;make install&amp;quot; as usual.&lt;/div&gt;</summary>
		<author><name>MichaelLustfield</name></author>	</entry>

	</feed>