<?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>Web Design &#038; Web Development Specialists, Extro Interactive, Sydney &#187; plesk</title>
	<atom:link href="http://blog.extro.com.au/category/plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extro.com.au</link>
	<description>Web application development, Flash, Actionscript, Flex, Online Marketing, Web 2.0 and other uber-geeky stuff</description>
	<lastBuildDate>Thu, 30 Sep 2010 05:46:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Use a different php.ini file for a particular domain in Plesk (php5/php4)</title>
		<link>http://blog.extro.com.au/2009/08/25/use-a-different-phpini-file-for-a-particular-domain-in-plesk-php5php4/</link>
		<comments>http://blog.extro.com.au/2009/08/25/use-a-different-phpini-file-for-a-particular-domain-in-plesk-php5php4/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 03:45:53 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://blog.extro.com.au/2009/08/25/use-a-different-phpini-file-for-a-particular-domain-in-plesk-php5php4/</guid>
		<description><![CDATA[Media Temple has rather nice article on the topic of modifying php.ini file and enabling php5 on a per-domain basis but they don&#8217;t address this particular issue. If you need to use a separate php.ini file for a particular domain in Plesk, the easy way is to copy the php.ini file into the current domain&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Media Temple has rather nice article on the topic of <a title="Modify php.ini file in Plesk" target="_blank" href="http://kb.mediatemple.net/questions/664/How+can+I+edit+php.ini+on+the+(dv)+%26+(dpv)+Dedicated-Virtual+Servers%3F">modifying php.ini file</a> and <a title="Enabling php5 on a per-domain basis for Plesk" target="_blank" href="http://kb.mediatemple.net/questions/260/Upgrade+to+PHP+5+on+(dv)+3.0+Dedicated+Virtual+Servers">enabling php5 on a per-domain basis</a> but they don&#8217;t address this particular issue.</p>
<p>If you need to use a separate php.ini file for a particular domain in Plesk, the easy way is to copy the php.ini file into the current domain&#8217;s bin folder, and then restart the server using the below commands. The php executable looks in it&#8217;s own directory first for a valid php.ini file before looking in the other locations, and before the default php.ini file is loaded.</p>
<p>In our case, we needed to do this because we needed to specify a unique session.save_path for each domain, but there are certainly countless other reasons why you would want to use a special php.ini file per domain.</p>
<p><strong>Create local version of php.ini for this domain</strong><br />
cp /opt/php51/etc/php5/fastcgi/php.ini /var/www/vhosts/example.com/bin/php.ini</p>
<p><strong>Restart Plesk web server</strong><br />
/usr/local/psa/admin/sbin/websrvmng -a -v</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.extro.com.au/2009/08/25/use-a-different-phpini-file-for-a-particular-domain-in-plesk-php5php4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract Plesk backup files to desktop</title>
		<link>http://blog.extro.com.au/2009/08/18/extract-plesk-backup-files-to-desktop/</link>
		<comments>http://blog.extro.com.au/2009/08/18/extract-plesk-backup-files-to-desktop/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:52:08 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://blog.extro.com.au/2009/08/18/extract-plesk-backup-files-to-desktop/</guid>
		<description><![CDATA[When you use the in-built Plesk backup system for your domain or client data, it stores the backup files in a format which is a little difficult to access. ZIP format would have been nice, but it actually stores them as gzipped multi-part mime. It&#8217;s the multi-part mime bit that got me thinking&#8230; with all [...]]]></description>
			<content:encoded><![CDATA[<p>When you use the in-built Plesk backup system for your domain or client data, it stores the backup files in a format which is a little difficult to access. ZIP format would have been nice, but it actually stores them as gzipped multi-part mime.</p>
<p>It&#8217;s the multi-part mime bit that got me thinking&#8230; with all the emails we send in multi-part mime, there must be an easy way to work with these files.</p>
<p>Outlook Express to the rescue! It just so happens that the &#8220;.eml&#8221; file format for saved outlook express emails is straight multi-part mime. (Fingers crossed this works with the new Windows Mail in Vista and Windows 7, if not you might need to dust off one of your old XP boxes).<br />
Here&#8217;s how it works:</p>
<p><strong>Extract your backup file with WinRAR</strong><br />
I hear there are other tools out there (someone said anything that supports .gz will do the trick), but I think WinRAR is the best.</p>
<p><strong>Change the file extension to &#8220;.eml&#8217;</strong><br />
Rename the extract file by adding a &#8220;.eml&#8221; file extension. This assocates the file with Outlook Express.<br />
<strong>Open the .eml file with Outlook Express</strong><br />
Sometimes I get a nasty warning message on this step, but it still opens just fine. All the individual files are neatly organised as attachments to the email. Drag whichever files you need to your desktop and you&#8217;re home free.<br />
<img align="middle" title="Plesk backup file extract using outlook express" alt="Plesk backup file extract using outlook express" src="http://blog.extro.com.au/wp-content/uploads/2009/08/plesk_backup_file_extract_using_outlook_express.gif" /><br />
Warning: sometimes this .eml files can get very large. I managed to open one that was over 1gb, but please be careful when you do this because Outlook Express isn&#8217;t exactly designed to be bullet proof on large files.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.extro.com.au/2009/08/18/extract-plesk-backup-files-to-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing Log Files and Configuring Recycling of Log Files in PLESK</title>
		<link>http://blog.extro.com.au/2008/06/16/viewing-log-files-and-configuring-recycling-of-log-files-in-plesk/</link>
		<comments>http://blog.extro.com.au/2008/06/16/viewing-log-files-and-configuring-recycling-of-log-files-in-plesk/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 01:14:09 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[account management]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://blog.extro.com.au/2008/06/16/viewing-log-files-and-configuring-recycling-of-log-files-in-plesk/</guid>
		<description><![CDATA[To keep disk space usage to a minimum, Extro recommend you switch on your PLESK Log Rotation. The steps below are directly from the PLESK User&#8217;s Guide: All connections to the Web server and requests for files that were not found on the server are registered in log files. These log files are analyzed by [...]]]></description>
			<content:encoded><![CDATA[<p>To keep disk space usage to a minimum, Extro recommend  you switch on your PLESK Log Rotation.</p>
<p>The steps below are directly from the <strong>PLESK User&#8217;s Guide</strong>:</p>
<p><em>All connections to the Web server and requests for files that were not found on the server are registered in log files. These log files are analyzed by the statistical utilities running on the server, which then present graphical reports on demand. You may want to download these log files to your computer for processing by third-party statistical utilities, or view their contents for web server debugging purposes.</em></p>
<p>To prevent these log files from growing too large, you should enable automatic cleanup and recycling of log files:</p>
<p>1. Go to Domains > domain name > Log Manager > Log Rotation and click Switch On. If you see only Switch off there, this means that log recycling is already switched on.<br />
2. Specify when to recycle log files and how many instances of each log file to store on the server. Also specify whether they should be compressed and sent to an e-mail address after processing. Click OK.</p>
<p>To view the contents of a log file or download it to your computer:</p>
<p>1. Go to Domains > domain name and click Log Manager in the Hosting group. A list of log files will show.<br />
* To specify the number of lines from the end of the log file that you would like to view, type a number into the input box under the Preferences group.<br />
* To view the contents of a log file, click its file name.<br />
* To download a file to your computer, click an icon corresponding to the file you need.<br />
* To remove a processed log file from the server, select a corresponding check box and click Remove Selected. Confirm removal and click OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.extro.com.au/2008/06/16/viewing-log-files-and-configuring-recycling-of-log-files-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

