<?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>NewPush &#187; htpasswd</title> <atom:link href="http://newpush.com/tag/htpasswd/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Setting up Apache Authentication with htpasswd / htaccess</title><link>http://newpush.com/2009/05/setting-up-apache-authentication-with-htpasswd-htaccess/</link> <comments>http://newpush.com/2009/05/setting-up-apache-authentication-with-htpasswd-htaccess/#comments</comments> <pubDate>Sun, 31 May 2009 15:35:44 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[Services]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[htaccess]]></category> <category><![CDATA[htpasswd]]></category><guid isPermaLink="false">http://www.wdream.com/?p=297</guid> <description><![CDATA[Authentication in Apache is done through htaccess, either from the configuration file, or from the .htaccess file in a given directory. Note that only full directories can be easily protected with this method. Here is how: (first log in to &#8230; <a href="http://newpush.com/2009/05/setting-up-apache-authentication-with-htpasswd-htaccess/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><span class="grey">Authentication in Apache is done through htaccess, either from the configuration file, or from the .htaccess file in a given directory. Note that only full directories can be easily protected with this method.<br /> Here is how: (first log in to the shell, as this method only works if<br /> you have shell access)</p><pre>
$ cd .../html/protected_dir

$ cat &gt; .htaccess

AuthType Basic

Authname "Protected KLC directory"

AuthUserFile ../../control/htpasswd

AuthGroupFile /dev/null

Require valid-user

+d

$ htpasswd -c ../../control/htpasswd user_name

[give passwd]</pre><p>After the file is created for the first time, to<br /> add more users:</p><pre>
$ htpasswd ../../control/htpasswd user_name</pre><p>There are also more sophisticated authentication schemes available, that allow database driven authentication. Feel free to contact me for more information about those solutions.</span></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/05/setting-up-apache-authentication-with-htpasswd-htaccess/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Do you have an authentication routine, like htpasswd to protect web pages?</title><link>http://newpush.com/2006/11/do-you-have-an-authentication-routine-like-htpasswd-to-protect-web-pages/</link> <comments>http://newpush.com/2006/11/do-you-have-an-authentication-routine-like-htpasswd-to-protect-web-pages/#comments</comments> <pubDate>Sun, 12 Nov 2006 08:48:07 +0000</pubDate> <dc:creator>Domonkos</dc:creator> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[htpasswd]]></category><guid isPermaLink="false">http://newpush.com/?p=1539</guid> <description><![CDATA[authentication in Apache is done through htaccess, either from the configuration file, or from the .htaccess file in a given directory. Note that only full directories can be easily protected with this method. Here is how: (first log in to &#8230; <a href="http://newpush.com/2006/11/do-you-have-an-authentication-routine-like-htpasswd-to-protect-web-pages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>authentication in Apache is done through htaccess, either from the configuration file, or from the .htaccess file in a given directory. Note that only full directories can be easily protected with this method. <br />Here is how: (first log in to the shell, as this method only works if <br />you have shell access)</p><ul><li>$ cd &#8230;/html/protected_dir</li><li>$ cat &gt; .htaccess</li><li>AuthType Basic</li><li>Authname &#8220;Protected KLC directory&#8221;</li><li>AuthUserFile ../../control/htpasswd</li><li>AuthGroupFile /dev/null</li><li>Require valid-user</li><li>+d</li><li>$ htpasswd -c ../../control/htpasswd user_name</li><li>[give passwd]</li></ul><p>After the file is created for the first time, to <br />add more users:</p><p>$ htpasswd ../../control/htpasswd user_name</p><p>There are also more sophisticated authentication schemes available, that allow database driven authentication. Please contact us for more information about those solutions.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2006/11/do-you-have-an-authentication-routine-like-htpasswd-to-protect-web-pages/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 22:39:15 by W3 Total Cache -->
