<?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 for Chris Gilligan » new media	</title>
	<atom:link href="http://chrisgilligan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://chrisgilligan.com/</link>
	<description>portfolio of web work</description>
	<lastBuildDate>Thu, 25 Feb 2021 20:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		Comment on Varnish VCL and Config for WordPress with W3 Total Cache by Chris Gilligan		</title>
		<link>https://chrisgilligan.com/consulting/varnish-vcl-and-config-for-wordpress-with-w3-total-cache/#comment-47507</link>

		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Fri, 25 Aug 2017 01:48:26 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=867#comment-47507</guid>

					<description><![CDATA[John, thanks for that link, it is much appreciated.]]></description>
			<content:encoded><![CDATA[<p>John, thanks for that link, it is much appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Recursive chmod Tricks by Tylla		</title>
		<link>https://chrisgilligan.com/wordpress/chmod-recursive-files-only-directories-type/#comment-44330</link>

		<dc:creator><![CDATA[Tylla]]></dc:creator>
		<pubDate>Thu, 04 May 2017 10:05:40 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=349#comment-44330</guid>

					<description><![CDATA[I would like to point out that +X not only sets the execute bit on directories only, it sets on all files as well that have any other execute bit set.

So if you have something like this:

drwxr----- somedir
-rwxr----- somefile

you&#039;ll end up with:
drwx--x--x somedir
-rwx--x--x somefile

instead of the wanted:
drwx--x--x somedir
-rwx------ somefile

It depends if this is desirable or not, but you should point this out in your post.]]></description>
			<content:encoded><![CDATA[<p>I would like to point out that +X not only sets the execute bit on directories only, it sets on all files as well that have any other execute bit set.</p>
<p>So if you have something like this:</p>
<p>drwxr&#8212;&#8211; somedir<br />
-rwxr&#8212;&#8211; somefile</p>
<p>you&#8217;ll end up with:<br />
drwx&#8211;x&#8211;x somedir<br />
-rwx&#8211;x&#8211;x somefile</p>
<p>instead of the wanted:<br />
drwx&#8211;x&#8211;x somedir<br />
-rwx&#8212;&#8212; somefile</p>
<p>It depends if this is desirable or not, but you should point this out in your post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Configure APC Cache on Virtual Servers with PHP running under FCGId by Travis		</title>
		<link>https://chrisgilligan.com/wordpress/how-to-configure-apc-cache-on-virtual-servers-with-php-running-under-fcgid/#comment-39653</link>

		<dc:creator><![CDATA[Travis]]></dc:creator>
		<pubDate>Fri, 24 Jun 2016 08:45:01 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=274#comment-39653</guid>

					<description><![CDATA[Hello guys,

I am having a problem with APC and APCIterator class in general. I am using APCIterator to retrieve certain items and hand it over to apc_delete($iterator) without having to flush the whole cache.

My problem is the following: Once I created these items I can easily retrieve them using APCIterator, but after a certain amount amount of the time certain items can&#039;t be retrieved by APCIterator anymore, they are stuck in cache and APCIterator is empty...I have absolutely no clue why and how this is happening.

Maybe my APC settings??

Here is a more detailed explanation of my problem:

http://stackoverflow.com/questions/37969063/apciterator-cant-retrieve-items-after-certain-amount-of-time

I am very thankful for any ideas on how to fix this...

Thanks in advance]]></description>
			<content:encoded><![CDATA[<p>Hello guys,</p>
<p>I am having a problem with APC and APCIterator class in general. I am using APCIterator to retrieve certain items and hand it over to apc_delete($iterator) without having to flush the whole cache.</p>
<p>My problem is the following: Once I created these items I can easily retrieve them using APCIterator, but after a certain amount amount of the time certain items can&#8217;t be retrieved by APCIterator anymore, they are stuck in cache and APCIterator is empty&#8230;I have absolutely no clue why and how this is happening.</p>
<p>Maybe my APC settings??</p>
<p>Here is a more detailed explanation of my problem:</p>
<p><a href="http://stackoverflow.com/questions/37969063/apciterator-cant-retrieve-items-after-certain-amount-of-time" rel="nofollow ugc">http://stackoverflow.com/questions/37969063/apciterator-cant-retrieve-items-after-certain-amount-of-time</a></p>
<p>I am very thankful for any ideas on how to fix this&#8230;</p>
<p>Thanks in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Varnish VCL and Config for WordPress with W3 Total Cache by John		</title>
		<link>https://chrisgilligan.com/consulting/varnish-vcl-and-config-for-wordpress-with-w3-total-cache/#comment-37436</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Wed, 27 Apr 2016 14:34:39 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=867#comment-37436</guid>

					<description><![CDATA[I found good step by step tutorial which is great for varnish setup on linux box.
http://wpapi.com/install-varnish-with-wordpress-and-apache/]]></description>
			<content:encoded><![CDATA[<p>I found good step by step tutorial which is great for varnish setup on linux box.<br />
<a href="http://wpapi.com/install-varnish-with-wordpress-and-apache/" rel="nofollow ugc">http://wpapi.com/install-varnish-with-wordpress-and-apache/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on WordPress with W3 Total Cache on Nginx with APC (Virtualmin) 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>
		Comment on WordPress with W3 Total Cache on Nginx with APC (Virtualmin) 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>
		Comment on How to Configure APC Cache on Virtual Servers with PHP running under FCGId by Chris Gilligan		</title>
		<link>https://chrisgilligan.com/wordpress/how-to-configure-apc-cache-on-virtual-servers-with-php-running-under-fcgid/#comment-33085</link>

		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Wed, 09 Dec 2015 16:00:40 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=274#comment-33085</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://chrisgilligan.com/wordpress/how-to-configure-apc-cache-on-virtual-servers-with-php-running-under-fcgid/#comment-33077&quot;&gt;Maxczysto&lt;/a&gt;.

Yes, this post was written over 5 years ago, so APC cache was still current with PHP 5.3. Many web servers still run PHP 5.3; though it is dated, it is stable and is maintained in most OS repositories with back ported security patches. 5.3 is still the default PHP for many &quot;stable&quot; server OS. For newer sites, I&#039;m now using PHP 5.5.x, PHP-FPM &amp; NginX... no real need for APC.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://chrisgilligan.com/wordpress/how-to-configure-apc-cache-on-virtual-servers-with-php-running-under-fcgid/#comment-33077">Maxczysto</a>.</p>
<p>Yes, this post was written over 5 years ago, so APC cache was still current with PHP 5.3. Many web servers still run PHP 5.3; though it is dated, it is stable and is maintained in most OS repositories with back ported security patches. 5.3 is still the default PHP for many &#8220;stable&#8221; server OS. For newer sites, I&#8217;m now using PHP 5.5.x, PHP-FPM &#038; NginX&#8230; no real need for APC.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Configure APC Cache on Virtual Servers with PHP running under FCGId by Maxczysto		</title>
		<link>https://chrisgilligan.com/wordpress/how-to-configure-apc-cache-on-virtual-servers-with-php-running-under-fcgid/#comment-33077</link>

		<dc:creator><![CDATA[Maxczysto]]></dc:creator>
		<pubDate>Wed, 09 Dec 2015 08:35:02 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=274#comment-33077</guid>

					<description><![CDATA[APC works only php 5.3.3 ?]]></description>
			<content:encoded><![CDATA[<p>APC works only php 5.3.3 ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment by kingsley		</title>
		<link>https://chrisgilligan.com/consulting/tuning-apache-and-mysql-for-best-performance-in-a-shared-virtual-hosting-environment/#comment-27969</link>

		<dc:creator><![CDATA[kingsley]]></dc:creator>
		<pubDate>Mon, 31 Aug 2015 20:34:43 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=508#comment-27969</guid>

					<description><![CDATA[Hello, 

Thanks for this informative guidelines, hopefully will give it a try.]]></description>
			<content:encoded><![CDATA[<p>Hello, </p>
<p>Thanks for this informative guidelines, hopefully will give it a try.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Configure APC Cache on Virtual Servers with PHP running under FCGId by Chris Gilligan		</title>
		<link>https://chrisgilligan.com/wordpress/how-to-configure-apc-cache-on-virtual-servers-with-php-running-under-fcgid/#comment-27379</link>

		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Sat, 22 Aug 2015 17:29:41 +0000</pubDate>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=274#comment-27379</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://chrisgilligan.com/wordpress/how-to-configure-apc-cache-on-virtual-servers-with-php-running-under-fcgid/#comment-27348&quot;&gt;Simon&lt;/a&gt;.

Simon, I do not know why that would happen... check your &lt;Virtualhost&gt; settings. The setup I describe is somewhat specific to Virtualmin.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://chrisgilligan.com/wordpress/how-to-configure-apc-cache-on-virtual-servers-with-php-running-under-fcgid/#comment-27348">Simon</a>.</p>
<p>Simon, I do not know why that would happen&#8230; check your <virtualhost> settings. The setup I describe is somewhat specific to Virtualmin.</virtualhost></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-06-19 13:36:46 by W3 Total Cache
-->