<?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 Server Hosting Knowledge base &#187; Dedicated Web Server Hosting</title>
	<atom:link href="http://www.bodhost.com/web-hosting/tag/dedicated-web-server-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bodhost.com/web-hosting</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 04:31:16 +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>Debian Dedicated Web Server Hosting and Security</title>
		<link>http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/</link>
		<comments>http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/#comments</comments>
		<pubDate>Mon, 04 May 2009 02:16:45 +0000</pubDate>
		<dc:creator>bodhost</dc:creator>
				<category><![CDATA[Dedicated Server Hosting]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[Debian dedicated server]]></category>
		<category><![CDATA[Dedicated Web Server Hosting]]></category>

		<guid isPermaLink="false">http://www.bodhost.com/web-hosting/?p=961</guid>
		<description><![CDATA[Debian Dedicated Web Server Hosting Security Internet gateways are known to have the most threats in terms of server security. Basically, the traffic that is allowed through the network. When we speak of security, the first thing that comes into our mind is the storage of confidential data such as Credit Card nos. etc. Also, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Debian Dedicated Web Server Hosting Security</strong></p>
<p>Internet gateways are known to have the most threats in terms of server security. Basically, the traffic that is allowed through the network. When we speak of security, the first thing that comes into our mind is the storage of confidential data such as Credit Card nos. etc.</p>
<p>Also, Virus such as Worms or Trojans and preventions of any intrusions are part in Web Server security. Banking security, prevention of hacking attempts are all included in security provisioning. Any Web server that is connected to the internet has a direct threat.</p>
<p>In case of server breach, it can be used for spams, hacking other servers and running illlegal activities on the server. Infact, many illegal activities include DOS attacks to other web servers. A hacker can seriously damage a server without even the server owner knowing about it. We will learn more on Debian Server Security in this post. We can also set &#8220;honey pot&#8221; when we speak of server security. In this case, hackers are directly attracted to a honey pot. However, prior to setup a honey pot, make sure you have remote backup space in case to start from the basic. The first is to prevent unauthorized access to the server. Following are some of the security practices on servers :</p>
<p>- Operating System Security ardening<br />
- Application configuration<br />
- Perimeter security<br />
- Physical security</p>
<p>Operating System Security Hardening :</p>
<p>- Disable all default accounts<br />
- File system security configurations<br />
- Strong and long accounts password<br />
- In order to disable accounts, change default shell to /bin/false<br />
- Change startup configuration<br />
- Disable TCP/IP ports that are run to scan ports.<br />
- File system security<br />
- No usage of common names for groups to reduce the risk of hacks<br />
- TCP wrappers to run Internet-related daemons<br />
- Appropriate hosts.allow Configuration<br />
- Not running GUI<br />
- Log off from Server consoles when not required</p>
<p>Configurations of Applications :</p>
<p>Applications installation and configurations must be done with great care as they can be the source to server hack. Insecure applications can cause harm to your Debian dedicated web server. Applications may have vulnerability to buffer overflow attacks which provides access to hackers and security threats.</p>
<p>It&#8217;s advisable that you should notice the following points :</p>
<p>- Securing insecure applications<br />
- Check for Application updates<br />
- Application Port Opening &#8211; Only which is required<br />
- Secure CGI Scripts<br />
- SSI Security management<br />
- Secure FTP Access for Uploads<br />
- Blocking IPs<br />
- Latest Security Measures.</p>
<p>With DebianOS, disable open ports which are not required through by renaming their S symlinks in runlevel directory. Debian boots into runlevel 2 default by command : cd /etc/rc2.d</p>
<p>Search for symlink S20ssh which opens port for remote console and enhnaces security. Rename symlinks with command : mv S20ssh _S20ssh and this can be done for S20exim4, S20lpd, and S21nfs-common. Run netstat -ap command for /sbin/portmap is the applications has sunrpc port 111 open. NFS requires RPC. We can disable portmap in this case. We can rename symlinks with the following command :</p>
<p>mv /etc/rc2.d/S18portmap /etc/rc2.d/_S18portmap<br />
mv /etc/rcS.d/S43portmap /etc/rcS.d/_S43portmap</p>
<p>Once done, reboot your Debian Dedicated Web Server and then run netstat -a</p>
<p>- Configurations of chroot jail will allow applications directory appear from root of file system. Access to only applications that will reduce the risk to access the entire file system. Apache web server running on DebianOS can easily setup jail as we can use Apache module to complete the task. We can add one line to the configuration file by the following command :</p>
<p>apt-get install libapache-mod-chroot</p>
<p>This will install Apache modules and in case to select from packages or existing modules.conf, add the following link to modules.conf file :</p>
<p>/etc/apache/modules.conf file:</p>
<p>LoadModule choot_module /usr/lib/apache/1.3/mod_chroot.so</p>
<p>In this case, logs, CGI and directories are the same and we don&#8217;t need to create new directories or make any changes to the ownership of the directories.</p>
<p>Chroot Apache applications, Apache IDS module which will search for any threats and will block them. You can simply add the following line to /etc/apt/sources.list file :</p>
<p>http://etc.inittab.org/~agi/debian/libapache-mod-security/etch/</p>
<p>Once added, you can run the following command :</p>
<p>apt-get update</p>
<p>Apt will be aware of tge package at the website. In order to install and enable module, enter the following command :</p>
<p>apt-get install libapache-mod-security</p>
<p>Add the following line to /etc/apache/modules.conf :</p>
<p>LoadModule security_module /usr/lib/apache/1.3/mod_security.so</p>
<p>It will search for any threats, http / PHP requests and block them. We can also add rules to httpd.conf file in order to let it know to as what needs to be checked.</p>
<p>For starters, add the following lines to the bottom of your httpd.conf file:</p>
<p># *** MODULE CONFIG<br />
# Turn the filtering engine On or Off<br />
SecFilterEngine On<br />
# Make sure that URL encoding is valid<br />
SecFilterCheckURLEncoding On<br />
# Unicode encoding check<br />
SecFilterCheckUnicodeEncoding Off<br />
# Only allow bytes from this range<br />
SecFilterForceByteRange 0 255<br />
# Only log suspicious requests<br />
SecAuditEngine RelevantOnly<br />
# Server masking -<br />
# Don&#8217;t tell them it&#8217;s an Apache installation<br />
SecServerSignature &#8220;Lotus-Domino/6.x&#8221;<br />
# The name of the audit log file<br />
SecAuditLog /var/log/apache/audit.log<br />
# Debug level set to a minimum<br />
SecFilterDebugLog /var/log/apache/modsec_debug.log<br />
SecFilterDebugLevel 0<br />
# Should mod_security inspect POST payloads<br />
SecFilterScanPOST On<br />
# By default log and deny suspicious requests<br />
# with HTTP status 403<br />
SecFilterDefaultAction &#8220;deny,log,status:403&#8243;</p>
<p>Adding Fileter rules :</p>
<p>SecFilter /etc/passwd<br />
SecFilter /bin/ls<br />
SecFilter /bin/uname<br />
SecFilter /usr/bin/whoami<br />
SecFilter cd\x20/tmp<br />
SecFilter wget\x20<br />
# Block Santy.A worm<br />
SecFilterSelective ARG_highlight %27<br />
# Block drop table SQL injection attack<br />
SecFilter &#8220;drop[[:space:]]table&#8221;<br />
# Only accept request encodings we know how to handle<br />
# we exclude GET requests from this because some (automated)<br />
# clients supply &#8220;text/html&#8221; as Content-Type<br />
SecFilterSelective REQUEST_METHOD &#8220;!^(GET|HEAD)$&#8221; chain<br />
SecFilterSelective HTTP_Content-Type \<br />
&#8220;!(^application/x-www-form-urlencoded$|^multipart/form-data;)&#8221;<br />
# Do not accept GET or HEAD requests with bodies<br />
SecFilterSelective REQUEST_METHOD &#8220;^(GET|HEAD)$&#8221; chain<br />
SecFilterSelective HTTP_Content-Length &#8220;!^$&#8221;<br />
# Require browser headers from all user agents<br />
SecFilterSelective &#8220;HTTP_USER_AGENT|HTTP_HOST&#8221; &#8220;^$&#8221;<br />
# Require Content-Length to be provided with every POST request<br />
SecFilterSelective REQUEST_METHOD &#8220;^POST$&#8221; chain<br />
SecFilterSelective HTTP_Content-Length &#8220;^$&#8221;<br />
# Don&#8217;t accept transfer encodings we know we don&#8217;t handle<br />
SecFilterSelective HTTP_Transfer-Encoding &#8220;!^$&#8221;</p>
<p>Once done, please make sure you restart Apache with /etc/init.d/apache restart</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Social Bookmarking</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Del.icio.us"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Del.icio.us" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To digg"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To digg" alt="Add 'Debian Dedicated Web Server Hosting and Security' To digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Debian+Dedicated+Web+Server+Hosting+and+Security&amp;u=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/" title="Add 'Debian Dedicated Web Server Hosting and Security' To FURL"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To FURL" alt="Add 'Debian Dedicated Web Server Hosting and Security' To FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To reddit"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To reddit" alt="Add 'Debian Dedicated Web Server Hosting and Security' To reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Debian+Dedicated+Web+Server+Hosting+and+Security&amp;url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;version=0.7" title="Add 'Debian Dedicated Web Server Hosting and Security' To Feed Me Links"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Feed Me Links" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/" title="Add 'Debian Dedicated Web Server Hosting and Security' To Technorati"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Technorati" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;t=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Yahoo My Web"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Yahoo My Web" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;h=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Newsvine"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Newsvine" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security&amp;description=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Ma.gnolia"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Ma.gnolia" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Stumble Upon"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Stumble Upon" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Google Bookmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Google Bookmarks" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/" title="Add 'Debian Dedicated Web Server Hosting and Security' To Squidoo"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/squidoo.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Squidoo" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Squidoo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Blogmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bmarks.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Blogmarks" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Blogmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/" title="Add 'Debian Dedicated Web Server Hosting and Security' To Bloglines"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Bloglines" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;T=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Propeller"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Propeller" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Live-MSN"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Live-MSN" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Debian+Dedicated+Web+Server+Hosting+and+Security&amp;url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/" title="Add 'Debian Dedicated Web Server Hosting and Security' To SlashDot"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To SlashDot" alt="Add 'Debian Dedicated Web Server Hosting and Security' To SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;t=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To FaceBook"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To FaceBook" alt="Add 'Debian Dedicated Web Server Hosting and Security' To FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security" title="Add 'Debian Dedicated Web Server Hosting and Security' To Mixx"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Mixx" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Debian+Dedicated+Web+Server+Hosting+and+Security&amp;c=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/" title="Add 'Debian Dedicated Web Server Hosting and Security' To MySpace"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To MySpace" alt="Add 'Debian Dedicated Web Server Hosting and Security' To MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/&amp;title=Debian+Dedicated+Web+Server+Hosting+and+Security&amp;srcURL=http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/" title="Add 'Debian Dedicated Web Server Hosting and Security' To Google Buzz"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Google Buzz" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Debian Dedicated Web Server Hosting and Security' To Social Bookmarking Reloaded"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Debian Dedicated Web Server Hosting and Security' To Social Bookmarking Reloaded" alt="Add 'Debian Dedicated Web Server Hosting and Security' To Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END --><div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Debian+Dedicated+Web+Server+Hosting+and+Security+http%3A%2F%2Ftinyurl.com%2F2czmaku" title="Post to Twitter"><img class="nothumb" src="http://www.bodhost.com/web-hosting/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Debian+Dedicated+Web+Server+Hosting+and+Security+http%3A%2F%2Ftinyurl.com%2F2czmaku" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bodhost.com/web-hosting/debian-dedicated-web-hosting-and-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup</title>
		<link>http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/</link>
		<comments>http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/#comments</comments>
		<pubDate>Sat, 24 May 2008 22:42:21 +0000</pubDate>
		<dc:creator>bodhost</dc:creator>
				<category><![CDATA[Dedicated Server Hosting]]></category>
		<category><![CDATA[UK VPS Hosting]]></category>
		<category><![CDATA[Dedicated Web Server Hosting]]></category>
		<category><![CDATA[LAMP Cluster Server]]></category>
		<category><![CDATA[load balancing dedicated servers]]></category>
		<category><![CDATA[Round-robin Load-balancing Server]]></category>

		<guid isPermaLink="false">http://www.bodhost.com/web-hosting/?p=923</guid>
		<description><![CDATA[Load-balancing dedicated server Hosting solution and cheap pricing are two important concepts of a budget-corporate client. LAMP ( Linux, Apache, MySQL, and PHP/Perl/Python ) Load-balancing is a solution which can help moving database web server to secondary server. LAMP is not the same as standard cluster setup. Also, it does not include high-availability features such [...]]]></description>
			<content:encoded><![CDATA[<p>Load-balancing <a href="http://www.bodhost.com/"><span style="color: #000000;">dedicated server Hosting</span></a> solution and cheap pricing are two important concepts of a budget-corporate client. LAMP ( Linux, Apache, MySQL, and PHP/Perl/Python ) Load-balancing is a solution which can help moving database web server to secondary server. LAMP is not the same as standard cluster setup. Also, it does not include high-availability features such as fail-over. It shared load and distrbiutes to another server which acts as secondary server which is known to be more cost effective.</p>
<p>Applications and softwares required to setup LAMP clusters are packaged along with linux distributions. Following is an example where two servers run DNS which is the primary server and backup. This is ditributes between 3 web servers and 2 database servers.</p>
<p>The initial stage includes round-robin where DNS is a load-balancing solution which serves web requests for a hostname from different dedicated web servers. In this case, each web server has it&#8217;s own Public IP address.</p>
<p>Following is an example where the domain assignd the same hostname to each of three dedicated web servers but the IP addresses are completely different :</p>
<p>;<br />
; Domain database for foo.com<br />
;<br />
domain.com.                IN      SOA     ns1.domain.com. hostmaster.domain.com. (<br />
2006032801 ; serial<br />
10800 ; refresh<br />
3600 ; retry<br />
86400 ; expire<br />
86400 ; default_ttl<br />
)<br />
;<br />
; Name servers<br />
;<br />
domain.com.                IN      NS      ns1.domain.com.<br />
domain.com.                IN      NS      ns2.domain.com.<br />
;<br />
; Web servers<br />
;<br />
www                     IN  A  10.10.10.11<br />
www                     IN  A  10.10.10.12<br />
www                     IN  A  10.10.10.13</p>
<p>In DNS Server received requests from domain.com, one IP address will return for the first time, then a different IP address for the next request. In this case, Web server traffic is distributed among 3 web servers. However, due to DNS cache, resources may vary. This is just an solution to minimize load-balancing setup cost.</p>
<p>Web Server Configurations that is used in a cluster is the same as Apache Web Server Configuration with only one statement that content is the same with sycnhronization. Many use the option which is known as &#8220;rsync&#8221;.</p>
<p>We suggest you also create a new user account on each dedicated web server and it needs to have write permissions for Web content directory on each web server. Also, create SSH keys for the account and distribue the public keys to /home/syncer/.ssh directory on other 2 web servers. It also allows login without password to the user account and update data at each intervals.</p>
<p>The following rsync updates web content :</p>
<p>#!/bin/bash<br />
rsync -r -a -v -e &#8220;ssh -l syncer&#8221; &#8211;delete /var/www/ webtwo:/var/www/<br />
rsync -r -a -v -e &#8220;ssh -l syncer&#8221; &#8211;delete /var/www/ webthree:/var/www/</p>
<p>When a LAMP Cluster is setup, cookies needs to be checked as Apache stored cookies in /tmp directory. In case, a visitor views a session on Web Servers and if HTTP requests are managed by a different web server, the cookie won&#8217;t exist and it won&#8217;t function as required. Solution to this is shared cookie directory on Web Servers and should be done before setting up LAMP Clusters.</p>
<p>Another requirement of the setup is to send the data to the database master server and should be distributed between master and slave server.</p>
<p>Now, if we focus on Database servers,  MySQL has a feature to maintain database on different servers. It is known as &#8220;log replay&#8221; which means a log is created on the master server which is read by a slave server and then applied to the database.</p>
<p>In this example, we will assign 2 database servers, one is Database Server 1 and Database Server 2.</p>
<p>In order to setup Master database server, you will need to create a replication account which is the user ID in MySQL which is utilized by slave servers which read the logs.</p>
<p>Following is an example :</p>
<p>GRANT REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO copyslave@&#8221;10.10.10.0/255.255.255.0&#8243; IDENTIFIED BY &#8216;copypass&#8217;;</p>
<p>You can also edit MySQL configuration which is located in  /etc/my.cnf and then add the following :</p>
<p># Replication Master Server (default)<br />
# binary logging is required for replication<br />
log-bin ( binary log file &#8211; required for applications )</p>
<p># required unique id<br />
server-id = 1 ( Master Server )</p>
<p>You can view new binary log file in MySQL directory with $HOSTNAME-bin.001. Here, MySQL will create new log files. In order to setup Slave Server, edit /etc/my.cnf and add the following :</p>
<p># required unique id<br />
server-id = 2<br />
#<br />
# The replication master for this slave &#8211; required<br />
# (Master Database Web Server IP)<br />
master-host =   10.1.1.21<br />
#<br />
# Slave Username<br />
# to the master &#8211; required<br />
master-user     =   copy</p>
<p># Slave Password<br />
# the master &#8211; required<br />
master-password =   copypass</p>
<p># Lost Connection Check<br />
master-connect-retry = 15</p>
<p># binary logs<br />
log-bin</p>
<p>Restart MySQL, slave server will connect to the master server and begin the replication process. At initial stage, it will create master.info file with all settings in the default directory which is /var/lib/mysql</p>
<p>In order to check if the replication is working, log in to the MySQL monitor and run show master status and then show slave status. There you need to check Slave_IO_Running and Slave_MySQL_Running. If both are Yes, then the replication process is working.</p>
<p>In case, the database web server loosed network connectivity, you can stop MySQL on the master as well as slave server, then dump master database and reload the database on the slave server and then start MySQL on master and slave server.</p>
<p>If there are any issues with the master database server, the slave database server can be configured as master database server by simply updating the IP address and MySQL configuration file. It is possible to easily setup LAMP cluster on <a href="http://www.bodhost.com"><span style="color: #000000;">dedicated web server hosting</span></a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Social Bookmarking</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Del.icio.us"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Del.icio.us" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To digg"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To digg" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup&amp;u=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To FURL"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To FURL" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To reddit"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To reddit" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup&amp;url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;version=0.7" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Feed Me Links"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Feed Me Links" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Technorati"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Technorati" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;t=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Yahoo My Web"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Yahoo My Web" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;h=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Newsvine"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Newsvine" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup&amp;description=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Ma.gnolia"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Ma.gnolia" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Stumble Upon"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Stumble Upon" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Google Bookmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Google Bookmarks" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Squidoo"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/squidoo.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Squidoo" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Squidoo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Blogmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bmarks.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Blogmarks" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Blogmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Bloglines"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Bloglines" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;T=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Propeller"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Propeller" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Live-MSN"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Live-MSN" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup&amp;url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To SlashDot"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To SlashDot" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;t=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To FaceBook"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To FaceBook" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Mixx"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Mixx" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup&amp;c=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To MySpace"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To MySpace" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/&amp;title=Linux+%26%238211%3B+Apache+%26%238211%3B+MySQL+%26%238211%3B+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup&amp;srcURL=http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Google Buzz"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Google Buzz" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Social Bookmarking Reloaded"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Social Bookmarking Reloaded" alt="Add 'Linux &#8211; Apache &#8211; MySQL &#8211; PHP (LAMP) Load-balancing Dedicated Web Cluster Server Setup' To Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END --><div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Linux+%E2%80%93+Apache+%E2%80%93+MySQL+%E2%80%93+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup+http%3A%2F%2Ftinyurl.com%2F27plkw7" title="Post to Twitter"><img class="nothumb" src="http://www.bodhost.com/web-hosting/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Linux+%E2%80%93+Apache+%E2%80%93+MySQL+%E2%80%93+PHP+%28LAMP%29+Load-balancing+Dedicated+Web+Cluster+Server+Setup+http%3A%2F%2Ftinyurl.com%2F27plkw7" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bodhost.com/web-hosting/load-balancing-lamp-dedicated-web-linux-apache-mysql-and-phpperlpython-cluster-server-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

