<?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>Ghetto Planet &#187; freebsd</title>
	<atom:link href="http://www.ghettoplanet.com/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghettoplanet.com</link>
	<description>Rants &#38; Random Information</description>
	<lastBuildDate>Mon, 28 Feb 2011 04:11:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Wget not running with cron</title>
		<link>http://www.ghettoplanet.com/computers-servers/wget-not-running-with-cron/</link>
		<comments>http://www.ghettoplanet.com/computers-servers/wget-not-running-with-cron/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:29:31 +0000</pubDate>
		<dc:creator>Pockets</dc:creator>
				<category><![CDATA[Computers & Servers]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.ghettoplanet.com/?p=151</guid>
		<description><![CDATA[Are getting a &#8216;wget: not found&#8217; cron error,  but the same wget command works from the command line? Try using the entire path to the wget command.  Find the path to wget by using the locate OR whereis from the command line.  ( Example: locate wget or whereis wget ) Good luck]]></description>
			<content:encoded><![CDATA[<p>Are getting a &#8216;wget: not found&#8217; cron error,  but the same wget command works from the command line?</p>
<p>Try using the entire path to the wget command.  Find the path to wget by using the locate OR whereis from the command line.  ( Example: locate wget or whereis wget )</p>
<p>Good luck</p>
<p align="left"><a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Wget+not+running+with+cron+http://tinyurl.com/6rdn3og" title="Post to Twitter"><img class="nothumb" src="http://www.ghettoplanet.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ghettoplanet.com/computers-servers/wget-not-running-with-cron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD Apache HTTP Accept Filter Error</title>
		<link>http://www.ghettoplanet.com/computers-servers/freebsd-apache-http-accept-filter-error/</link>
		<comments>http://www.ghettoplanet.com/computers-servers/freebsd-apache-http-accept-filter-error/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 16:11:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers & Servers]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://www.ghettoplanet.com/?p=61</guid>
		<description><![CDATA[I recently took on the task of configuring a server with FREEBSD. I ran into some errors so I will post some of the resolutions I found: FreeBSD Apache HTTP Accept Filter Error The resolution to the above problem is to a accf_http module, which function is to buffer incoming connections until a certain complete [...]]]></description>
			<content:encoded><![CDATA[<p>I recently took on the task of <b>configuring a server with FREEBSD</b>.</p>
<p>I ran into some errors so I will post some of the resolutions I found:</p>
<p><b>FreeBSD Apache HTTP Accept Filter Error</b></p>
<p>The resolution to the above problem is to a accf_http module, which function is to buffer incoming connections until a certain complete HTTP requests arrive, into FreeBSD kernel by using kernel linker:</p>
<p><b>kldload accf_http</b> &#8211; <i>This immediately activates this module</i></p>
<p>To always <b>load enable HTTP Accept Filter</b> FreeBSD kernel module (accf_http) <b>during the boot</b>, <b>add the following line into /boot/defaults/loader.conf</b>:</p>
<p><b>accf_http_load=”YES”</b></p>
<p align="left"><a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=FreeBSD+Apache+HTTP+Accept+Filter+Error+http://tinyurl.com/7ljs5dj" title="Post to Twitter"><img class="nothumb" src="http://www.ghettoplanet.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ghettoplanet.com/computers-servers/freebsd-apache-http-accept-filter-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

