<?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>SolidServers.ca</title>
	<atom:link href="http://solidservers.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://solidservers.ca</link>
	<description>Linux System Adminstration Blog / Tips / Tools</description>
	<lastBuildDate>Sun, 25 Mar 2012 01:55:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Logwatch installation &#8211; cPanel with CentOS 6 (64bit)</title>
		<link>http://solidservers.ca/2012/03/logwatch-installation-cpanel-with-centos-6-64bit/</link>
		<comments>http://solidservers.ca/2012/03/logwatch-installation-cpanel-with-centos-6-64bit/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 01:47:30 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Error: Package: logwatch]]></category>
		<category><![CDATA[logwatch]]></category>
		<category><![CDATA[logwatch is not sending email]]></category>
		<category><![CDATA[perl(Date::Manip)]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=93</guid>
		<description><![CDATA[By default, Logwatch is not installed on a CentOS 6 (x64) server (not sure about 32bit versions..?). This is something that I have missed from using the previous versions of CentOS. As a server admin, I like to be able to review this file to see if anything funny or strange has happened over the [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2012/03/logwatch-installation-cpanel-with-centos-6-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Available for Server Administration</title>
		<link>http://solidservers.ca/2010/10/available-for-server-administration/</link>
		<comments>http://solidservers.ca/2010/10/available-for-server-administration/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 15:18:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=86</guid>
		<description><![CDATA[I just thought that I would let everyone that may be interested, that I am available for one time, or continuous server administration. Prices do vary, and if you would like more information, please feel free to reply to this post or email me directly at: Thanks!]]></description>
		<wfw:commentRss>http://solidservers.ca/2010/10/available-for-server-administration/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Secure your Server &#8211; Basic</title>
		<link>http://solidservers.ca/2010/03/how-to-secure-your-server-basic/</link>
		<comments>http://solidservers.ca/2010/03/how-to-secure-your-server-basic/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:37:32 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=78</guid>
		<description><![CDATA[Here are some quick tips on how to secure your Linux server. This is only a short list, but, they are must do&#8217;s! Some of which are: 1. Change ssh port (use keys if possible as well/allow only specific users) 2. Disable unneeded services 3. Install a good firewall 4. Disable dangerous / unused PHP [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2010/03/how-to-secure-your-server-basic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scanning for unwanted files/code</title>
		<link>http://solidservers.ca/2010/03/scanning-for-unwanted-filescode/</link>
		<comments>http://solidservers.ca/2010/03/scanning-for-unwanted-filescode/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:33:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=75</guid>
		<description><![CDATA[Here is a little code that I use to scan servers that I admin on for unwanted files. These include php shell&#8217;s and encoded files. You can add your own expressions as well. The expressions that I have listed are what I have found to most likely be in infected files. Here is the code [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2010/03/scanning-for-unwanted-filescode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FastCGI &amp; Custom php.ini file per user</title>
		<link>http://solidservers.ca/2010/02/fastcgi-custom-php-ini-file-per-user/</link>
		<comments>http://solidservers.ca/2010/02/fastcgi-custom-php-ini-file-per-user/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 19:43:55 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=67</guid>
		<description><![CDATA[I was recently asked to look at allowing custom php.ini files on a system where they were using FastCGI (fcgid) with SuExec to load php pages. This was a cPanel server using PHP5x, and after some research, I was able able to come up with a solution. Basically, what we will be doing, is telling [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2010/02/fastcgi-custom-php-ini-file-per-user/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Downgrading eAccelerator &#8211; cPanel</title>
		<link>http://solidservers.ca/2010/01/downgrading-eaccelerator-cpanel/</link>
		<comments>http://solidservers.ca/2010/01/downgrading-eaccelerator-cpanel/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 01:50:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[downgrade eA]]></category>
		<category><![CDATA[EAccelerator]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=48</guid>
		<description><![CDATA[The latest cPanel release comes with the option to have php version 5.3.1, and also uses the latest release candidate for eAccelerator, 0.9.6-rc1. These options are available to you through the EasyApache interface. There seems however, to be some bugs which cause unexpected high loads on busy servers, which some believe, are caused by a [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2010/01/downgrading-eaccelerator-cpanel/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to install mod_limitipconn on cPanel</title>
		<link>http://solidservers.ca/2009/12/how-to-install-mod_limitipconn-on-cpanel/</link>
		<comments>http://solidservers.ca/2009/12/how-to-install-mod_limitipconn-on-cpanel/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 19:06:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[limit ip]]></category>
		<category><![CDATA[mod_limitipconn]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=43</guid>
		<description><![CDATA[We are going to install mod_limitipconn in order to limit the number of connections per IP on our server.  This can be a very useful tool, as it could help in lowering the load on your server due to someone connecting too many times from the same IP. More information about mod_limitipconn can be found [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2009/12/how-to-install-mod_limitipconn-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install mod_evasive on a DirectAdmin server</title>
		<link>http://solidservers.ca/2009/10/how-to-install-mod_evasive-on-a-directadmin-server/</link>
		<comments>http://solidservers.ca/2009/10/how-to-install-mod_evasive-on-a-directadmin-server/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 02:35:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[directadmin evasive]]></category>
		<category><![CDATA[directadmin mod_evasive]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=39</guid>
		<description><![CDATA[Well, I figured I would post this for any DirectAdmin ( DA ) users out there that would like to use the power of mod_evasive.  The install is fairly close to a cPanel install, with a couple of little twists.  This is geared towards a server running Apache2, if you are running Apache1, let me [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2009/10/how-to-install-mod_evasive-on-a-directadmin-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install mod_evasive on a cPanel server</title>
		<link>http://solidservers.ca/2009/08/how-to-install-mod_evasive-on-a-cpanel-server/</link>
		<comments>http://solidservers.ca/2009/08/how-to-install-mod_evasive-on-a-cpanel-server/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 02:25:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[mod_evasive]]></category>
		<category><![CDATA[mod_evasive config]]></category>
		<category><![CDATA[mod_evasive cpanel]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=34</guid>
		<description><![CDATA[We are going to install mod_evasive to help protect our cPanel server from low end ddos attacks.  The installation is really quite simple.So, what is this mod_evasive you speak of&#8230;?  Here is a quote directly from the creators site: mod_evasive is an evasive maneuvers module for Apache to provide evasive action in the event of [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2009/08/how-to-install-mod_evasive-on-a-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Tuning / Tweaking MySQL</title>
		<link>http://solidservers.ca/2009/07/tuning-tweaking-mysql/</link>
		<comments>http://solidservers.ca/2009/07/tuning-tweaking-mysql/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 12:48:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[mysqlreport install]]></category>
		<category><![CDATA[mysqlreport installation]]></category>
		<category><![CDATA[tune mysql]]></category>
		<category><![CDATA[tuning-primer install]]></category>
		<category><![CDATA[tweak mysql]]></category>

		<guid isPermaLink="false">http://solidservers.ca/?p=32</guid>
		<description><![CDATA[There are a couple of good scripts out there that will help you to tune your mysql usage for better perfomance.  I&#8217;ve used both of these, and they are very intuative.  Personally, I prefer the latter, however, I still use both for tweaking. tuning-primer &#8220;This script takes information from &#8220;SHOW STATUS LIKE&#8230;&#8221; and &#8220;SHOW VARIABLES [...]]]></description>
		<wfw:commentRss>http://solidservers.ca/2009/07/tuning-tweaking-mysql/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

