<?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>Nickbrown.com.au &#187; Hosting</title>
	<atom:link href="http://nickbrown.com.au/articles/category/hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://nickbrown.com.au</link>
	<description></description>
	<lastBuildDate>Wed, 08 Dec 2010 13:09:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Plesk 10 Upgrade &#8211; WWW Site Prefix Shows Default Page</title>
		<link>http://nickbrown.com.au/articles/plesk-10-upgrade-www-site-prefix-shows-default-page</link>
		<comments>http://nickbrown.com.au/articles/plesk-10-upgrade-www-site-prefix-shows-default-page#comments</comments>
		<pubDate>Thu, 18 Nov 2010 11:41:44 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nickbrown.com.au/?p=30</guid>
		<description><![CDATA[A recent upgrade from Plesk 9 to Plesk 10 resulted in us experiencing an issue where the Plesk Default Page is shown for the WWW prefix for a number of sites. Turns out it is a documented issue however the &#8230; <a href="http://nickbrown.com.au/articles/plesk-10-upgrade-www-site-prefix-shows-default-page">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A recent upgrade from Plesk 9 to Plesk 10 resulted in us experiencing an issue where the Plesk Default Page is shown for the WWW prefix for a number of sites. Turns out it is a <a href="http://kb.parallels.com/en/9289">documented issue</a> however the Parallels suggested solution hardly scales.<br />
<span id="more-30"></span><br />
This is frustrating, very frustrating. Someone might want to send a copy of the relevant DNS RFC to Parallels as its also plain wrong.</p>
<p><strong>Disclaimer:</strong> I won&#8217;t be held liable for any data loss, downtime or customer angst as a result of the following. While this will work in most environments, YMMV. Backup your PSA database before starting.</p>
<p>First step is to create a small shell script (Ie. vim /root/fixissue.sh) containing the following</p>
<blockquote><p>
<code></p>
<p>#! /bin/csh<br />
foreach domain (`cat /root/domains`)<br />
        /usr/local/psa/bin/dns --add $domain -cname 'www' -canonical $domain<br />
        /usr/local/psa/admin/sbin/httpdmng --reconfigure-domain $domain<br />
        echo $domain Fixed<br />
end</p>
<p></code>
</p></blockquote>
<p>Following this, complete the following. This could also be scripted without effort.</p>
<p><code>echo "select host from dns_recs WHERE host LIKE 'www%' AND type = 'A';" | mysql -N -uadmin -p`cat /etc/psa/.psa.shadow` psa > /root/domains</p>
<p>sed -i 's/^.\{4\}//g' /root/domains</p>
<p>sed -i 's/\.$//' /root/domains </p>
<p>echo "delete from dns_recs WHERE host LIKE 'www%' AND `type` = 'A';" | mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa</p>
<p>chmod u+x /root/fixissue.sh</p>
<p>/root/fixissue.sh</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://nickbrown.com.au/articles/plesk-10-upgrade-www-site-prefix-shows-default-page/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WHMCS ANZ eGate Payment Module</title>
		<link>http://nickbrown.com.au/articles/whmcs-anz-egate-payment-module</link>
		<comments>http://nickbrown.com.au/articles/whmcs-anz-egate-payment-module#comments</comments>
		<pubDate>Thu, 06 May 2010 10:07:29 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://nickbrown.com.au/?p=21</guid>
		<description><![CDATA[WHMCS ANZ eGate Payment Module An ANZ eGate Credit Card Payment Gateway for WHMCS. Open Source, Free Download and now with 100% Money Collecting Goodness.  <a href="http://nickbrown.com.au/articles/whmcs-anz-egate-payment-module">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Version 2 of the ANZ eGate Payment Module for WHMCS is now available. Thankyou to everyone who provided feedback on the first release, especially Haumanto. The following changes have been made;</p>
<p>• Feature: PAY NOW button added to generated invoices within Client Area<br />
• Bug Fix: Update to the rounding used when calculating amount to process<br />
• Bug Fix: Updated validation on data sent to ANZ, specifically checking for spaces in card number<br />
• Bug Fix: Updated validation to ensure the card CCV is within the expected CCV field as opposed to WHMCS &#8220;Card Issue Number&#8221; field</p>
<p><strong>Disclaimer:</strong> Myself, nor anyone else associated with this gateway work for ANZ or WHMCS. I, nor any associated party will be held liable for any data loss, leaked financial data including but not limited to Credit Card numbers or incorrect data being processed by your merchant facility.</p>
<p><strong>Download:</strong><br />
• <a href="../public/whmcs/anzegatewhmcs.tar">Download File Here</a><br />
• Extract tar (tar -xvf anzegatewhmcs.tar)<br />
• Move anzegate.php to your WHMCS payment gateways directory<br />
• Configure your merchant information from the Payment Gateways section of the WHMCS admin area</p>
]]></content:encoded>
			<wfw:commentRss>http://nickbrown.com.au/articles/whmcs-anz-egate-payment-module/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>SMTP Access when Port 25 is blocked</title>
		<link>http://nickbrown.com.au/articles/smtp-access-when-port-25-is-blocked</link>
		<comments>http://nickbrown.com.au/articles/smtp-access-when-port-25-is-blocked#comments</comments>
		<pubDate>Wed, 30 May 2007 09:57:32 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://nickbrown.com.au/?p=14</guid>
		<description><![CDATA[I have noticed an increase lately of customers asking if we can provide SMTP access on a port other than 25, specifically for those who are traveling internationally and their motel will not allow SMTP through. While I want to &#8230; <a href="http://nickbrown.com.au/articles/smtp-access-when-port-25-is-blocked">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have noticed an increase lately of customers asking if we can provide SMTP access on a port other than 25, specifically for those who are traveling internationally and their motel will not allow SMTP through. While I want to try and keep this blog as factual as possible, I do not believe that proivders should be offering SMTP on any other port with the intention to circumvent these port restrictions.<br />
These restrictions were originally put in place by ISP&rsquo;s to attempt to limit the number of zombie PC&rsquo;s out there acting as either relays or spam senders. Every email provider will acknowledge that spam is a huge problem, however by opening these additional ports we are simply contributing to the problem.<br />
My 2 cents worth.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickbrown.com.au/articles/smtp-access-when-port-25-is-blocked/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

