<?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>Mind Circus &#187; Apache</title>
	<atom:link href="http://www.twistedethics.com/category/operating-systems/linux/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twistedethics.com</link>
	<description>Inside the mind of a young IT Professional</description>
	<lastBuildDate>Wed, 18 Jan 2012 11:37:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Log rotation on Plesk 8</title>
		<link>http://www.twistedethics.com/2007/08/08/log-rotation-on-plesk-8/</link>
		<comments>http://www.twistedethics.com/2007/08/08/log-rotation-on-plesk-8/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 11:17:54 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2007/08/08/log-rotation-on-plesk-8/</guid>
		<description><![CDATA[A few of our websites receive high traffic and, as a result, the apache log files grow very large, very quickly. By default, Plesk rotates logs every 2,025,139 KB (2GB). This is way too large for a virtualised server such as ours, which provides 10GB of precious disk space. 
To combat this, I set up [...]]]></description>
			<content:encoded><![CDATA[<p>A few of our websites receive high traffic and, as a result, the apache log files grow very large, very quickly. By default, Plesk rotates logs every 2,025,139 KB (2GB). This is way too large for a virtualised server such as ours, which provides 10GB of precious disk space. </p>
<p>To combat this, I set up a regular log rotation in Plesk like so:</p>
<ul>
<li>Log in to Plesk.</li>
<li>Domains > yourdomain.com > Log Manager > Log Rotation</li>
<li>Choose the log rotation condition.</li>
</ul>
<p><a href='http://www.twistedethics.com/wp-content/uploads/2007/08/2007-08-08_115759.png' title='Plesk log rotation'><img src='http://www.twistedethics.com/wp-content/uploads/2007/08/2007-08-08_115759.thumbnail.png' alt='Plesk log rotation' /></a></p>
<p>I choose monthly, but if you&#8217;re rapidly running out of disk space you might want to set a shorter time span, or set a low size limit. Don&#8217;t forget to enable compression to save on disk space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/08/08/log-rotation-on-plesk-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache &#8211; Redirect all requests to a single page</title>
		<link>http://www.twistedethics.com/2006/12/18/apache-redirect-all-requests-to-a-single-page/</link>
		<comments>http://www.twistedethics.com/2006/12/18/apache-redirect-all-requests-to-a-single-page/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 17:03:28 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://twistedethics.com/?p=17</guid>
		<description><![CDATA[We&#8217;re migrating servers at work, and I needed to show a single &#8220;We&#8217;re moving&#8221; page no matter what URL was requested. Here&#8217;s how to do it permanently, and temporarily:
       RedirectMatch permanent .*       http://yoursite.com/migration.html
       RedirectMatch temp .*  [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re migrating servers at work, and I needed to show a single &#8220;We&#8217;re moving&#8221; page no matter what URL was requested. Here&#8217;s how to do it permanently, and temporarily:</p>
<blockquote><p>       <code>RedirectMatch permanent .*       http://yoursite.com/migration.html</code></p></blockquote>
<blockquote><p>       <code>RedirectMatch temp .*       http://yoursite.com/migration.html</code></p></blockquote>
<p>Make sure you point to a different domain than the one you&#8217;re migrating! <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2006/12/18/apache-redirect-all-requests-to-a-single-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

