<?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>Tech Stuff &#187; hosting</title>
	<atom:link href="http://tech-stuff.org/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-stuff.org</link>
	<description>Hosting Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 14 Dec 2009 16:33:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to restrict apache permissions to execute /usr/bin/perl</title>
		<link>http://tech-stuff.org/how-to-restrict-apache-permissions-to-execute-usrbinperl/</link>
		<comments>http://tech-stuff.org/how-to-restrict-apache-permissions-to-execute-usrbinperl/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 13:41:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.tech-stuff.org/?p=44</guid>
		<description><![CDATA[Just change perl permissions like bellow . apache will be able of course to execute perl scripts from cgi.
-bash-3.2# ls -al /usr/bin/perl
-rwxr-xr-x 2 root root 13688 Sep 17 20:40 /usr/bin/perl
-bash-3.2# chgrp apache /usr/bin/perl
-bash-3.2# chmod 705 /usr/bin/perl
-bash-3.2# ls -al /usr/bin/perl
-rwx---r-x 2 root apache 13688 Jan 28 15:09 /usr/bin/perl
]]></description>
			<content:encoded><![CDATA[<pre>Just change perl permissions like bellow . apache will be able of course to execute perl scripts from cgi.
-bash-3.2# ls -al /usr/bin/perl
-rwxr-xr-x 2 root root 13688 Sep 17 20:40 /usr/bin/perl
-bash-3.2# chgrp apache /usr/bin/perl
-bash-3.2# chmod 705 /usr/bin/perl
-bash-3.2# ls -al /usr/bin/perl
-rwx---r-x 2 root apache 13688 Jan 28 15:09 /usr/bin/perl</pre>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/how-to-restrict-apache-permissions-to-execute-usrbinperl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/usr/bin/find: argument list too long</title>
		<link>http://tech-stuff.org/usrbinfind-argument-list-too-long/</link>
		<comments>http://tech-stuff.org/usrbinfind-argument-list-too-long/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:21:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.tech-stuff.org/?p=18</guid>
		<description><![CDATA[I kept running into this error when searching for a certain string, so I came up with a different way of searching:
find . -name *\* -exec grep -i -H -n ’string’ {} \;
Problem solved.
]]></description>
			<content:encoded><![CDATA[<p>I kept running into this error when searching for a certain string, so I came up with a different way of searching:<br />
find . -name *\* -exec grep -i -H -n ’string’ {} \;<br />
Problem solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/usrbinfind-argument-list-too-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
