<?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>Whplus Blog</title>
	<atom:link href="http://whplus.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://whplus.com/blog</link>
	<description>Informasi Seputar Layanan Whplus</description>
	<lastBuildDate>Wed, 25 Jan 2012 13:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to install GotRoot ModSecurity Rules</title>
		<link>http://whplus.com/blog/2012/01/23/how-to-install-gotroot-modsecurity-rules.html</link>
		<comments>http://whplus.com/blog/2012/01/23/how-to-install-gotroot-modsecurity-rules.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 16:00:02 +0000</pubDate>
		<dc:creator>whplus</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://whplus.com/blog/?p=568</guid>
		<description><![CDATA[Make sure you have at least version 2.6.1 of modsecurity installed. Cpanel includes its own modsecurity configuration files and its own modsecurity module. To install gotroot modsecurity rules for the first time you will need to do the following: Download the Free Delayed/Unsupported feed here. Keep in mind the Delayed feed is released 90 days [...]]]></description>
			<content:encoded><![CDATA[<p>Make sure you have at least version 2.6.1 of modsecurity installed. Cpanel includes its own modsecurity configuration files and its own modsecurity module. To install gotroot modsecurity rules for the first time you will need to do the following:</p>
<ol>
<li>Download the <a href="http://updates.atomicorp.com/channels/rules/delayed/">Free Delayed/Unsupported feed here</a>. Keep in mind the Delayed feed is released 90 days after the realtime feed (that includes any fixes).</li>
<li>Unpack the rules in /usr/local/apache/conf/</li>
<li>Create the following directories and chmod them accordingly:<br />
<blockquote><p>mkdir /var/asl<br />
mkdir /var/asl/data/<br />
mkdir /var/asl/data/msa<br />
mkdir /var/asl/data/audit<br />
mkdir /var/asl/data/suspicious<br />
chown nobody.nobody /var/asl/data/msa<br />
chown nobody.nobody /var/asl/data/audit<br />
chown nobody.nobody /var/asl/data/suspicious<br />
chmod o-rx -R /var/asl/data/*<br />
chmod ug+rwx -R /var/asl/data/*
</p></blockquote>
<p>you will never need to use these directories but they have to be present for the rules to work.</li>
<p><span id="more-568"></span></p>
<li>Modify your user configuration file /usr/local/apache/conf/modsec2.user.conf to have the following commands:<br />
<blockquote><p>SecPcreMatchLimit 50000<br />
SecPcreMatchLimitRecursion 50000<br />
SecRequestBodyAccess On<br />
SecResponseBodyAccess On<br />
SecResponseBodyMimeType (null) text/html text/plain text/xml<br />
SecResponseBodyLimit 20621440<br />
SecServerSignature Apache<br />
SecUploadDir /var/asl/data/suspicious<br />
SecUploadKeepFiles Off<br />
SecAuditLogParts ABIFHZ<br />
SecArgumentSeparator &#8220;&amp;&#8221;<br />
SecCookieFormat 0<br />
SecRequestBodyLimit 20621440<br />
SecRequestBodyInMemoryLimit 2062144<br />
SecDataDir /var/asl/data/msa<br />
SecTmpDir /tmp<br />
SecAuditLogStorageDir /var/asl/data/audit<br />
SecResponseBodyLimitAction ProcessPartial<br />
# ASL/GOTROOT Rules<br />
Include /usr/local/apache/conf/modsec/*asl*.conf
</p></blockquote>
<p>The recommended minimum ruleset to load is:</p>
<blockquote><p>
Include /usr/local/apache/conf/modsec/00_asl_z_antievasion.conf<br />
Include /usr/local/apache/conf/modsec/09_asl_rules.conf<br />
Include /usr/local/apache/conf/modsec/10_asl_antimalware.conf<br />
Include /usr/local/apache/conf/modsec/10_asl_rules.conf<br />
Include /usr/local/apache/conf/modsec/11_asl_adv_rules.conf<br />
Include /usr/local/apache/conf/modsec/20_asl_useragents.conf<br />
Include /usr/local/apache/conf/modsec/30_asl_antispam.conf<br />
Include /usr/local/apache/conf/modsec/50_asl_rootkits.conf<br />
Include /usr/local/apache/conf/modsec/60_asl_recons.conf<br />
Include /usr/local/apache/conf/modsec/61_asl_recons_dlp.conf<br />
Include /usr/local/apache/conf/modsec/99_asl_jitp.conf
</p></blockquote>
</li>
<li>Before restarting apache we recommend you test your configuration by running apache with the &#8220;configtest&#8221; command.<br />
<blockquote><p>service httpd configtest</p></blockquote>
</li>
<li>Restart apache, enjoy your new secure web server!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://whplus.com/blog/2012/01/23/how-to-install-gotroot-modsecurity-rules.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perubahan Harga Domain</title>
		<link>http://whplus.com/blog/2012/01/17/perubahan-harga-domain.html</link>
		<comments>http://whplus.com/blog/2012/01/17/perubahan-harga-domain.html#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:54:27 +0000</pubDate>
		<dc:creator>whplus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://whplus.com/blog/2012/01/17/perubahan-harga-domain.html</guid>
		<description><![CDATA[Sehubungan adanya kenaikan harga domain dari registrar, maka dengan sangat terpaksa kami harus menyesuaikan harga domain kami. Harga baru berlaku untuk registrasi, transfer dan renewal mulai hari ini jam 8.00WIB Harga domain selengkapnya bisa dilihat di http://domain.whplus.com/domain.php?action=domain_pricing Demikian disampaikan, terima kasih atas perhatian dan kerjasamanya.]]></description>
			<content:encoded><![CDATA[<p>Sehubungan adanya kenaikan harga domain dari registrar, maka dengan  sangat terpaksa kami harus menyesuaikan harga domain kami. Harga baru  berlaku untuk registrasi, transfer dan renewal mulai hari ini jam  8.00WIB</p>
<p>Harga domain selengkapnya bisa dilihat di <a href="http://domain.whplus.com/domain.php?action=domain_pricing" target="_blank">http://domain.whplus.com/domain.php?action=domain_pricing</a></p>
<p>Demikian disampaikan, terima kasih atas perhatian dan kerjasamanya.</p>
]]></content:encoded>
			<wfw:commentRss>http://whplus.com/blog/2012/01/17/perubahan-harga-domain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting Gratis 25MB, mau?</title>
		<link>http://whplus.com/blog/2012/01/07/hosting-gratis-25mb-mau.html</link>
		<comments>http://whplus.com/blog/2012/01/07/hosting-gratis-25mb-mau.html#comments</comments>
		<pubDate>Sat, 07 Jan 2012 03:57:50 +0000</pubDate>
		<dc:creator>whplus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://whplus.com/blog/2012/01/07/hosting-gratis-25mb-mau.html</guid>
		<description><![CDATA[Dapatkan Hosting Gratis 25MB untuk setiap pembelian domain baru. Anda cukup bayar domainnya saja, hostingnya kami berikan gratis selama domain terdaftar di whplus Space: 25MB Bandwidth: 2G 1 Mysql database Unlimited Email Softaculous Autoinstaller Klik link berikut untuk order: Hosting Gratis IIX 25MB Hosting Gratis USA 25MB]]></description>
			<content:encoded><![CDATA[<p>Dapatkan Hosting Gratis 25MB untuk setiap pembelian domain baru. Anda cukup bayar domainnya saja, hostingnya kami berikan gratis selama domain terdaftar di whplus</p>
<ul>
<li>Space: 25MB</li>
<li>Bandwidth: 2G</li>
<li>1 Mysql database</li>
<li>Unlimited Email</li>
<li>Softaculous Autoinstaller</li>
</ul>
<p>Klik link berikut untuk order:</p>
<p><a href="http://my.whplus.com/cart.php?a=add&amp;pid=27&amp;promocode=FREEHOSTING">Hosting Gratis IIX 25MB</a> <br /><a href="http://my.whplus.com/cart.php?a=add&amp;pid=1&amp;promocode=FREEHOSTING">Hosting Gratis USA 25MB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://whplus.com/blog/2012/01/07/hosting-gratis-25mb-mau.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selamat Tahun Baru 2012</title>
		<link>http://whplus.com/blog/2012/01/01/selamat-tahun-baru-2012.html</link>
		<comments>http://whplus.com/blog/2012/01/01/selamat-tahun-baru-2012.html#comments</comments>
		<pubDate>Sun, 01 Jan 2012 02:49:18 +0000</pubDate>
		<dc:creator>whplus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://whplus.com/blog/2012/01/01/selamat-tahun-baru-2012.html</guid>
		<description><![CDATA[Kami mengucapkan Selamat Tahun Baru 2012. Semoga di tahun 2012 akan lebih baik dari dari tahun-tahun sebelumnya dan semoga sukses menyertai kita semua.  Tak lupa kami mengucapkan terima kasih atas kerjasama dan kepercayaan Anda telah menggunakan layanan Whplus selama ini.]]></description>
			<content:encoded><![CDATA[<p>Kami mengucapkan Selamat Tahun Baru 2012. Semoga di tahun 2012 akan lebih baik dari dari tahun-tahun sebelumnya  dan semoga sukses menyertai kita semua.  Tak lupa kami mengucapkan  terima kasih atas kerjasama dan kepercayaan Anda telah menggunakan  layanan Whplus selama ini.</p>
]]></content:encoded>
			<wfw:commentRss>http://whplus.com/blog/2012/01/01/selamat-tahun-baru-2012.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perubahan IP DNS Cluster Singapore</title>
		<link>http://whplus.com/blog/2011/12/27/perubahan-ip-dns-cluster-singapore-3.html</link>
		<comments>http://whplus.com/blog/2011/12/27/perubahan-ip-dns-cluster-singapore-3.html#comments</comments>
		<pubDate>Tue, 27 Dec 2011 06:19:54 +0000</pubDate>
		<dc:creator>whplus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://whplus.com/blog/2011/12/27/perubahan-ip-dns-cluster-singapore-3.html</guid>
		<description><![CDATA[Sehubungan dengan perubahan upstream ISP Datacenter, kami informasikan bahwa ada perubahan IP address untuk DNS Cluster Singapore dari semula 111.221.47.29menjadi 223.25.238.13 Untuk reseller yang menggunakan private NS silakan update IP NS dari sisi domain registry anda. Kami telah update untuk sisi server DNS kami. Selengkapnya adalah sbb: Primary Nameserver : ns1 IP: 119.235.18.237 Secondary Nameserver: [...]]]></description>
			<content:encoded><![CDATA[<p>Sehubungan dengan perubahan upstream ISP Datacenter, kami    informasikan bahwa ada perubahan IP address untuk DNS Cluster Singapore   dari  semula <strong>111.221.47.29</strong>menjadi <strong>223.25.238.13</strong></p>
<p>Untuk reseller yang menggunakan private NS silakan update IP NS dari    sisi domain registry anda. Kami telah update untuk sisi server DNS   kami.  Selengkapnya adalah sbb:</p>
<p><strong> Primary Nameserver : ns1   IP: 119.235.18.237</strong><br /> <strong> Secondary Nameserver: ns2   IP: 223.25.238.13</strong><br /> <strong> Tertiery Nameserver: ns3   IP: 216.24.205.113</strong></p>
<p>Demikian disampaikan. Mohon maaf atas ketidaknyamanan ini.</p>
]]></content:encoded>
			<wfw:commentRss>http://whplus.com/blog/2011/12/27/perubahan-ip-dns-cluster-singapore-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

