<?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>Ali Aboosaidi &#187; htpasswd</title>
	<atom:link href="http://insanelabs.com/tag/htpasswd/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanelabs.com</link>
	<description>Umm... Unorthodox?</description>
	<lastBuildDate>Tue, 08 Nov 2011 21:04:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Linux: .htaccess and .htpasswd files</title>
		<link>http://insanelabs.com/linux/linux-htaccess-and-htpasswd-files/</link>
		<comments>http://insanelabs.com/linux/linux-htaccess-and-htpasswd-files/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 17:06:55 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=422</guid>
		<description><![CDATA[You can use .htaccess to protect a directory on your Apache web server. Users trying to access a protected directory will be asked to enter a user and password. .htaccess defines the protected directory, and .htpassword stores your password hashes. .htaccess normally looks like this: AuthName "Title" AuthUserFile /path-to-your-htpasswd-file/.htpasswd AuthType Basic require valid-user To create [...]
Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-htpasswd-command-not-found/" rel='bookmark' title='Linux: htpasswd: command not found' class="liinternal">Linux: htpasswd: command not found</a></li>
<li><a href="http://insanelabs.com/linux/linux-download-files-using-wget-from-protected-urls-resume-broken-downloads/" rel='bookmark' title='Linux: Download files using wget from protected url&#8217;s &#8211; resume broken downloads' class="liinternal">Linux: Download files using wget from protected url&#8217;s &#8211; resume broken downloads</a></li>
<li><a href="http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/" rel='bookmark' title='Linux: A simple and quick way of sharing a folder with Windows systems using Samba' class="liinternal">Linux: A simple and quick way of sharing a folder with Windows systems using Samba</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can use .htaccess to protect a directory on your Apache web server. Users trying to access a protected directory will be asked to enter a user and password. .htaccess defines the protected directory, and .htpassword stores your password hashes.</p>
<p>.htaccess normally looks like this:</p>
<pre>AuthName "Title"
AuthUserFile /path-to-your-htpasswd-file/.htpasswd
AuthType Basic
require valid-user</pre>
<p>To create a .htpasswd file:</p>
<pre>htpasswd -c /path.to.the.folder.you.want.to.protect/.htpasswd &lt;username&gt;</pre>
<p>or</p>
<pre>htpasswd -c &lt;username&gt;</pre>
<p>and you will be prompted to enter a password for &lt;username&gt;</p>
<p>Of course, you can use a .htpasswd generator. Remember, Google is your friend <img src='http://insanelabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-htpasswd-command-not-found/" rel='bookmark' title='Linux: htpasswd: command not found' class="liinternal">Linux: htpasswd: command not found</a></li>
<li><a href="http://insanelabs.com/linux/linux-download-files-using-wget-from-protected-urls-resume-broken-downloads/" rel='bookmark' title='Linux: Download files using wget from protected url&#8217;s &#8211; resume broken downloads' class="liinternal">Linux: Download files using wget from protected url&#8217;s &#8211; resume broken downloads</a></li>
<li><a href="http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/" rel='bookmark' title='Linux: A simple and quick way of sharing a folder with Windows systems using Samba' class="liinternal">Linux: A simple and quick way of sharing a folder with Windows systems using Samba</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/linux/linux-htaccess-and-htpasswd-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

