<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amazon Web Services Archives - Chris Gilligan » new media</title>
	<atom:link href="http://chrisgilligan.com/consulting/amazon-web-services/feed/" rel="self" type="application/rss+xml" />
	<link>https://chrisgilligan.com/consulting/amazon-web-services/</link>
	<description>portfolio of web work</description>
	<lastBuildDate>Tue, 12 Sep 2023 16:33:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>WordPress Fail2Ban RegEx for RedHat, CentOS, Amazon Linux</title>
		<link>https://chrisgilligan.com/consulting/wordpress-wp-fail2ban-regex-redhat-centos-amazon-linux/</link>
					<comments>https://chrisgilligan.com/consulting/wordpress-wp-fail2ban-regex-redhat-centos-amazon-linux/#respond</comments>
		
		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Thu, 30 May 2013 00:30:24 +0000</pubDate>
				<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Virtualmin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=1875</guid>

					<description><![CDATA[<p>VacantServer WordPress sites are getting hammered with bad logins and probes. We&#8217;ve implemented a plugin to log failed login attempts to syslog, and a Fail2Ban filter for the same. If you run these on RedHat, you&#8217;ll need some additional configuration info&#8230; here it is: WordPress login failure regex (error_log): ^%(__prefix_line)sAuthentication failure for .* from &#60;HOST&#62;$ [&#8230;]</p>
<p>The post <a href="https://chrisgilligan.com/consulting/wordpress-wp-fail2ban-regex-redhat-centos-amazon-linux/">WordPress Fail2Ban RegEx for RedHat, CentOS, Amazon Linux</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong><a href="http://vacantserver.net/">VacantServer</a> WordPress sites are getting hammered with bad logins and probes.</strong></p>
<p>We&#8217;ve implemented a <a href="http://wordpress.org/extend/plugins/wp-fail2ban/">plugin to log failed login attempts to syslog</a>, and a Fail2Ban filter for the same. If you run these on RedHat, you&#8217;ll need some additional configuration info&#8230; here it is:</p>
<div>
<div><strong>WordPress login failure regex (error_log):</strong></div>
<div>
<pre class="lang:default decode:true ">^%(__prefix_line)sAuthentication failure for .* from &lt;HOST&gt;$</pre>
<p><strong>Apache nohome regex (error_log):</strong></p>
</div>
<div>
<pre class="lang:default decode:true ">[[]client &lt;HOST&gt;[]] File does not exist: .*/~.*</pre>
<p><strong>PHP noscript regex (/home/*/logs/error_log,/var/log/httpd/error_log):</strong></p>
</div>
<div>
<pre class="lang:default decode:true">[[]client &lt;HOST&gt;[]] (File does not exist|script not found or unable to stat): /\S*(\.php|\.asp|\.exe|\.pl)
[[]client &lt;HOST&gt;[]] script '/\S*(\.php|\.asp|\.exe|\.pl)\S*' not found or unable to stat *$</pre>
<p><strong>XMLRPC flood attacks &#8212; DDoS and probing (/home/*/logs/access_log):</strong></p>
<pre class="lang:default decode:true crayon-selected">&lt;HOST&gt;\s.*\s.POST\s/xmlrpc.php*.\s.*</pre>
<p>Please also enable the generic apache-nohome, apache-noscript. Install wp fail2ban plugin (and configure it for your server) on your high traffic blogs. These all are helping during the current onslaught, which also includes probing for wp-admin directories, probing for /wp-admin/login.php, plus comment spam.</p>
<p>A new XMLRPC exploit has the script kiddies doing DDoS and probing for vulnerable services, and possibly doing remote code execution on vulnerable services.</p>
<h4>Here are some additional resources:</h4>
<ul>
<li>RegEx testing tool: <a href="http://gskinner.com/RegExr/">RegExr (AIR and web versions)</a></li>
<li>use <a href="http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Testing">Fail2Ban&#8217;s built-in regex testing</a></li>
<li>additionally, try <a href="http://23x.net/908/securing-wordpress-using-fail2ban.html">23x&#8217;s Apache WordPress Fail2Ban advice</a></li>
<li>block spammer IP&#8217;s via <a href="http://blog.shadypixel.com/spam-log-plugin/">Akismet: Spam-Log Plugin</a></li>
</ul>
</div>
</div>
<p>The post <a href="https://chrisgilligan.com/consulting/wordpress-wp-fail2ban-regex-redhat-centos-amazon-linux/">WordPress Fail2Ban RegEx for RedHat, CentOS, Amazon Linux</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chrisgilligan.com/consulting/wordpress-wp-fail2ban-regex-redhat-centos-amazon-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fail2Ban Regex for RedHat, Fedora, CentOS and Amazon Linux 2013</title>
		<link>https://chrisgilligan.com/consulting/amazon-web-services/fail2ban-regex/</link>
					<comments>https://chrisgilligan.com/consulting/amazon-web-services/fail2ban-regex/#comments</comments>
		
		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Sat, 20 Apr 2013 01:07:24 +0000</pubDate>
				<category><![CDATA[Amazon Web Services]]></category>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=1831</guid>

					<description><![CDATA[<p>Fail2Ban is a very efficient daemon that scans log files for malicious activity, and offers several options to ban offending IPs and hostnames. Although it is highly configurable, it requires a depth of knowledge beyond that required for GUI-accessible firewalls such as ConfigServer Security &#38; Firewall. Harden the Kernel Before do anything further, it is [&#8230;]</p>
<p>The post <a href="https://chrisgilligan.com/consulting/amazon-web-services/fail2ban-regex/">Fail2Ban Regex for RedHat, Fedora, CentOS and Amazon Linux 2013</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="float: right; margin: 0 0 10px 15px; width:240px; height: auto;">
		<img src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2013/04/Screen-Shot-2013-04-19-at-6.32.51-PM.png?x25141" width="240" style="max-width: 100%; height: auto;" />
		</p><p><a href="http://www.fail2ban.org/">Fail2Ban</a> is a very efficient daemon that scans log files for malicious activity, and offers several options to ban offending IPs and hostnames. Although it is highly configurable, it requires a depth of knowledge beyond that required for GUI-accessible firewalls such as <a href="http://configserver.com/">ConfigServer Security &amp; Firewall</a>.</p>
<h3>Harden the Kernel</h3>
<p>Before do anything further, it is necessary to harden the server at the kernel level. Doing so will prevent the majority of attacks that Fail2Ban config will have to deal with. Do this: <a href="http://www.cyberciti.biz/faq/linux-kernel-etcsysctl-conf-security-hardening/">Linux kernel sysctl hardening</a>. Prior to learning those trix, I had solely relied upon <a href="http://configserver.com/">ConfigServer Security and Firewall </a>(CSF) to block malicious attacks. Heading those off at the kernel level is much more efficient.</p>
<p>I&#8217;m a huge fan of CSF, having used it with cPanel, Webmin and Virtualmin for many years. Moving to Amazon Web Services presented a challenge, however. I&#8217;ve yet to figure out how to use CSF on AWS, so I&#8217;ve backtracked to my old standby, Fail2Ban.</p>
<p>&#8220;Out of the box,&#8221; Fail2Ban for CentOS &amp; other RedHat downstream distros only provides protection against SASL login failures. But with a little work and research, one can successfully configure many more &#8220;jails&#8221; for the malicious traffic. To take full advantage of Fail2Ban, the admin will need to become familiar with RegEx: regular expressions.</p>
<h3>Amazon Web Services Security Groups</h3>
<p>AWS provides several levels of firewall protection for EC2 instances; I mainly utilize EC2 security groups and VPC security groups. These firewalls serve to allow traffic to an instance based on IP address, IP block, port, etc. VPC will gateway traffic to and within a virtual cloud; one can create a security group for a cohort of replicated database servers to only allow traffic from within the virtual cloud. Likewise, one could create a cloud group with public facing, load-balanced Varnish reverse proxies that interact with an Apache or NginX app server, and that app server connects to the database cohort. The only publicly-accessible servers would be the web proxies. This is similar to what one might expect in a traditional network operations center.</p>
<h3>Learn some RegEx</h3>
<p>Learning a bit about RegEx will benefit the admin in virtually every programming endeavor: PHP, Perl, C, SQL etc. all make use of RegEx to match strings of text. Matching a variable string of text in a log file, for example, allows Fail2Ban to act upon that string, sending an email, looking up a hostname, and/or invoking a firewall rule to block traffic from the offending origin for a designated amount of time.</p>
<p>As stated earlier, plain vanilla Fail2Ban regex from EPEL is functional only to block SASL authentication errors. Most of the filters in the package are, at best, examples of what can be done, and will not function as written. Why? Because Fail2Ban has to deal with the particular implementations of log files in various GNU/Linux distributions, and the peculiarities of the reporting structure in those logs, no single RegEx, nor log file location, is going to work for every distribution. Neither can Fail2Ban account for every change in log file location or structure from version to version. What worked for Centos 5.x may not work for CentOS 6.x; what worked in kernel 2.8 may be invalid in kernel 3.4.</p>
<p>Also stated earlier, it is well worth the time to learn a little about RegEx. One vehicle to propel the admin far along the path is <a href="http://gskinner.com/RegExr/">RegExr</a>. Author Greg Skinner provides an online version as well as Adobe AIR standalone app. RegExr is an invaluable tool for writing and proofing regular expressions.</p>
<p><a href="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2013/04/Screen-Shot-2013-04-19-at-6.32.51-PM.png?x25141"><img decoding="async" class="aligncenter size-full wp-image-1838" alt="Screen Shot 2013-04-19 at 6.32.51 PM" src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2013/04/Screen-Shot-2013-04-19-at-6.32.51-PM.png?x25141" width="864" height="447" srcset="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2013/04/Screen-Shot-2013-04-19-at-6.32.51-PM.png?x25141 864w, https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2013/04/Screen-Shot-2013-04-19-at-6.32.51-PM-300x155.png?x25141 300w" sizes="(max-width: 864px) 100vw, 864px" /></a></p>
<h3>Write the RegEx</h3>
<p>OK, here&#8217;s the payoff for reading so far: a regex filter that will squelch Dovecot brute force attacks on CentOS 6, Amazon Linux 2013 and other kernel 3.4 RedHat downstream distros such as Fedora and Arch. This would, of course go in /etc/fail2ban/filter.d/dovecot.conf:</p>
<p>Here&#8217;s the original, commented out via #:</p>
<pre class="lang:default decode:true">#failregex = .*(?:pop3-login|dovecot):.*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed).*rip=(?P&lt;host&gt;\S*),.*</pre>
<p>&#8230;and here&#8217;s a substitute, created via experimentation with RegExr:</p>
<pre class="lang:default decode:true">failregex = .*auth.*pam.*dovecot.*(?:authentication failure).*rhost=&lt;HOST&gt;.*</pre>
<p>How to create a valid RegEx to match the failures to ban? For that, one must monitor log files. In the case of Dovecot on Amazon Linux 2013, that would be /var/log/secure &#8212; same as it has ever been with RedHat downstreams. However, the logging is different than it may have been in CentOS 5.8.</p>
<p>Have a look at the log files: use grep to filter the secure log on &#8220;authentication failure&#8221;</p>
<pre class="lang:default decode:true">tail -f -n 20000 /var/log/secure | grep "authentication failure"</pre>
<p>There will likely be log entries similar to the following:</p>
<pre class="lang:default decode:true">Apr 19 05:22:19 vm5 auth: pam_unix(dovecot:auth): authentication failure; logname= uid=0 euid=0 tty=dovecot ruser=oracle rhost=80.255.3.104 
Apr 19 05:22:20 vm5 auth: pam_unix(dovecot:auth): authentication failure; logname= uid=0 euid=0 tty=dovecot ruser=sybase rhost=80.255.3.104 
Apr 19 05:22:20 vm5 auth: pam_unix(dovecot:auth): authentication failure; logname= uid=0 euid=0 tty=dovecot ruser=informix rhost=80.255.3.104</pre>
<p>RegEx mentioned previously will match those entries, and via Fail2Ban: BAN the offending IPs.</p>
<p>So, you think you&#8217;re ready with RegEx fu to tackle the Local Jail (jail.local)? Not so fast. Don&#8217;t use regex in jail.local. This file takes wild cards, not regex&#8230; so if you want to monitor all users&#8217; /home/user/logs/access_log &#8212; you must wildcard /home/*/logs/access_log . NOT /home/.*/logs !</p>
<p>&#8230; more to come: follow this post for more details!</p>
<ul>
<li><a title="WordPress Fail2Ban RegEx for RedHat, CentOS, Amazon Linux" href="https://chrisgilligan.com/consulting/wordpress-wp-fail2ban-regex-redhat-centos-amazon-linux/">WordPress RegEx</a></li>
<li><a href="http://blog.shadypixel.com/spam-log-plugin/">Akismet Spam Logging &amp; Fail2Ban</a></li>
</ul>
<p>The post <a href="https://chrisgilligan.com/consulting/amazon-web-services/fail2ban-regex/">Fail2Ban Regex for RedHat, Fedora, CentOS and Amazon Linux 2013</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chrisgilligan.com/consulting/amazon-web-services/fail2ban-regex/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Install phpMyAdmin with SSL on CentOS, Amazon Linux, RedHat (Apache or NginX)</title>
		<link>https://chrisgilligan.com/consulting/install-phpmyadmin-with-ssl-on-centos-amazon-linux-redhat/</link>
					<comments>https://chrisgilligan.com/consulting/install-phpmyadmin-with-ssl-on-centos-amazon-linux-redhat/#respond</comments>
		
		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Mon, 24 Sep 2012 05:53:52 +0000</pubDate>
				<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Virtualmin]]></category>
		<category><![CDATA[amazon linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[redhat]]></category>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=1132</guid>

					<description><![CDATA[<p>How to install phpMyAdmin on CentOS, Amazon Linux, or Redhat. Configuration instructions are provided for Apache and NginX web servers.</p>
<p>The post <a href="https://chrisgilligan.com/consulting/install-phpmyadmin-with-ssl-on-centos-amazon-linux-redhat/">Install phpMyAdmin with SSL on CentOS, Amazon Linux, RedHat (Apache or NginX)</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="float: right; margin: 0 0 10px 15px; width:240px; height: auto;">
		<img src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-07-at-11.09.50-AM.png?x25141" width="240" style="max-width: 100%; height: auto;" />
		</p><div id="attachment_1137" style="width: 310px" class="wp-caption alignright"><img decoding="async" aria-describedby="caption-attachment-1137" class="size-medium wp-image-1137" title="phpMyAdmin database display" alt="" src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-07-at-11.09.50-AM-300x195.png?x25141" width="300" height="195" srcset="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-07-at-11.09.50-AM-300x195.png?x25141 300w, https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-07-at-11.09.50-AM-1024x668.png?x25141 1024w, https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-07-at-11.09.50-AM.png?x25141 1263w" sizes="(max-width: 300px) 100vw, 300px" /><p id="caption-attachment-1137" class="wp-caption-text">phpMyAdmin database display</p></div>
<p>I recently ran into a problem with the upgraded 3.5.2 phpMyAdmin package provided via the rpmforge.repo. Search no longer works, nor does pagination, etc. Plus, it&#8217;s out of date and vulnerable to an XSS exploit.</p>
<p>I have solved this by changing to the EPEL repo, which maintains the latest version of phpMyAdmin.</p>
<p>This post will teach you how to install phpMyAdmin on CentOS, Amazon Linux, or Redhat. Configuration instructions are provided for Apache and NginX web servers.</p>
<p>For this to work properly and safely, you should be running SSL on your host. Otherwise, change the ForceSSL line in the config file provided below&#8230;</p>
<h3>Install phpMyAdmin from EPEL repository</h3>
<p><strong>Uninstall current PMA:</strong><br />
<code>yum erase phpMyAdmin</code></p>
<p><strong>Set up EPEL repo:</strong></p>
<p>Find the latest epel-release at <a href="http://download.fedoraproject.org/pub/epel/6/x86_64/">http://download.fedoraproject.org/pub/epel/6/x86_64/</a><br />
<code>rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm</code></p>
<p>On Amazon Linux, epel-release is already loaded. Edit /etc/yum.repos.d/epel.repo to enabled=1</p>
<p><strong>Edit /etc/yum.repos.d/epel.repo to only include necessary software packages:</strong><br />
<code>includepkgs=phpMyAdmin php-php-gettext</code></p>
<p>I have removed RPMforge repo due to some recent problems, but if you still need rpm forge repo:<br />
<code>exclude=phpMyAdmin php-php-gettext</code></p>
<p><strong>Install PMA:</strong><br />
<code>yum install phpMyAdmin</code></p>
<div>
<h3>Apache</h3>
<div><strong>Edit /etc/httpd/conf.d/phpMyAdmin.conf</strong></div>
<div>
<ul>
<li>Allow all incoming hosts for a web hosting server, or only allow hosts you require: localhost, your local workstation, etc.)</li>
<li>For a hosting server with open access, you should have a login failure daemon to block offending IP addresses with multiple failed HTTP logins. <a href="http://configserver.com/">ConfigServer Firewall</a> works well, and has modules for cPanel and Webmin. <a href="http://ossec.net/">OSSEC</a> is another reactive IPTables firewall with Apache login failure IP blacklisting.</li>
<li>For Amazon EC2, a good practice is to create a discrete database server, and only allow access to it inside a VPC security group, or from specific IP addresses enabled in that security group. That way, you can safely Allow from ALL hosts, because the VPC firewall will prevent other access. Install phpMyAdmin on a separate web server, and restrict access to PMA&#8217;s directory (see below).</li>
</ul>
</div>
<div>
<pre class="lang:python decode:true"># phpMyAdmin - Web based MySQL browser written in php
# 
# Allows only localhost by default
#
# But allowing phpMyAdmin to anyone other than localhost should be considered
# dangerous unless properly secured by SSL

Alias /phpMyAdmin /usr/share/phpMyAdmin
Alias /phpmyadmin /usr/share/phpMyAdmin

&lt;Directory /usr/share/phpMyAdmin/&gt;
   &lt;IfModule mod_authz_core.c&gt;
     # Apache 2.4
     &lt;RequireAny&gt;
       Require ip 127.0.0.1
       Require ip ::1
     &lt;/RequireAny&gt;
   &lt;/IfModule&gt;
   &lt;IfModule !mod_authz_core.c&gt;
     # Apache 2.2
     Order Deny,Allow
     # comment out Allow from All and add your own static IPs here for security 
     # Allow from All
     Allow from 123.456.7.89
     Allow from 12.345.67.89
     Allow from 127.0.0.1
     Allow from ::1
   &lt;/IfModule&gt;
&lt;/Directory&gt;

&lt;Directory /usr/share/phpMyAdmin/setup/&gt;
   &lt;IfModule mod_authz_core.c&gt;
     # Apache 2.4
     &lt;RequireAny&gt;
       Require ip 127.0.0.1
       Require ip ::1
     &lt;/RequireAny&gt;
   &lt;/IfModule&gt;
   &lt;IfModule !mod_authz_core.c&gt;
     # Apache 2.2
     Order Deny,Allow
     Deny from All
     Allow from 127.0.0.1
     Allow from ::1
   &lt;/IfModule&gt;
&lt;/Directory&gt;

# These directories do not require access over HTTP - taken from the original
# phpMyAdmin upstream tarball
#
&lt;Directory /usr/share/phpMyAdmin/libraries/&gt;
    Order Deny,Allow
    Deny from All
    Allow from None
&lt;/Directory&gt;

&lt;Directory /usr/share/phpMyAdmin/setup/lib/&gt;
    Order Deny,Allow
    Deny from All
    Allow from None
&lt;/Directory&gt;

&lt;Directory /usr/share/phpMyAdmin/setup/frames/&gt;
    Order Deny,Allow
    Deny from All
    Allow from None
&lt;/Directory&gt;

# This configuration prevents mod_security at phpMyAdmin directories from
# filtering SQL etc.  This may break your mod_security implementation.
#
#&lt;IfModule mod_security.c&gt;
#    &lt;Directory /usr/share/phpMyAdmin/&gt;
#        SecRuleInheritance Off
#    &lt;/Directory&gt;
#&lt;/IfModule&gt;</pre>
<h3>NginX</h3>
<p><strong>Edit nginx.conf for the hostname&#8217;s server_name website</strong></p>
<pre class="lang:default decode:true">       location /phpMyAdmin {
               root /usr/share/;
               index index.php;
               location ~ ^/phpMyAdmin/(.+\.php)$ {
                       try_files $uri =404;
                       root /usr/share/;
                       fastcgi_pass localhost:9002;
                       fastcgi_param HTTPS on;
                       fastcgi_index index.php;
                       fastcgi_param SCRIPT_FILENAME /usr/share$fastcgi_script_name;
                       include /etc/nginx/fastcgi_params;
                       fastcgi_buffer_size 128k;
                       fastcgi_buffers 256 4k;
                       fastcgi_busy_buffers_size 256k;
                       fastcgi_temp_file_write_size 256k;
                       fastcgi_intercept_errors on;
               }
               location ~* ^/phpMyAdmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
                       root /usr/share/;
               }
        }

        location /phpmyadmin {
               rewrite ^/* /phpMyAdmin last;
        }</pre>
<p><strong>Edit /etc/phpMyAdmin/config.inc.php</strong></p>
<p>The config below shows some common config options. Important ones are ForceSSL and auth_type. For a production server, SSL should be ON and auth_type http is better; http auth uses MySQL user/pass combinations to restrict access to user-specific databases.</p>
</div>
<div>
<pre class="lang:php decode:true">&lt;?php
/* Servers configuration */
$i = 0;

/* Server: MySQL Server [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'MySQL Server';
$cfg['Servers'][$i]['host'] = '122.34.567.89';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'pma';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'pmapassword';
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
$cfg['Servers'][$i]['relation'] = 'pma_relation';
$cfg['Servers'][$i]['userconfig'] = 'pma_userconfig';
$cfg['Servers'][$i]['table_info'] = 'pma_table_info';
$cfg['Servers'][$i]['column_info'] = 'pma_column_info';
$cfg['Servers'][$i]['history'] = 'pma_history';
$cfg['Servers'][$i]['recent'] = 'pma_recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs';
$cfg['Servers'][$i]['tracking'] = 'pma_tracking';
$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';

/* End of servers configuration */

$cfg['UploadDir'] = '/tmp';
$cfg['SaveDir'] = '/tmp';
/* only if your host supports SSL */
$cfg['ForceSSL'] = true;
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
?&gt;</pre>
<h3>Create the phpmyadmin database for advanced functionality</h3>
</div>
</div>
<p>Look in phpMyAdmin folder /usr/share/phpMyAdmin/examples for create_tables.sql</p>
<p>ssh to server as root user<br />
<code>mysql<br />
-- or if it asks for password --<br />
mysql -u your-mysql-superuser -pyour-superuser-password<br />
mysql &gt; source /usr/share/phpMyAdmin/examples/create_tables.sql<br />
</code></p>
<h3>Log in to PMA</h3>
<p>Now you can log into PMA with your mysql root user credentials. https://yourhost.tld/phpmyadmin</p>
<ul>
<li>Create a mysql user, pma, with the password you added to the config file, with no default permissions, on localhost</li>
<li>Give pma user all permissions on phpmyadmin database, on localhost</li>
</ul>
<p>Now you have a secure PMA which will work for all mysql users on your host. Version 3.5+ now has Status Monitoring and Advisor. Used in conjunction with a performance tuning script like <a title="MySQL Tuning Primer" href="https://launchpad.net/mysql-tuning-primer">MySQL Tuning Primer</a>, it will help you fine-tune your MySQL server to your requirements and your environment.</p>
<div id="attachment_1394" style="width: 310px" class="wp-caption aligncenter"><a href="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-24-at-8.51.27-PM.png?x25141"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1394" class="size-medium wp-image-1394" title="phpMyAdmin MySQL server dashboard" alt="" src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-24-at-8.51.27-PM-300x202.png?x25141" width="300" height="202" srcset="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-24-at-8.51.27-PM-300x202.png?x25141 300w, https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-24-at-8.51.27-PM-1024x692.png?x25141 1024w, https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/Screen-Shot-2012-09-24-at-8.51.27-PM.png?x25141 1447w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-1394" class="wp-caption-text">phpMyAdmin MySQL server dashboard</p></div>
<p>The post <a href="https://chrisgilligan.com/consulting/install-phpmyadmin-with-ssl-on-centos-amazon-linux-redhat/">Install phpMyAdmin with SSL on CentOS, Amazon Linux, RedHat (Apache or NginX)</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chrisgilligan.com/consulting/install-phpmyadmin-with-ssl-on-centos-amazon-linux-redhat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Portable Wifi Hotspot Rental Site</title>
		<link>https://chrisgilligan.com/portfolio/portable-wifi-hotspot-rental-site/</link>
					<comments>https://chrisgilligan.com/portfolio/portable-wifi-hotspot-rental-site/#respond</comments>
		
		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 16:25:53 +0000</pubDate>
				<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Virtualmin]]></category>
		<category><![CDATA[Web Server Performance Tuning]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=2318</guid>

					<description><![CDATA[<p>Trawire.com offers portable 4G MiFi and iPad rentals for visitors traveling to Iceland. Trawire&#8217;s CIO approached me for assistance after his systems administrator bailed and left him with a poorly maintained, self-hosted MacMini server running unoptimized WordPress installs. I migrated the site to Amazon Web Services, where it now can handle traffic spikes and can be [&#8230;]</p>
<p>The post <a href="https://chrisgilligan.com/portfolio/portable-wifi-hotspot-rental-site/">Portable Wifi Hotspot Rental Site</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="float: right; margin: 0 0 10px 15px; width:240px; height: auto;">
		<img src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2014/10/screen-shot-2014-10-02-at-12.29.29-PM.png?x25141" width="240" style="max-width: 100%; height: auto;" />
		</p><p><strong><a href="http://iceland.trawire.com/">Trawire.com</a> offers portable 4G MiFi and iPad rentals for visitors traveling to Iceland.</strong> Trawire&#8217;s CIO approached me for assistance after his systems administrator bailed and left him with a poorly maintained, self-hosted MacMini server running unoptimized WordPress installs.</p>
<div id="attachment_2319" style="width: 310px" class="wp-caption aligncenter"><a href="http://iceland.trawire.com/"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2319" class="size-medium wp-image-2319" src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2014/10/screen-shot-2014-10-02-at-12.29.29-PM-300x259.png?x25141" alt="Trawire website" width="300" height="259" srcset="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2014/10/screen-shot-2014-10-02-at-12.29.29-PM-300x259.png?x25141 300w, https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2014/10/screen-shot-2014-10-02-at-12.29.29-PM-1024x886.png?x25141 1024w, https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2014/10/screen-shot-2014-10-02-at-12.29.29-PM.png?x25141 1235w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-2319" class="wp-caption-text">Trawire website</p></div>
<p>I migrated the site to Amazon Web Services, where it now can handle traffic spikes and can be scaled and built out more easily, should the concept grow to additional markets. Working with my WordPress coding contacts in India, Trawire developed plugins to add features, and keep the software up-to-date. My contributions: caching and content distribution for static assets &amp; queries, Virtualmin and phpMyAdmin for ease of management and development.</p>
<p>&nbsp;</p>
<p>The post <a href="https://chrisgilligan.com/portfolio/portable-wifi-hotspot-rental-site/">Portable Wifi Hotspot Rental Site</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chrisgilligan.com/portfolio/portable-wifi-hotspot-rental-site/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SSL and CloudFront CDN Support for WebFonts via .htaccess</title>
		<link>https://chrisgilligan.com/wordpress/add-cloudfront-cdn-support-for-webfonts-via-htaccess/</link>
					<comments>https://chrisgilligan.com/wordpress/add-cloudfront-cdn-support-for-webfonts-via-htaccess/#comments</comments>
		
		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 21:33:27 +0000</pubDate>
				<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[webfont]]></category>
		<category><![CDATA[webfonts]]></category>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=1005</guid>

					<description><![CDATA[<p>I recently upgraded my WordPress theme to WooThemes Canvas 5.x, and I found that some of the icons were not rendering, but were showing a letter or integer instead. I dug into the code and found that these icons are now delivered via @font-face webfonts. Meanwhile, I&#8217;m working on a client&#8217;s e-commerce site with Google [&#8230;]</p>
<p>The post <a href="https://chrisgilligan.com/wordpress/add-cloudfront-cdn-support-for-webfonts-via-htaccess/">SSL and CloudFront CDN Support for WebFonts via .htaccess</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="float: right; margin: 0 0 10px 15px; width:240px; height: auto;">
		<img src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/09/twitter_font-face.png?x25141" width="240" style="max-width: 100%; height: auto;" />
		</p><p>I recently upgraded my WordPress theme to <a href="http://zfer.us/OtCqz">WooThemes Canvas 5.x</a>, and I found that some of the icons were not rendering, but were showing a letter or integer instead. I dug into the code and found that these icons are now delivered via @font-face webfonts.</p>
<p>Meanwhile, I&#8217;m working on a client&#8217;s e-commerce site with Google WebFonts and a custom webfont to display the Rupee symbol (Indian currency).</p>
<p>Though the fonts were uploading properly to the CloudFront CDN, and were properly referenced in the minified CSS on the CDN, they were not rendering in Firefox or IE, and the SSL pages on the client&#8217;s site were throwing security warnings.</p>
<p>At first I thought this might be a W3 Total Cache issue, because upgrading to the latest development release had solved some other CSS issues. However, it turned out to be a browser security issue.</p>
<p>Evidently this is a security measure to prevent cross-site attacks, but you can allow this via Apache mod_headers, to allow your specific CloudFront (or other) domain, specified in the .htaccess file.</p>
<p>Some sites have suggested using &#8220;*&#8221; wildcards to allow all domains&#8230; but obviously this is a security issue: with this Header, you are granting JavaScript clients basic access to your resources. I recommend you only allow access to the specific CDN domains you require. Do this with a comma separated list, in double quotes.</p>
<pre class="lang:default decode:true" title=".htaccess for CDN webfonts cross-site"># BEGIN CDN Cross-Site for Webfonts
&lt;IfModule mod_mime.c&gt;
        AddType font/ttf .ttf
        AddType font/eot .eot
        AddType font/opentype .otf
        AddType font/x-woff .woff
&lt;/IfModule&gt;
&lt;FilesMatch "\.(svg|ttf|otf|eot|woff)$"&gt;
    &lt;IfModule mod_headers.c&gt;
        Header set Access-Control-Allow-Origin "fonts.googleapis.com,{{yourdistro69}}.cloudfront.net"
    &lt;/IfModule&gt;
&lt;/FilesMatch&gt;
# END CDN Cross-Site for Webfonts</pre>
<p>Yay! Delicious webfonts, even on SSL pages via CDN!</p>
<p>The post <a href="https://chrisgilligan.com/wordpress/add-cloudfront-cdn-support-for-webfonts-via-htaccess/">SSL and CloudFront CDN Support for WebFonts via .htaccess</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chrisgilligan.com/wordpress/add-cloudfront-cdn-support-for-webfonts-via-htaccess/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Varnish VCL and Config for WordPress with W3 Total Cache</title>
		<link>https://chrisgilligan.com/consulting/varnish-vcl-and-config-for-wordpress-with-w3-total-cache/</link>
					<comments>https://chrisgilligan.com/consulting/varnish-vcl-and-config-for-wordpress-with-w3-total-cache/#comments</comments>
		
		<dc:creator><![CDATA[Chris Gilligan]]></dc:creator>
		<pubDate>Wed, 15 Aug 2012 00:23:11 +0000</pubDate>
				<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Web Server Performance Tuning]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc cache]]></category>
		<category><![CDATA[apc fcgid]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[varnish]]></category>
		<category><![CDATA[varnish cache]]></category>
		<category><![CDATA[w3 total cache]]></category>
		<category><![CDATA[w3tc]]></category>
		<guid isPermaLink="false">https://chrisgilligan.com/?p=867</guid>

					<description><![CDATA[<p>I have been working on a Varnish front-end for Apache, to be used with WordPress sites. I described the architecture in Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS. I now have a configuration that seems to work for all WordPress features, including logged-out commenting. This configuration also works well with W3 Total [&#8230;]</p>
<p>The post <a href="https://chrisgilligan.com/consulting/varnish-vcl-and-config-for-wordpress-with-w3-total-cache/">Varnish VCL and Config for WordPress with W3 Total Cache</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="float: right; margin: 0 0 10px 15px; width:240px; height: auto;">
		<img src="https://d2lehxir4n36oh.cloudfront.net/wp-content/uploads/2012/08/wordnish.png?x25141" width="240" style="max-width: 100%; height: auto;" />
		</p><p>I have been working on a Varnish front-end for Apache, to be used with WordPress sites. I described the architecture in <a title="Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS" href="https://chrisgilligan.com/consulting/load-balancing-virtualmin-wordpress-hosting-server-varnish-aws/">Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS</a>. I now have a configuration that seems to work for all WordPress features, including logged-out commenting. This configuration also works well with W3 Total Cache.</p>
<p>This configuration is for Varnish on a separate server, but should also work on a single server with appropriate changes to the port and backend IP settings.</p>
<h3>Varnish Config (/etc/sysconfig/varnish)</h3>
<pre class="lang:perl decode:true crayon-selected"># Configuration file for varnish
#
# /etc/init.d/varnish expects the variable $DAEMON_OPTS to be set from this
# shell script fragment.
#
#
# Maximum number of open files (for ulimit -n)
NFILES=131072
#
# Locked shared memory (for ulimit -l)
# Default log size is 82MB + header
MEMLOCK=82000
#
# Maximum size of corefile (for ulimit -c). Default in Fedora is 0
# DAEMON_COREFILE_LIMIT="unlimited"
#
# Set this to 1 to make init script reload try to switch vcl without restart.
# To make this work, you need to set the following variables
# explicit: VARNISH_VCL_CONF, VARNISH_ADMIN_LISTEN_ADDRESS,
# VARNISH_ADMIN_LISTEN_PORT, VARNISH_SECRET_FILE
RELOAD_VCL=1
#
## Advanced configuration
#
# # Main configuration file.
VARNISH_VCL_CONF=/etc/varnish/wordpress-varnish3.vcl
#
# # Default address and port to bind to
# # Blank address means all IPv4 and IPv6 interfaces, otherwise specify
# # a host name, an IPv4 dotted quad, or an IPv6 address in brackets.
# VARNISH_LISTEN_ADDRESS=
VARNISH_LISTEN_PORT=80
#
# # Telnet admin interface listen address and port
VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1
VARNISH_ADMIN_LISTEN_PORT=6082
#
# # Shared secret file for admin interface
VARNISH_SECRET_FILE=/etc/varnish/secret
#
# # The minimum number of worker threads to start
VARNISH_MIN_THREADS=1
#
# # The Maximum number of worker threads to start
VARNISH_MAX_THREADS=1000
#
# # Idle timeout for worker threads
VARNISH_THREAD_TIMEOUT=120
#
# # Cache file location if using file cache
#VARNISH_STORAGE_FILE=/var/lib/varnish/varnish_storage.bin
#
# # Cache size: in bytes, optionally using k / M / G / T suffix,
# # or in percentage of available disk space using the % suffix.
VARNISH_STORAGE_SIZE=3G
#
# # Backend storage specification
# malloc runs from RAM, file from file
VARNISH_STORAGE="malloc,${VARNISH_STORAGE_SIZE}"
#VARNISH_STORAGE="file,${VARNISH_STORAGE_FILE},${VARNISH_STORAGE_SIZE}"
#
# # Default TTL used when the backend does not specify one
VARNISH_TTL=120
#
# # DAEMON_OPTS is used by the init script. If you add or remove options,
# # be sure you update this section, too.
DAEMON_OPTS="-a ${VARNISH_LISTEN_ADDRESS}:${VARNISH_LISTEN_PORT} \
-f ${VARNISH_VCL_CONF} \
-T ${VARNISH_ADMIN_LISTEN_ADDRESS}:${VARNISH_ADMIN_LISTEN_PORT} \
-t ${VARNISH_TTL} \
-w ${VARNISH_MIN_THREADS},${VARNISH_MAX_THREADS},${VARNISH_THREAD_TIMEOUT} \
-u varnish -g varnish \
-S ${VARNISH_SECRET_FILE} \
-s ${VARNISH_STORAGE}"
#</pre>
<h3>Varnish VCL (/etc/varnish/wordpress-varnish3.vcl)</h3>
<pre class="lang:default decode:true">backend origin {
.host = "10.11.12.13";
.port = "80";
.connect_timeout = 60s;
.first_byte_timeout = 60s;
.between_bytes_timeout = 60s;
}
#
sub vcl_recv {
# only using one backend
set req.backend = origin;
#
# set standard proxied ip header for getting original remote address
set req.http.X-Forwarded-For = client.ip;
#
# logged in users must always pass
if( req.url ~ "^/wp-(login|admin)" || req.http.Cookie ~ "wordpress_logged_in_" ){
return (pass);
}
# accept purges from w3tc and varnish http purge
if (req.request == "PURGE") {
return (lookup);
}
#
# don't cache search results
if( req.url ~ "\?s=" ){
return (pass);
}
#
# always pass through posted requests and those with basic auth
if ( req.request == "POST" || req.http.Authorization ) {
return (pass);
}
#
# else ok to fetch a cached page
unset req.http.Cookie;
return (lookup);
}
#
# accept purges from w3tc and varnish http purge
sub vcl_hit {
if (req.request == "PURGE") { purge; }
return (deliver);
}
#
# accept purges from w3tc and varnish http purge
sub vcl_miss {
if (req.request == "PURGE") { purge; }
return (fetch);
}
#
sub vcl_fetch {
#
# remove some headers we never want to see
unset beresp.http.Server;
unset beresp.http.X-Powered-By;
#
# only allow cookies to be set if we're in admin area - i.e. commenters stay logged out
if( beresp.http.Set-Cookie &amp;&amp; req.url !~ "^/wp-(login|admin)" ){
unset beresp.http.Set-Cookie;
}
#
# don't cache response to posted requests or those with basic auth
if ( req.request == "POST" || req.http.Authorization ) {
return (hit_for_pass);
}
#
# only cache status ok
if ( beresp.status != 200 ) {
return (hit_for_pass);
}
#
# don't cache search results
if( req.url ~ "\?s=" ){
return (hit_for_pass);
}
#
# else ok to cache the response
set beresp.ttl = 24h;
return (deliver);
}
#
sub vcl_deliver {
# add debugging headers, so we can see what's cached
if (obj.hits &gt; 0) {
set resp.http.X-Cache = "HIT";
}
else {
set resp.http.X-Cache = "MISS";
}
# remove some headers added by varnish
unset resp.http.Via;
unset resp.http.X-Varnish;
}
#
sub vcl_hash {
hash_data( req.url );
# altering hash so subdomains are ignored.
# don't do this if you actually run different sites on different subdomains
if ( req.http.host ) {
hash_data( regsub( req.http.host, "^([^\.]+\.)+([a-z]+)$", "\1\2" ) );
} else {
hash_data( server.ip );
}
# ensure separate cache for mobile clients (WPTouch workaround)
if( req.http.User-Agent ~ "(iPod|iPhone|incognito|webmate|dream|CUPCAKE|WebOS|blackberry9\d\d\d)" ){
hash_data("touch");
}
return (hash);
}</pre>
<p>The post <a href="https://chrisgilligan.com/consulting/varnish-vcl-and-config-for-wordpress-with-w3-total-cache/">Varnish VCL and Config for WordPress with W3 Total Cache</a> appeared first on <a href="https://chrisgilligan.com">Chris Gilligan » new media</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chrisgilligan.com/consulting/varnish-vcl-and-config-for-wordpress-with-w3-total-cache/feed/</wfw:commentRss>
			<slash:comments>25</slash:comments>
		
		
			</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-10 15:43:02 by W3 Total Cache
-->