<?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 » Chris Gilligan » new media »</title> <atom:link href="http://chrisgilligan.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://chrisgilligan.com</link> <description>portfolio of web work</description> <lastBuildDate>Sat, 19 May 2012 17:13:53 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Comment on Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS by Chris Gilligan</title><link>http://chrisgilligan.com/consulting/load-balancing-virtualmin-wordpress-hosting-server-varnish-aws/comment-page-1/#comment-5086</link> <dc:creator>Chris Gilligan</dc:creator> <pubDate>Sat, 19 May 2012 17:13:53 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=830#comment-5086</guid> <description>I was having some issues with cacheable content not getting cached by Varnish, looking in the response headers I saw age:0 and x-cache:miss on every page.This was due to the cookie settings in the VCL I was using.I have switched my VCL to the v3 example at:
https://github.com/timwhitlock/php-varnish/tree/master/wordpress-plugin
suggested by:
http://inpropriapersona.com/wordpress-under-nginx-and-varnish-with-w3tc/now the header reponse is correct and getting a proper age and cache hit.&lt;code&gt;Age: 879
Cache-Control: max-age=3600, public, must-revalidate, proxy-revalidate
Content-Encoding: gzip
Content-Length: 2612
Content-Type: text/html; charset=UTF-8
Date: Sat, 19 May 2012 17:14:15 GMT
Etag: a6d8e574f9478c059ab06adb49469257
Expires: Sat, 19 May 2012 17:59:31 GMT
Last-Modified: Sat, 19 May 2012 16:59:31 GMT
Pragma: public
Vary: Accept-Encoding,Cookie,User-Agent
X-Pingback: http://veloguru.com/xmlrpc.php
X-Cache: HIT200 OK&lt;/code&gt;</description> <content:encoded><![CDATA[<p>I was having some issues with cacheable content not getting cached by Varnish, looking in the response headers I saw age:0 and x-cache:miss on every page.</p><p>This was due to the cookie settings in the VCL I was using.</p><p>I have switched my VCL to the v3 example at:<br
/> <a
href="https://github.com/timwhitlock/php-varnish/tree/master/wordpress-plugin" rel="nofollow">https://github.com/timwhitlock/php-varnish/tree/master/wordpress-plugin</a><br
/> suggested by:<br
/> <a
href="http://inpropriapersona.com/wordpress-under-nginx-and-varnish-with-w3tc/" rel="nofollow">http://inpropriapersona.com/wordpress-under-nginx-and-varnish-with-w3tc/</a></p><p>now the header reponse is correct and getting a proper age and cache hit.</p><p><code>Age: 879<br
/> Cache-Control: max-age=3600, public, must-revalidate, proxy-revalidate<br
/> Content-Encoding: gzip<br
/> Content-Length: 2612<br
/> Content-Type: text/html; charset=UTF-8<br
/> Date: Sat, 19 May 2012 17:14:15 GMT<br
/> Etag: a6d8e574f9478c059ab06adb49469257<br
/> Expires: Sat, 19 May 2012 17:59:31 GMT<br
/> Last-Modified: Sat, 19 May 2012 16:59:31 GMT<br
/> Pragma: public<br
/> Vary: Accept-Encoding,Cookie,User-Agent<br
/> X-Pingback: <a
href="http://veloguru.com/xmlrpc.php" rel="nofollow">http://veloguru.com/xmlrpc.php</a><br
/> X-Cache: HIT</p><p>200 OK</code></p> ]]></content:encoded> </item> <item><title>Comment on Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS by Chris Gilligan</title><link>http://chrisgilligan.com/consulting/load-balancing-virtualmin-wordpress-hosting-server-varnish-aws/comment-page-1/#comment-5076</link> <dc:creator>Chris Gilligan</dc:creator> <pubDate>Fri, 18 May 2012 17:17:55 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=830#comment-5076</guid> <description>NVM the comment about slowness. I did some research and tweaked the startup script and &lt;code&gt;/etc/sysconfig/varnish&lt;/code&gt; a bit, and now the site screams.</description> <content:encoded><![CDATA[<p>NVM the comment about slowness. I did some research and tweaked the startup script and <code>/etc/sysconfig/varnish</code> a bit, and now the site screams.</p> ]]></content:encoded> </item> <item><title>Comment on Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS by Chris Gilligan</title><link>http://chrisgilligan.com/consulting/load-balancing-virtualmin-wordpress-hosting-server-varnish-aws/comment-page-1/#comment-5074</link> <dc:creator>Chris Gilligan</dc:creator> <pubDate>Fri, 18 May 2012 16:29:58 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=830#comment-5074</guid> <description>I have a test version of this topography setup and working on AWS.see &lt;a href=&quot;http://veloguru.com/&quot; rel=&quot;nofollow&quot;&gt;Velo Guru&lt;/a&gt;For W3TC to work properly with the Varnish cache server, the &lt;a href=&quot;http://wordpress.org/extend/plugins/w3-total-cache/developers/&quot; rel=&quot;nofollow&quot;&gt;development version&lt;/a&gt; of the plugin is required.I&#039;m not so happy with the speed of page load, which seems a little slower than sites which are loaded direct from the backend Apache server... needs a little testing and troubleshooting.Suggestions?</description> <content:encoded><![CDATA[<p>I have a test version of this topography setup and working on AWS.</p><p>see <a
href="http://veloguru.com/" rel="nofollow">Velo Guru</a></p><p>For W3TC to work properly with the Varnish cache server, the <a
href="http://wordpress.org/extend/plugins/w3-total-cache/developers/" rel="nofollow">development version</a> of the plugin is required.</p><p>I&#8217;m not so happy with the speed of page load, which seems a little slower than sites which are loaded direct from the backend Apache server&#8230; needs a little testing and troubleshooting.</p><p>Suggestions?</p> ]]></content:encoded> </item> <item><title>Comment on Remote publishing to WordPress from Facebook via RSS by Jones</title><link>http://chrisgilligan.com/wordpress/remote-publishing-to-wordpress-from-facebook-via-rss/comment-page-1/#comment-5033</link> <dc:creator>Jones</dc:creator> <pubDate>Thu, 10 May 2012 08:32:44 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=486#comment-5033</guid> <description>Add me to the list of people that have been looking around for this... :)Thanks for this detailed post, Chris!Cheers!</description> <content:encoded><![CDATA[<p>Add me to the list of people that have been looking around for this&#8230; <img
src='http://d1c0uje93yv0mr.cloudfront.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Thanks for this detailed post, Chris!</p><p>Cheers!</p> ]]></content:encoded> </item> <item><title>Comment on WordPress with W3 Total Cache on Nginx with APC (Virtualmin) by Chris Gilligan</title><link>http://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/comment-page-1/#comment-4924</link> <dc:creator>Chris Gilligan</dc:creator> <pubDate>Fri, 20 Apr 2012 20:59:17 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=672#comment-4924</guid> <description>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> <item><title>Comment on WordPress with W3 Total Cache on Nginx with APC (Virtualmin) by Jason</title><link>http://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/comment-page-1/#comment-4917</link> <dc:creator>Jason</dc:creator> <pubDate>Fri, 20 Apr 2012 15:35:11 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=672#comment-4917</guid> <description>Chris, were you able to successfully autoupdate with nginx/Wordpress? I read that it may require users to run fastcgi as nginx. Not sure if that&#039;ll have any effect on Virtualmin.</description> <content:encoded><![CDATA[<p>Chris, were you able to successfully autoupdate with nginx/Wordpress? I read that it may require users to run fastcgi as nginx. Not sure if that&#8217;ll have any effect on Virtualmin.</p> ]]></content:encoded> </item> <item><title>Comment on WordPress with W3 Total Cache on Nginx with APC (Virtualmin) by Jason</title><link>http://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/comment-page-1/#comment-4866</link> <dc:creator>Jason</dc:creator> <pubDate>Tue, 17 Apr 2012 20:35:43 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=672#comment-4866</guid> <description>Thanks, Chris. Switched to APC, per the tutorial. I must have skipped that information the second time around. Did enable the PHP5 version of NginX compatibility.Still unsure about the Minify error. Error reporting has been disabled all along, and I don&#039;t have any problems loading my JS or CSS, so I&#039;m not really sure what it&#039;s harping about. I was able to disable the notification by unchecking General &gt; Settings &gt; Miscellaneous &gt; Verify Rewrite Rules. Kind of scary, but everything seems fine.</description> <content:encoded><![CDATA[<p>Thanks, Chris. Switched to APC, per the tutorial. I must have skipped that information the second time around. Did enable the PHP5 version of NginX compatibility.</p><p>Still unsure about the Minify error. Error reporting has been disabled all along, and I don&#8217;t have any problems loading my JS or CSS, so I&#8217;m not really sure what it&#8217;s harping about. I was able to disable the notification by unchecking General &gt; Settings &gt; Miscellaneous &gt; Verify Rewrite Rules. Kind of scary, but everything seems fine.</p> ]]></content:encoded> </item> <item><title>Comment on WordPress with W3 Total Cache on Nginx with APC (Virtualmin) by Chris Gilligan</title><link>http://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/comment-page-1/#comment-4864</link> <dc:creator>Chris Gilligan</dc:creator> <pubDate>Tue, 17 Apr 2012 20:25:45 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=672#comment-4864</guid> <description>Change all of the W3TC caches to APC, don&#039;t use disk.Make sure the active NginX Compatibility plugin is PHP5 version if you are on PHP5. Default for that plugin is PHP4.OR, if everything is working fine, you can disable Minify error notifications in Minify &gt; GeneralThanks for the additional info, and I&#039;m glad you got it working.</description> <content:encoded><![CDATA[<p>Change all of the W3TC caches to APC, don&#8217;t use disk.</p><p>Make sure the active NginX Compatibility plugin is PHP5 version if you are on PHP5. Default for that plugin is PHP4.</p><p>OR, if everything is working fine, you can disable Minify error notifications in Minify > General</p><p>Thanks for the additional info, and I&#8217;m glad you got it working.</p> ]]></content:encoded> </item> <item><title>Comment on WordPress with W3 Total Cache on Nginx with APC (Virtualmin) by Jason</title><link>http://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/comment-page-1/#comment-4863</link> <dc:creator>Jason</dc:creator> <pubDate>Tue, 17 Apr 2012 20:07:16 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=672#comment-4863</guid> <description>For anyone following along, I sort of fixed this problem by amending my /home/domain/public_html/nginx.conf withlocation / {
if (!-e $request_filename) {
rewrite ^(.+)$ /index.php?q=$1 last;
}
}Permalinks are now pretty, but W3TC has not stopped complaining.</description> <content:encoded><![CDATA[<p>For anyone following along, I sort of fixed this problem by amending my /home/domain/public_html/nginx.conf with</p><p>location / {<br
/> if (!-e $request_filename) {<br
/> rewrite ^(.+)$ /index.php?q=$1 last;<br
/> }<br
/> }</p><p>Permalinks are now pretty, but W3TC has not stopped complaining.</p> ]]></content:encoded> </item> <item><title>Comment on WordPress with W3 Total Cache on Nginx with APC (Virtualmin) by Jason</title><link>http://chrisgilligan.com/wordpress/wordpress-with-w3-total-cache-on-nginx-with-apc-virtualmin/comment-page-1/#comment-4861</link> <dc:creator>Jason</dc:creator> <pubDate>Tue, 17 Apr 2012 19:19:26 +0000</pubDate> <guid
isPermaLink="false">http://chrisgilligan.com/?p=672#comment-4861</guid> <description>Okay. That all checked out restarted the php-fcgi service and restarted nginx. Does this config look correct to you? http://pastebin.com/SCGrU3FpW3TC  refuses to deploy, and is telling me: &quot;It appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.&quot;We know that—but W3TC refuses to deploy even with Minify URl disabled. Neither has an effect on URL rewriting, and everything looks fine when I run the compatibility check.When I appended the APC settings to /home/domainname/etc/php5/php.ini, was it okay that I placed them toward the bottom of the file?</description> <content:encoded><![CDATA[<p>Okay. That all checked out restarted the php-fcgi service and restarted nginx. Does this config look correct to you? <a
href="http://pastebin.com/SCGrU3Fp" rel="nofollow">http://pastebin.com/SCGrU3Fp</a></p><p>W3TC  refuses to deploy, and is telling me: &#8220;It appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.&#8221;</p><p>We know that—but W3TC refuses to deploy even with Minify URl disabled. Neither has an effect on URL rewriting, and everything looks fine when I run the compatibility check.</p><p>When I appended the APC settings to /home/domainname/etc/php5/php.ini, was it okay that I placed them toward the bottom of the file?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: chrisgilligan.com @ 2012-05-23 08:31:55 by W3 Total Cache -->
