<?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>Apache, Linux ,Seo tricks and many more &#187; General</title>
	<atom:link href="http://www.gossiplime.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gossiplime.com</link>
	<description>This blog is just for all persons to know more about php, apache , linux , seo etc</description>
	<lastBuildDate>Wed, 24 Jun 2009 15:50:03 +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>Install mod_bandwidth</title>
		<link>http://www.gossiplime.com/2009/03/install-mod_bandwidth/</link>
		<comments>http://www.gossiplime.com/2009/03/install-mod_bandwidth/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 16:46:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[mod_bandwidth]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=308</guid>
		<description><![CDATA[What is Mod_Bandwidth &#8220;Mod_bandwidth&#8221; (mod bandwidth) is a module for the Apache webserver that enable the setting of server-wide or per connection bandwidth limits, based on the directory, size of files and remote IP/domain. For Apache 1.3x. ONLY! This how-to is not compatible with old versions of apache, including but not limited to 1.3beta How [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Mod_Bandwidth</strong></p>
<p>&#8220;Mod_bandwidth&#8221; (mod bandwidth) is a module for the Apache webserver that enable the setting of server-wide or per connection bandwidth limits, based on the directory, size of files and remote IP/domain.</p>
<p>For Apache 1.3x. ONLY! This how-to is not compatible with old versions of apache, including but not limited to 1.3beta</p>
<p><span style="color: #333399;"><strong>How to install mod_bandwidth</strong></span></p>
<p>1. Login to your server via SSH as root.</p>
<p>2. Type: mkdir /root/mod_bw</p>
<p>3. Type: cd /root/mod_bw</p>
<p>4. Type: wget ftp://ftp.cohprog.com/pub/apache/module/1.3.0/mod_bandwidth.c</p>
<p>5. Type: /usr/local/apache/bin/apxs -c /root/mod_bw/mod_bandwidth.c -o /usr/local/apache/libexec/mod_bandwidth.so</p>
<p>6. Type: mkdir /usr/local/apache/bw_limit</p>
<p>7. Type: mkdir /usr/local/apache/bw_limit/link</p>
<p>8. Type: mkdir /usr/local/apache/bw_limit/master</p>
<p>9. Type: pico -w /etc/httpd/conf/httpd.conf</p>
<p>10. Locate the following Line: LoadModule rewrite_module libexec/mod_rewrite.so</p>
<p>11. <strong>Before</strong> the above line add this:<br />
LoadModule bandwidth_module libexec/mod_bandwidth.so</p>
<p>12. Now locate this line: AddModule mod_env.c</p>
<p>13. <strong>Before</strong> the above line add this:<br />
AddModule mod_bandwidth.c</p>
<p>14. Now locate this line: # Document types.</p>
<p>15. <strong>Before</strong> the above line add this:<br />
BandWidthDataDir &#8220;/usr/local/apache/bw_limit&#8221;<br />
BandWidthModule On</p>
<p>16. To enable mod_bandwidth on a virtual host locate the virtual host entry for the specified domain/acount you wish to limit. Just before the line add the following:<br />
BandWidthModule On<br />
BandWidth all 512</p>
<p>The 512 can be replaced with whatever rate you wish to limit the acount too.</p>
<p>17. Save the file and exit.<br />
CTRL-X then Y then enter.</p>
<p>18. Type: service httpd restart</p>
<p>19. Type: cd /usr/sbin</p>
<p>20. Type: wget ftp://ftp.cohprog.com/pub/apache/module/cleanlink.pl</p>
<p><strong>What is cleanlink?</strong><br />
Cleanlink is a deamon that is used to clean links created by mod_bandwidth when they aren&#8217;t removed properly by the server. (When a httpd process doesn&#8217;t terminate the usual way.)</p>
<p>21. Type: chmod 755 cleanlink.pl</p>
<p>22. Type: pico -w cleanlink.pl</p>
<p>23. Change $LINKDIR to the following:<br />
$LINKDIR=&#8221;/usr/local/apache/bw_limit/link&#8221;;</p>
<p>24. Save the file and exit.<br />
CTRL-X then Y then enter.</p>
<p>25. Type: perl cleanlink.pl</p>
<p>26. Type: pico -w /etc/rc.d/rc.local</p>
<p>27. Scroll down to the very end of the file and add the following:<br />
# The following line Launches CleanLink for Mod_Bandwidth<br />
perl /usr/sbin/cleanlink.pl</p>
<p>28. Save the file and exit.<br />
CTRL-X then Y then enter.</p>
<p>mod_bandwidth has many options. If you wish to modify mod_bandwidth and enable more options please visit the documentation available by the programmer here: http://www.cohprog.com/v3/bandwidth/doc-en.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/03/install-mod_bandwidth/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Know other websites on same ip</title>
		<link>http://www.gossiplime.com/2009/02/know-other-websites-on-same-ip/</link>
		<comments>http://www.gossiplime.com/2009/02/know-other-websites-on-same-ip/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 05:23:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[lookup]]></category>
		<category><![CDATA[reverse ip]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=268</guid>
		<description><![CDATA[Hi friends enjoy reverse ip lookup Virtual Hosts and websites on a IP Here are some quick tips to know all the websites and Virtual Hosts on a IP address: 1) Using whois DB syntax: http://whois.webhosting.info/x.x.x.x e.g.: http://whois.webhosting.info/64.233.169.99 2) Using Domain Tools (sign-up required) syntax: http://www.domaintools.com/reverse-ip/?hostname=x.x.x.x e.g. http://www.domaintools.com/reverse-ip/?hostname=64.233.169.99 Hope you all enjoy]]></description>
			<content:encoded><![CDATA[<p>Hi friends enjoy reverse ip lookup<br />
Virtual Hosts and websites on a IP</p>
<p>Here are some quick tips to know all the websites and Virtual Hosts on a IP address:</p>
<p>1) Using whois DB<br />
syntax: http://whois.webhosting.info/x.x.x.x<br />
e.g.: <a href="http://whois.webhosting.info/64.233.169.99">http://whois.webhosting.info/64.233.169.99</a></p>
<p>2) Using Domain Tools (sign-up required)<br />
syntax: http://www.domaintools.com/reverse-ip/?hostname=x.x.x.x<br />
e.g. <a href="http://www.domaintools.com/reverse-ip/?hostname=64.233.169.99">http://www.domaintools.com/reverse-ip/?hostname=64.233.169.99</a></p>
<p>Hope you all enjoy <img src='http://www.gossiplime.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/02/know-other-websites-on-same-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laloo prasad yadav in a comedy mood</title>
		<link>http://www.gossiplime.com/2009/01/laloo-prasad-yadav-in-a-comedy-mood/</link>
		<comments>http://www.gossiplime.com/2009/01/laloo-prasad-yadav-in-a-comedy-mood/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 05:00:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Comedy]]></category>
		<category><![CDATA[Laloo]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=187</guid>
		<description><![CDATA[Laloo Prasad]]></description>
			<content:encoded><![CDATA[<p>Laloo Prasad</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/fhequbKB-bc&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/fhequbKB-bc&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/01/laloo-prasad-yadav-in-a-comedy-mood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to Wireless (wifi)</title>
		<link>http://www.gossiplime.com/2008/12/connect-to-wireless-wifi/</link>
		<comments>http://www.gossiplime.com/2008/12/connect-to-wireless-wifi/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 21:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=176</guid>
		<description><![CDATA[Hi first make sure you have a wifi adsl router or just router. if u have adsl wifi router then follow these steps 1. Switch on the wireless modem. 2. Plug your phone line into your  modem 3. Connect it with cable , insert one point in adsl modem and second one in your laptop. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi first make sure you have a wifi adsl router or just router.<br />
if u have adsl wifi router then follow these steps</p>
<p>1. Switch on the wireless modem.<br />
2. Plug your phone line into your  modem<br />
3. Connect it with cable , insert one point in adsl modem and second one in your laptop.<br />
4. Login to your modem control panel.<br />
5. Enable the option of Wireless, you can also set wep key over there.<br />
6. After doing all these.<br />
7. Then make sure internet is working with that modem.<br />
8. Remove your cable from your laptop.<br />
9. Now you are conected to the internet through your wifi modem</p>
<p> <img src='http://www.gossiplime.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2008/12/connect-to-wireless-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the diff b/w GB and MB? Which holds more?</title>
		<link>http://www.gossiplime.com/2008/10/what-is-the-diff-bw-gb-and-mb-which-holds-more/</link>
		<comments>http://www.gossiplime.com/2008/10/what-is-the-diff-bw-gb-and-mb-which-holds-more/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 06:46:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[gb]]></category>
		<category><![CDATA[mb]]></category>
		<category><![CDATA[unit]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=178</guid>
		<description><![CDATA[Hello friends do you know  gb(giga byte)  holds more or mb (MegaByte) 1024 kb = 1 mb 1024 mb = 1 gb So GB holds more]]></description>
			<content:encoded><![CDATA[<p>Hello friends do you know  gb(giga byte)  holds more or mb (MegaByte)</p>
<p>1024 kb = 1 mb</p>
<p>1024 mb = 1 gb</p>
<p>So GB holds more <img src='http://www.gossiplime.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2008/10/what-is-the-diff-bw-gb-and-mb-which-holds-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
