<?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>JDS Media &#187; grep</title>
	<atom:link href="http://www.jdsmedia.net/tag/grep/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jdsmedia.net</link>
	<description>Tivoli deployment and integration</description>
	<lastBuildDate>Fri, 25 Nov 2011 00:46:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows Ports</title>
		<link>http://www.jdsmedia.net/miscellaneous/windows-ports#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/windows-ports#comments</comments>
		<pubDate>Sun, 14 Jun 2009 19:47:53 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[WindozeMiscellaneous]]></category>
		<category><![CDATA[ano]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache server]]></category>
		<category><![CDATA[binded]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[event logs]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[PID]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[task]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[Wef]]></category>

		<guid isPermaLink="false">http://localhost/?p=257</guid>
		<description><![CDATA[I was experimenting with WAMP on my laptop, not a big deal in itself, but when I rebooted the Apache server failed to start. Event logs showed something else had already been binded to port 80. Quick Fix was to determine which PID had it by running the following: netstat -ano From there you can [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/windows-ports/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting : Why does every visit to my website have the same IP address?</title>
		<link>http://www.jdsmedia.net/miscellaneous/webservices/web_programming/hosting-why-does-every-visit-to-my-website-have-the-same-ip-address#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/webservices/web_programming/hosting-why-does-every-visit-to-my-website-have-the-same-ip-address#comments</comments>
		<pubDate>Thu, 04 Sep 2008 13:24:05 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[web_programming]]></category>
		<category><![CDATA[ADDR]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[CLIENT]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code request]]></category>
		<category><![CDATA[code server]]></category>
		<category><![CDATA[correct ip]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[exec grep]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[g file]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[local system]]></category>
		<category><![CDATA[Locate]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[mosso]]></category>
		<category><![CDATA[mv]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[REMOTE]]></category>
		<category><![CDATA[remote addr]]></category>
		<category><![CDATA[remote_addr]]></category>
		<category><![CDATA[Request]]></category>
		<category><![CDATA[request servervariables]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[ServerVariables]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[snipper]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tmp]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unix shell]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web content]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=203</guid>
		<description><![CDATA[Reference: http://help.mosso.com/article.php?id=180 Your script is calling for the &#8220;REMOTE_ADDR&#8221; and receives the IP of a server in front of one of our back-end servers. The web facing server is then passing the scripts output without giving the expected REMOTE_ADDR of the visitor. In order for your scripts to recognize that they are on a cluster [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/webservices/web_programming/hosting-why-does-every-visit-to-my-website-have-the-same-ip-address/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

