<?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: WordPress with W3 Total Cache on Nginx with APC (Virtualmin)	</title>
	<atom:link href="http://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/feed/" rel="self" type="application/rss+xml" />
	<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/</link>
	<description>portfolio of web work</description>
	<lastBuildDate>Fri, 11 Dec 2015 15:54:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: Chris Gilligan		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-33143</link>

		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Fri, 11 Dec 2015 15:54:47 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-33143</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-33138&quot;&gt;Nabeel&lt;/a&gt;.

Nabeel, this is a very old post from 2012; I no longer suggest to use this configuration, it was just a test case. @wordpress is to handle WordPress pretty URLs/permalinks.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-33138">Nabeel</a>.</p>
<p>Nabeel, this is a very old post from 2012; I no longer suggest to use this configuration, it was just a test case. @wordpress is to handle WordPress pretty URLs/permalinks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nabeel		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-33138</link>

		<dc:creator><![CDATA[Nabeel]]></dc:creator>
		<pubDate>Fri, 11 Dec 2015 12:01:24 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-33138</guid>

					<description><![CDATA[Why are we adding @wordpress block? and what does it refer to? any files in &quot;wordpress&quot; directory? or any directory name having wordpress installed in it?

Is it still valid with current version of nginx and wordpress and w3tc?]]></description>
			<content:encoded><![CDATA[<p>Why are we adding @wordpress block? and what does it refer to? any files in &#8220;wordpress&#8221; directory? or any directory name having wordpress installed in it?</p>
<p>Is it still valid with current version of nginx and wordpress and w3tc?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Gilligan		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-6101</link>

		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 17:08:41 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-6101</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-6099&quot;&gt;Mike&lt;/a&gt;.

Settings &gt; General &gt; Site Address (URL)

Then copy index.php from /wordpress and put it in your public root ( /public_html or whatever folder is above /wordpress )

In this new index.php, change &lt;code&gt;require(&#039;./wp-blog-header.php&#039;);&lt;/code&gt; to &lt;code&gt;require(&#039;./wordpress/wp-blog-header.php&#039;);&lt;/code&gt;

If you have any internal links or hard-coded menus already set up, you may have to change them manually or via SQL.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-6099">Mike</a>.</p>
<p>Settings > General > Site Address (URL)</p>
<p>Then copy index.php from /wordpress and put it in your public root ( /public_html or whatever folder is above /wordpress )</p>
<p>In this new index.php, change <code>require('./wp-blog-header.php');</code> to <code>require('./wordpress/wp-blog-header.php');</code></p>
<p>If you have any internal links or hard-coded menus already set up, you may have to change them manually or via SQL.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-6099</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 14:46:16 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-6099</guid>

					<description><![CDATA[Hey, another question, i did set up a new website according to this description which works fine but i allways need to call it with http://domain.tld/wordpress - grrr
How can i order nginx to always run it from the wordpress sub without having it into the URL?

Thanks
Mike]]></description>
			<content:encoded><![CDATA[<p>Hey, another question, i did set up a new website according to this description which works fine but i allways need to call it with <a href="http://domain.tld/wordpress" rel="nofollow ugc">http://domain.tld/wordpress</a> &#8211; grrr<br />
How can i order nginx to always run it from the wordpress sub without having it into the URL?</p>
<p>Thanks<br />
Mike</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Santiago		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5285</link>

		<dc:creator><![CDATA[Santiago]]></dc:creator>
		<pubDate>Fri, 22 Jun 2012 22:08:43 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-5285</guid>

					<description><![CDATA[Excellent information, Thanks.]]></description>
			<content:encoded><![CDATA[<p>Excellent information, Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Gilligan		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5267</link>

		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 20:19:56 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-5267</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5254&quot;&gt;Mike&lt;/a&gt;.

Mike, I do not know if this will work with multisite, as I do not use it. I suppose I could test it at some point in the future, but I am not motivated to do so at the moment.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5254">Mike</a>.</p>
<p>Mike, I do not know if this will work with multisite, as I do not use it. I suppose I could test it at some point in the future, but I am not motivated to do so at the moment.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5254</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 14:00:10 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-5254</guid>

					<description><![CDATA[Excellent information - would this run with multisite installations where sites run on thei own domain name?

Thanks a lot!]]></description>
			<content:encoded><![CDATA[<p>Excellent information &#8211; would this run with multisite installations where sites run on thei own domain name?</p>
<p>Thanks a lot!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Gilligan		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5184</link>

		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Thu, 31 May 2012 13:26:05 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-5184</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5179&quot;&gt;Max&lt;/a&gt;.

True Max! Remember to flush the APC cache after software updates such as Wordpress core or plugin updates.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5179">Max</a>.</p>
<p>True Max! Remember to flush the APC cache after software updates such as WordPress core or plugin updates.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-5179</link>

		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Thu, 31 May 2012 03:43:17 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-5179</guid>

					<description><![CDATA[If you want to make the opcode cache a little more effective, but only on a production server, you should set apc.stat = 0.  When it is set to 1 APC checks on every request an object in the cache to see if the file has recently been modified on disk, if it has, it recompiles the php code and stores the object again.

You can see how the extra stat() on each object access would slow the object cache down in a production environment - particularly if the site is very busy, however, this is very useful if you are developing on a site with APC caching enabled.]]></description>
			<content:encoded><![CDATA[<p>If you want to make the opcode cache a little more effective, but only on a production server, you should set apc.stat = 0.  When it is set to 1 APC checks on every request an object in the cache to see if the file has recently been modified on disk, if it has, it recompiles the php code and stores the object again.</p>
<p>You can see how the extra stat() on each object access would slow the object cache down in a production environment &#8211; particularly if the site is very busy, however, this is very useful if you are developing on a site with APC caching enabled.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Gilligan		</title>
		<link>https://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/#comment-4924</link>

		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 20:59:17 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=672#comment-4924</guid>

					<description><![CDATA[Yes, autoupdate works. Virtualmin does run nginx as FCGId, which is run as virtual server owner, which is what makes Wordpress updates &quot;just work&quot;.

Virtualmin&#039;s implementation may not be the best or fastest way to run a Wordpress site on Nginx, but it is certainly convenient and easy. It&#039;s also very easy to add additional PHP FCGId sub-processes to decrease latency, or to switch to &quot;None&quot;, and have the processes spawn on demand (higher latency, but more RAM frugal, and auto-scaling).

Also, make sure you have the PHP FTP module loaded.]]></description>
			<content:encoded><![CDATA[<p>Yes, autoupdate works. Virtualmin does run nginx as FCGId, which is run as virtual server owner, which is what makes WordPress updates &#8220;just work&#8221;.</p>
<p>Virtualmin&#8217;s implementation may not be the best or fastest way to run a WordPress site on Nginx, but it is certainly convenient and easy. It&#8217;s also very easy to add additional PHP FCGId sub-processes to decrease latency, or to switch to &#8220;None&#8221;, and have the processes spawn on demand (higher latency, but more RAM frugal, and auto-scaling).</p>
<p>Also, make sure you have the PHP FTP module loaded.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: d2lehxir4n36oh.cloudfront.net
Lazy Loading (feed)

Served from: chrisgilligan.com @ 2026-08-26 08:12:32 by W3 Total Cache
-->