<?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>AskApache &#187; Search Results  &#187;  find</title>
	<atom:link href="http://www.askapache.com/search/find/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Fri, 17 May 2013 23:28:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Htaccess &#8211; The Ultimate Guide</title>
		<link>http://www.askapache.com/htaccess/htaccess.html</link>
		<comments>http://www.askapache.com/htaccess/htaccess.html#comments</comments>
		<pubDate>Wed, 01 May 2013 13:05:32 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[301 Redirects]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[ErrorDocument]]></category>
		<category><![CDATA[File Permissions]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP Headers]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[mod_security]]></category>
		<category><![CDATA[mod_status]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[RedirectMatch]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[RewriteCond]]></category>
		<category><![CDATA[RewriteEngine]]></category>
		<category><![CDATA[RewriteRule]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccesselite-ultimate-htaccess-article.html</guid>
		<description><![CDATA[<p><p>I discovered these tips and tricks mostly while working as a network security penetration specialist hired to find security holes in web hosting environments.   That is when I started examining htaccess files in great detail and learned about the incredible untapped power of htaccess.  The only avenue on shared-hosting was and is the .htaccess file, and holy freaking fiber-optics.. it's almost as powerful as httpd.conf itself</p></p><p>The post <a href="http://www.askapache.com/htaccess/htaccess.html">Htaccess &#8211; The Ultimate Guide</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/htaccess/htaccess.html/feed/</wfw:commentRss>
		<slash:comments>83</slash:comments>
		</item>
		<item>
		<title>Bash Script to Create index.html of Dir Listing</title>
		<link>http://www.askapache.com/shellscript/bash-script-create-index-html-dir-listing.html</link>
		<comments>http://www.askapache.com/shellscript/bash-script-create-index-html-dir-listing.html#comments</comments>
		<pubDate>Thu, 25 Apr 2013 21:59:46 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[DirectoryIndex]]></category>
		<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[IndexOptions]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8450</guid>
		<description><![CDATA[<p><p><img class="IFL" src="http://uploads.askapache.com/2013/04/bash-generated-index-listing-300x96.png" alt="bash-generated-index-listing" width="300" height="96" />If you use Apache to auto-generate directory index listings of files/dirs, and you have a large number of files and directories in the root directory and/or slow IO speed, then generating the index could take Apache over a minute!<br class="C" /></p></p><p>The post <a href="http://www.askapache.com/shellscript/bash-script-create-index-html-dir-listing.html">Bash Script to Create index.html of Dir Listing</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/shellscript/bash-script-create-index-html-dir-listing.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Linux Users Home Permissions with a Cron Job</title>
		<link>http://www.askapache.com/linux/fix-linux-permissions-with-cron.html</link>
		<comments>http://www.askapache.com/linux/fix-linux-permissions-with-cron.html#comments</comments>
		<pubDate>Thu, 28 Mar 2013 07:46:52 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8242</guid>
		<description><![CDATA[<p><p>As a security nut myself, and also a Linux admin, one of my biggest pet peeves is when I've taken the time and care to segment all the users on a server into separate home directories, and then some developer comes along, logs in as root, and changes the ownership of files.  Other things can cause this, like Apache, PHP, Mutt, etc.. So I've always used a cron job that executes daily (and on demand) which automatically fixes all the permissions back to what they should be. </p></p><p>The post <a href="http://www.askapache.com/linux/fix-linux-permissions-with-cron.html">Fix Linux Users Home Permissions with a Cron Job</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/linux/fix-linux-permissions-with-cron.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting the Mimetype of an Image with PHP</title>
		<link>http://www.askapache.com/php/getting-mimetype-of-image.html</link>
		<comments>http://www.askapache.com/php/getting-mimetype-of-image.html#comments</comments>
		<pubDate>Sun, 24 Mar 2013 22:43:17 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filetype]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[mime]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8190</guid>
		<description><![CDATA[<p><p>This is awesome.  I was so fed up with trying to find a fail-proof, cross-platform way to find the mime type of an image using PHP that I wrote a <a href="http://www.askapache.com/php/getting-mimetype-of-image.html">quick function</a> that utilizes the same technology as the exif_imagetype, getimagesize, and finfo functions do.  Ahh the joys of low-level.</p></p><p>The post <a href="http://www.askapache.com/php/getting-mimetype-of-image.html">Getting the Mimetype of an Image with PHP</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/php/getting-mimetype-of-image.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disqus 2012 Default Sort Order Fix</title>
		<link>http://www.askapache.com/javascript/change-disqus-2012-default-sort-order.html</link>
		<comments>http://www.askapache.com/javascript/change-disqus-2012-default-sort-order.html#comments</comments>
		<pubDate>Wed, 20 Mar 2013 21:49:41 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Disqus]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8156</guid>
		<description><![CDATA[<p><p><a href="/javascript/change-disqus-2012-default-sort-order.html" class="IFL"><img src="http://uploads.askapache.com/2013/03/disqus-116x116.jpg" alt="disqus default sort order" width="116" height="116" /></a>If you are using Disqus on your site, you will see that annoyingly the default sort order for listing comments is 'best'.<br /><br />I have implemented disqus on many sites and the number 1 request I get is to change the default sort order to newest.<br /><br />There is no documentation or hints anywhere to solve this.  <strong>So I solved it</strong>.<br class="C" /></p></p><p>The post <a href="http://www.askapache.com/javascript/change-disqus-2012-default-sort-order.html">Disqus 2012 Default Sort Order Fix</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/javascript/change-disqus-2012-default-sort-order.html/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Speed Up init_connect in my.cnf for UTF8</title>
		<link>http://www.askapache.com/mysql/init_connect-speed-up.html</link>
		<comments>http://www.askapache.com/mysql/init_connect-speed-up.html#comments</comments>
		<pubDate>Wed, 13 Mar 2013 12:28:31 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[init-connect]]></category>
		<category><![CDATA[my.cnf]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8038</guid>
		<description><![CDATA[<p><p>Before</p>
<pre>
init-connect=&#039;SET NAMES utf8&#039;
init_connect=&#039;SET CHARACTER SET=utf-8&#039;
</pre>
<p>After</p>
<pre>init_connect=&#039;SET collation_connection = utf8_general_ci,NAMES utf8&#039;</pre></p><p>The post <a href="http://www.askapache.com/mysql/init_connect-speed-up.html">Speed Up init_connect in my.cnf for UTF8</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/mysql/init_connect-speed-up.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating AddDescription for all Files</title>
		<link>http://www.askapache.com/htaccess/adddescription.html</link>
		<comments>http://www.askapache.com/htaccess/adddescription.html#comments</comments>
		<pubDate>Fri, 01 Feb 2013 20:11:54 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[AddDescription]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=1061</guid>
		<description><![CDATA[<p></p><p>The post <a href="http://www.askapache.com/htaccess/adddescription.html">Generating AddDescription for all Files</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/htaccess/adddescription.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Questions I Ask Web Hosting Companies, Before Buying</title>
		<link>http://www.askapache.com/hosting/before-buying-web-hosting.html</link>
		<comments>http://www.askapache.com/hosting/before-buying-web-hosting.html#comments</comments>
		<pubDate>Thu, 03 Jan 2013 11:15:16 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=4419</guid>
		<description><![CDATA[<p><p>The following is a transcript of a chat I had with a company called tektonic, and at that time I was looking for a cheap linux host to use for some redundancy/failover operations.  I generally contact a new hosting company like this every few months.. I like to have options available in case of some kind of failure or network attack, so it's always a good idea to have a few ace linux servers in your back pocket.</p>
<p>If you've read any other articles on AskApache, you can see a certain obsession towards optimization, speed, and security -- so that is the purpose of the following questions.</p></p><p>The post <a href="http://www.askapache.com/hosting/before-buying-web-hosting.html">Questions I Ask Web Hosting Companies, Before Buying</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/hosting/before-buying-web-hosting.html/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The Right to Read</title>
		<link>http://www.askapache.com/hacking/computer-prison.html</link>
		<comments>http://www.askapache.com/hacking/computer-prison.html#comments</comments>
		<pubDate>Tue, 01 Jan 2013 06:48:16 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=1024</guid>
		<description><![CDATA[<p><p><a rel="lb" class="IFL hs hs34" href="http://www.askapache.com/linux/computer-prison.html" title="Trusted Computing"></a>The proponents of this scheme have given it names such as "trusted computing" and "palladium".  We call it <a href="http://www.gnu.org/philosophy/can-you-trust.html">"treacherous computing"</a>, because the effect is to make your computer obey companies instead of you.  This was implemented in 2007 as part of <a rel="nofollow" href="http://badvista.org/">Windows Vista</a>; we expect Apple to do something similar.  In this scheme, it is the manufacturer that keeps the secret code, but the <abbr title="Federal Bureau of Investigation">FBI</abbr> would have little trouble getting it.<br class="C" /></p></p><p>The post <a href="http://www.askapache.com/hacking/computer-prison.html">The Right to Read</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/hacking/computer-prison.html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install multiple OS Without Cds</title>
		<link>http://www.askapache.com/linux/install-multiple-os-cds.html</link>
		<comments>http://www.askapache.com/linux/install-multiple-os-cds.html#comments</comments>
		<pubDate>Sat, 22 Dec 2012 06:06:05 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Phrack]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.askapache.com/security/install-multiple-os-without-cds.html</guid>
		<description><![CDATA[<p><p><strong>Orig published 2006.</strong> I had a CD-RW drive but being a computer security researcher I had no money for blank cd-recordables.  What follows is how I managed to install various operating systems on my computer (1 hard drive) without having to burn to a CD the ISO and then boot from that.</p>
<p>And also:</p>
<pre>==Phrack Inc.==
 
              Volume 0x0b, Issue 0x3f, Phile #0x0a of 0x14
 
&#124;=-----------------=[ Hacking Grub for fun and profit ]=-----------------=&#124;</pre>
</p><p>The post <a href="http://www.askapache.com/linux/install-multiple-os-cds.html">Install multiple OS Without Cds</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/linux/install-multiple-os-cds.html/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
