<?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: WHMCS Rewrite Rules for Nginx</title>
	<atom:link href="http://uncorrupted.net/technical-articles/whmcs-rewrite-rules-for-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://uncorrupted.net/technical-articles/whmcs-rewrite-rules-for-nginx/</link>
	<description>Your High Performance Web Host!</description>
	<lastBuildDate>Sun, 28 Feb 2010 20:51:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Niels</title>
		<link>http://uncorrupted.net/technical-articles/whmcs-rewrite-rules-for-nginx/#comment-36</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://v4.uncorrupted.net/?p=550#comment-36</guid>
		<description>Thanks. Unfortunately that&#039;s what I have. Time to dig a little deeper...</description>
		<content:encoded><![CDATA[<p>Thanks. Unfortunately that&#8217;s what I have. Time to dig a little deeper&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael.Terence</title>
		<link>http://uncorrupted.net/technical-articles/whmcs-rewrite-rules-for-nginx/#comment-35</link>
		<dc:creator>Michael.Terence</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://v4.uncorrupted.net/?p=550#comment-35</guid>
		<description>Certainly,

They&#039;re the standard params included in:  /usr/local/nginx/conf/fastcgi_params

fastcgi_param  QUERY_STRING       $query_string;
fastcgi_param  REQUEST_METHOD     $request_method;
fastcgi_param  CONTENT_TYPE       $content_type;
fastcgi_param  CONTENT_LENGTH     $content_length;

fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
fastcgi_param  REQUEST_URI        $request_uri;
fastcgi_param  DOCUMENT_URI       $document_uri;
fastcgi_param  DOCUMENT_ROOT      $document_root;
fastcgi_param  SERVER_PROTOCOL    $server_protocol;

fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;

fastcgi_param  REMOTE_ADDR        $remote_addr;
fastcgi_param  REMOTE_PORT        $remote_port;
fastcgi_param  SERVER_ADDR        $server_addr;
fastcgi_param  SERVER_PORT        $server_port;
fastcgi_param  SERVER_NAME        $server_name;

# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param  REDIRECT_STATUS    200;</description>
		<content:encoded><![CDATA[<p>Certainly,</p>
<p>They&#8217;re the standard params included in:  /usr/local/nginx/conf/fastcgi_params</p>
<p>fastcgi_param  QUERY_STRING       $query_string;<br />
fastcgi_param  REQUEST_METHOD     $request_method;<br />
fastcgi_param  CONTENT_TYPE       $content_type;<br />
fastcgi_param  CONTENT_LENGTH     $content_length;</p>
<p>fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;<br />
fastcgi_param  REQUEST_URI        $request_uri;<br />
fastcgi_param  DOCUMENT_URI       $document_uri;<br />
fastcgi_param  DOCUMENT_ROOT      $document_root;<br />
fastcgi_param  SERVER_PROTOCOL    $server_protocol;</p>
<p>fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;<br />
fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;</p>
<p>fastcgi_param  REMOTE_ADDR        $remote_addr;<br />
fastcgi_param  REMOTE_PORT        $remote_port;<br />
fastcgi_param  SERVER_ADDR        $server_addr;<br />
fastcgi_param  SERVER_PORT        $server_port;<br />
fastcgi_param  SERVER_NAME        $server_name;</p>
<p># PHP only, required if PHP was built with &#8211;enable-force-cgi-redirect<br />
fastcgi_param  REDIRECT_STATUS    200;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://uncorrupted.net/technical-articles/whmcs-rewrite-rules-for-nginx/#comment-34</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://v4.uncorrupted.net/?p=550#comment-34</guid>
		<description>Hi, thanks for sharing, saves me some time. Could you also share your fastcgi_params? Mine may be missing something.

E.g. my WHMCS links to ?a=view where it should link to cart.php?a-view, etc.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for sharing, saves me some time. Could you also share your fastcgi_params? Mine may be missing something.</p>
<p>E.g. my WHMCS links to ?a=view where it should link to cart.php?a-view, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
