<?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>101TECH &#187; FreeBSD</title>
	<atom:link href="http://www.101tech.net/category/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:12:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>OCSinventory install on FreeBSD &#8211; Apache-DBI error</title>
		<link>http://www.101tech.net/2010/10/15/ocsinventory-install-on-freebsd-apache-dbi-error/</link>
		<comments>http://www.101tech.net/2010/10/15/ocsinventory-install-on-freebsd-apache-dbi-error/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 20:13:41 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=413</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2010/10/15/ocsinventory-install-on-freebsd-apache-dbi-error/" title="OCSinventory install on FreeBSD - Apache-DBI error "></a>some ports depend on apache 1.3 and die with error : Error from bsd.apache.mk. apache20 is installed (or APACHE_PORT is defined) and port requires 1.3. solution : make install WITH_MODPERL2=yes]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/10/15/ocsinventory-install-on-freebsd-apache-dbi-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD &#8211; reload nginx configuration</title>
		<link>http://www.101tech.net/2009/04/23/freebsd-reload-nginx-configuration/</link>
		<comments>http://www.101tech.net/2009/04/23/freebsd-reload-nginx-configuration/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 09:24:02 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=270</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2009/04/23/freebsd-reload-nginx-configuration/" title="FreeBSD - reload nginx configuration "></a>test the config !!! sudo nginx -t output : 2009/04/23 09:11:46 [info] 46329#0: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok 2009/04/23 09:11:46 [info] 46329#0: the configuration file /usr/local/etc/nginx/nginx.conf was tested successfully then reload : sudo kill -HUP `cat /var/run/nginx.pid`]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/04/23/freebsd-reload-nginx-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit account number in qmailadmin</title>
		<link>http://www.101tech.net/2009/03/13/limit-account-number-in-qmailadmin/</link>
		<comments>http://www.101tech.net/2009/03/13/limit-account-number-in-qmailadmin/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 13:09:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=196</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2009/03/13/limit-account-number-in-qmailadmin/" title="Limit account number in qmailadmin"></a>you can do this by creating ( or editing ) /var/vpopmail/domains/domainname/.qmailadmin-limits , the below code will limit all settings to 30 accounts per feature. maxpopaccounts: 30 maxaliases: 30 maxforwards: 30 maxautoresponders: 30 maxmailinglists: 30]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/03/13/limit-account-number-in-qmailadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix mod_rewrite erros in apache</title>
		<link>http://www.101tech.net/2009/03/12/fix-mod_rewrite-erros-in-apache/</link>
		<comments>http://www.101tech.net/2009/03/12/fix-mod_rewrite-erros-in-apache/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/2009/03/12/fix-mod_rewrite-erros-in-apache/</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2009/03/12/fix-mod_rewrite-erros-in-apache/" title="Fix mod_rewrite erros in apache "></a>change : RewriteEngine On RewriteCond %{REQUEST_METHOD} ^TRACE RewriteRule .* &#8211; [F] To this: RewriteEngine On RewriteCond %{REQUEST_METHOD} ^TRACE RewriteRule .* &#8211; [F] RewriteLog /var/log/apache2/rewrite.log RewriteLogLevel 0 as described here]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/03/12/fix-mod_rewrite-erros-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos5: nfs clients get premission denied</title>
		<link>http://www.101tech.net/2009/02/18/centos5-nfs-clients-get-premission-denied/</link>
		<comments>http://www.101tech.net/2009/02/18/centos5-nfs-clients-get-premission-denied/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 13:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=174</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2009/02/18/centos5-nfs-clients-get-premission-denied/" title="Centos5: nfs clients get premission denied"></a>While working on ny NFS cluster project , I could not mount my nfs exports from clients ( FreBSD &#038; Centos ). on the FreeBSD client I got these responses : [udp] server:/data/dir1: Permission denied on the CentOS client I &#8230;<p class="read-more"><a href="http://www.101tech.net/2009/02/18/centos5-nfs-clients-get-premission-denied/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/02/18/centos5-nfs-clients-get-premission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

