<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; how to</title>
	<atom:link href="http://www.goitworld.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How to load balance with nginx</title>
		<link>http://www.goitworld.com/how-to-load-balance-with-nginx/</link>
		<comments>http://www.goitworld.com/how-to-load-balance-with-nginx/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 07:15:16 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Nginx Server]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[load balancer]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/how-to-load-balance-with-nginx/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><p>Nignx is a very great web server and load banlancer. In my “<a href="http://www.goitworld.com/category/server-world/nginx-server/">Nginx Server</a>” category have more about nginx. </p>
<p>If you want to configure load balancer with nginx,you can difine upstream to finish. </p>
<h3>
<p><a href="http://www.goitworld.com/tag/session/"></a></p>
<p><ins></ins><ins></ins></p>
<p> deployment overview</p></h3>
<p><b>real server1</b>    <br /><code><a href="http://www.domain1.com">www.domain1.com</a></code>    <br /><code>192.168.1.11</code></p>
<p><b>real server2</b>    <br /><code><a href="http://www.domain1.com">www.domain1.com</a></code>    <br /><code>192.168.1.12</code></p>
<p><b>load balancer</b>    <br /><code>balancer.domain1.com</code>    <br /><code>192.168.1.13     <br /></code>    </p>
<h1>master config part:</h1>
<p>worker_processes&#160; 20; </p>
<p>#error_log&#160; logs/error.log&#160; info; </p>
<p>#pid&#160;&#160;&#160;&#160;&#160;&#160;&#160; logs/nginx.pid;   <br />worker_rlimit_nofile 51200; </p>
<p>events {   <br />&#160;&#160;&#160;&#160;&#160; use epoll;    <br />&#160;&#160;&#160;&#160;&#160; worker_connections 51200;    <br />} </p>
<p>http {   <br />log_format&#160;&#8230; <a href="http://www.goitworld.com/how-to-load-balance-with-nginx/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/how-to-load-balance-with-nginx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>how to securing php</title>
		<link>http://www.goitworld.com/how-to-securing-php/</link>
		<comments>http://www.goitworld.com/how-to-securing-php/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:13:54 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/how-to-securing-php/</guid>
		<description><![CDATA[<p>PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.Yes PHP is a programming language that works on Linux and windows server. And this language helps in maintaining user accounts and server. I will tell you some feature to lock down PHP and securing it. Firstly I will tell you about how to edit php.ini as this is the main arrangement folder for php. You can do it by following way:</p>
<p>Put On Safe Mode:   <br />You can safe guard your security and functions which you are using through this&#8230; <a href="http://www.goitworld.com/how-to-securing-php/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/how-to-securing-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use tcpdump</title>
		<link>http://www.goitworld.com/how-to-use-tcpdump/</link>
		<comments>http://www.goitworld.com/how-to-use-tcpdump/#comments</comments>
		<pubDate>Thu, 28 May 2009 04:32:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tcpdump]]></category>
		<category><![CDATA[usage]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/?p=206</guid>
		<description><![CDATA[<p><strong>Tcpdump</strong> prints  out  the  headers of packets on a network interface that match the boolean expression.<br />
It can also be  run  with the -w flag,  which causes it to save the packet data to a file for later analysis,<br />
and/or with  the -b  flag, which causes it to read from a saved packet file rather than to read packets from<br />
a network interface. In all cases, only packets that match expression will be pro­cessed by tcpdump.</p>
<p>Tcpdump will, if not run with the -c flag, continue capturing packets until it is interrupted by a SIGINT signal<br />&#8230; <a href="http://www.goitworld.com/how-to-use-tcpdump/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/how-to-use-tcpdump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

