<?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>An online resource for all things Apache &#187; htpasswd</title>
	<atom:link href="http://apacherocks.org/category/htpasswd/feed" rel="self" type="application/rss+xml" />
	<link>http://apacherocks.org</link>
	<description></description>
	<lastBuildDate>Wed, 12 May 2010 22:21:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Password Protect my Website?</title>
		<link>http://apacherocks.org/htpasswd/password-protect-my-website</link>
		<comments>http://apacherocks.org/htpasswd/password-protect-my-website#comments</comments>
		<pubDate>Tue, 16 Mar 2010 18:13:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/password-protect-my-website</guid>
		<description><![CDATA[I have a website hosted on GoDaddy and I was wondering if I can put a password on it so that only my friends can access it. I have tried with htaccess and htpasswd but I cannot get it to work. I have also attempted to use some javascript to make a login page but [...]]]></description>
			<content:encoded><![CDATA[<p>I have a website hosted on GoDaddy and I was wondering if I can put a password on it so that only my friends can access it. I have tried with htaccess and htpasswd but I cannot get it to work. I have also attempted to use some javascript to make a login page but whenever I upload the files, there is an error message in my browser saying;</p>
<p>Page Not Found</p>
<p>The page you tried to access does not exist on this server. This page may not exist due to the following reasons:</p>
<p>   1. You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.</p>
<p>   2. The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again.</p>
<p>   3. The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation. </p>
<p>even though I have uploaded it correctly. None of the tutorials online are detailed enough. Can someone please give me a step by step tutorial on how to do this?<br />
By the way I am using .php (index.inc.php, index.php and style.css) if that helps&#8230;<br />
<br />If what your trying to accomplish is simply a low security password, then it might be easier just to implement it in PHP.  If we&#8217;re only talking about one web page, take a look at this link to get an idea.</p>
<p>http://www.totallyphp.co.uk/scripts/password_protect_a_page.htm</p>
<p>I should note that your usernames and passwords will be sent over the internet in plaintext.  If security is a concern, then you might want to look into paying for an SSL certificate.</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/password-protect-my-website/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>can this be possible?!?</title>
		<link>http://apacherocks.org/htpasswd/can-this-be-possible</link>
		<comments>http://apacherocks.org/htpasswd/can-this-be-possible#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:23:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/can-this-be-possible</guid>
		<description><![CDATA[is it possible to make a login pannel with html and not have a .htpasswd file just an if statement i dont care if it is unsafe because i wont be uploading it to a server.can some one please tell if if you can just use a if statement and if you can how to [...]]]></description>
			<content:encoded><![CDATA[<p>is it possible to make a login pannel with html and not have a .htpasswd file just an if statement i dont care if it is unsafe because i wont be uploading it to a server.can some one please tell if if you can just use a if statement and if you can how to do it<br />
<br />no you can&#8217;t make one with html but u can make a simple login panel with php.</p>
<p>you could hardcode the username and password in the php file</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/can-this-be-possible/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>i need help on where to put the .htaccess file and the .htpasswd.?</title>
		<link>http://apacherocks.org/htpasswd/i-need-help-on-where-to-put-the-htaccess-file-and-the-htpasswd</link>
		<comments>http://apacherocks.org/htpasswd/i-need-help-on-where-to-put-the-htaccess-file-and-the-htpasswd#comments</comments>
		<pubDate>Wed, 24 Feb 2010 04:27:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/i-need-help-on-where-to-put-the-htaccess-file-and-the-htpasswd</guid>
		<description><![CDATA[I have a .htaccess file
AuthName &#34;Restricted Area&#34;
AuthType Basic
AuthUserFile /Web/KerliTv/.htpasswd
AuthGroupFile /dev/null
require valid-user
and a .htpasswd 
user:password
user:password
user:password
The domain is kerlikoiv.com, and the directory i need to password protect is http://kerlikoiv.com/KerliTv, and i need the /KerliTv and all subdirectories protected. Im not sure where im going wrong, but can someone tell me where i should place the htaccess and [...]]]></description>
			<content:encoded><![CDATA[<p>I have a .htaccess file<br />
AuthName &quot;Restricted Area&quot;<br />
AuthType Basic<br />
AuthUserFile /Web/KerliTv/.htpasswd<br />
AuthGroupFile /dev/null<br />
require valid-user</p>
<p>and a .htpasswd </p>
<p>user:password<br />
user:password<br />
user:password</p>
<p>The domain is kerlikoiv.com, and the directory i need to password protect is http://kerlikoiv.com/KerliTv, and i need the /KerliTv and all subdirectories protected. Im not sure where im going wrong, but can someone tell me where i should place the htaccess and htpasswd files? I&#8217;ve tried a lot of different places, but none seem to work.<br />
I have a .htaccess file<br />
AuthName &quot;Restricted Area&quot;<br />
AuthType Basic<br />
AuthUserFile /KerliTv/.htpasswd<br />
AuthGroupFile /dev/null<br />
require valid-user</p>
<p>and a .htpasswd </p>
<p>user:password<br />
user:password<br />
user:password</p>
<p>The domain is kerlikoiv.com, and the directory i need to password protect is http://kerlikoiv.com/KerliTv, and i need the /KerliTv and all subdirectories protected. Im not sure where im going wrong, but can someone tell me where i should place the htaccess and htpasswd files? I&#8217;ve tried a lot of different places, but none seem to work.<br />
EDITED!!!!</p>
<p>I have a .htaccess file<br />
AuthName &quot;Restricted Area&quot;<br />
AuthType Basic<br />
AuthUserFile /Web/KerliTv/.htpasswd<br />
AuthGroupFile /dev/null<br />
require valid-user</p>
<p>and a .htpasswd </p>
<p>user:password<br />
user:password<br />
user:password</p>
<p>The domain is kerlikoiv.com, and the directory i need to password protect is http://kerlikoiv.com/KerliTv, and i need the /KerliTv and all subdirectories protected. Im not sure where im going wrong, but can someone tell me where i should place the htaccess and htpasswd files? I&#8217;ve tried a lot of different places, but none seem to work.<br />
<br />Since .htaccess file allows us to make changes on a per-directory basis, the following are valid places to put the .htaccess file in:</p>
<p>/.htaccess [placing in root folder of the site]<br />
/content/.htaccess [placing in content folder]<br />
/content/html/images/.htaccess [in the images folder]</p>
<p>For password protection, it goes in the directory to be protected.</p>
<p>See: http://www.bloghash.com/2006/11/beginners-guide-to-htaccess-file-with-examples/</p>
<p>Ron</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/i-need-help-on-where-to-put-the-htaccess-file-and-the-htpasswd/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Login Form with Adobe Flex Builder 3?</title>
		<link>http://apacherocks.org/htpasswd/login-form-with-adobe-flex-builder-3</link>
		<comments>http://apacherocks.org/htpasswd/login-form-with-adobe-flex-builder-3#comments</comments>
		<pubDate>Sat, 06 Feb 2010 12:42:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/login-form-with-adobe-flex-builder-3</guid>
		<description><![CDATA[Hi, I&#8217;m trying to build a login form for the admin section of a website &#8211; failing!!
Building a Desktop Air app btw.
I&#8217;m new to flex so any code samples would be great  
So, here&#8217;s the thing. I want to create a login for that would login to a basic authentication popup login. The login [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to build a login form for the admin section of a website &#8211; failing!!<br />
Building a Desktop Air app btw.<br />
I&#8217;m new to flex so any code samples would be great <img src='http://apacherocks.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, here&#8217;s the thing. I want to create a login for that would login to a basic authentication popup login. The login was created by  .htaccess and .htpasswd files. The popup has 2 simple text inputs, &quot;Username&quot; and &quot;Password&quot;.</p>
<p>Just wondering how I could do this?</p>
<p>Thanks.<br />
<br />yep</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/login-form-with-adobe-flex-builder-3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>some explaining for .htpasswd / apache ?</title>
		<link>http://apacherocks.org/htpasswd/some-explaining-for-htpasswd-apache-2</link>
		<comments>http://apacherocks.org/htpasswd/some-explaining-for-htpasswd-apache-2#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:52:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/some-explaining-for-htpasswd-apache-2</guid>
		<description><![CDATA[hi..can you please tell what lines 2,4,5,6 mean :
1.AuthUserFile  c:/wamp/www/php/.htpasswd
2.AuthGroupFile /dev/null
3.AuthName &#34;My Private Directory&#34;
4.AuthType Basic
5.&#60;Limit GET POST&#62;
6.require valid-user
&#60;/Limit&#62;
&#8230;.
and are there any other options to work with ?? thanks alot.
and so what ? i forgot to classify my question ..is that a crime ?  any way you dont know maybe lesbians and gay people [...]]]></description>
			<content:encoded><![CDATA[<p>hi..can you please tell what lines 2,4,5,6 mean :</p>
<p>1.AuthUserFile  c:/wamp/www/php/.htpasswd<br />
2.AuthGroupFile /dev/null<br />
3.AuthName &quot;My Private Directory&quot;<br />
4.AuthType Basic</p>
<p>5.&lt;Limit GET POST&gt;<br />
6.require valid-user<br />
&lt;/Limit&gt;<br />
&#8230;.<br />
and are there any other options to work with ?? thanks alot.<br />
and so what ? i forgot to classify my question ..is that a crime ?  any way you dont know maybe lesbians and gay people have some knowledge with php.<br />
<br />The first three are telling you where to find things. </p>
<p>For example, in the first one &#8211; the letter C is used for your computer&#8217;s hard drive, so it&#8217;s tell you that &quot;AuthUserFile&quot; is in the &quot;.htpasswd&quot; folder, which is in the &quot;php&quot; folder, which is in the &quot;www&quot; folder, which is in the &quot;wamp&quot; folder, which is on your hard drive (codenamed &quot;c:&quot;).</p>
<p>The second one I&#8217;m not sure about, since a &quot;/dev&quot; folder is normally found in Linux machines, but the first one says it can be found in c:, which is only on Windows machines. Try doing a search for a folder named &quot;dev,&quot; you might find one. I&#8217;m not sure.</p>
<p>The third one is telling you that the name of the place you&#8217;ve created is &quot;My Private Directory.&quot; </p>
<p>The fourth one is telling you that the code used for whatever you just made is Basic. There are tons of different types of code languages out there: C++, Python, Cobal, Basic, Java, etc.</p>
<p>Five and six&#8230; I have no idea. You didn&#8217;t really give us a bunch of information, so I can&#8217;t really tell you anything about those lines.</p>
<p>I hope that helps. And you might want to try re-posting this question in a computer category. You&#8217;ll get a lot more help.</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/some-explaining-for-htpasswd-apache-2/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>htaccess.mp4</title>
		<link>http://apacherocks.org/htpasswd/htaccess-mp4</link>
		<comments>http://apacherocks.org/htpasswd/htaccess-mp4#comments</comments>
		<pubDate>Fri, 18 Dec 2009 07:56:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[AllowOverride]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/htaccess-mp4</guid>
		<description><![CDATA[This is my first upload of a tutorial on Linux and Apache.
Duration : 0:10:14
[youtube ZQxrDYZWQNc]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/ZQxrDYZWQNc/2.jpg" align="left">This is my first upload of a tutorial on Linux and Apache.</p>
<p>Duration : <b>0:10:14</b></p>
<p><span id="more-442"></span><br />[youtube ZQxrDYZWQNc]</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/htaccess-mp4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>i am haveing trouble with my .htaccess file. right now, i have the code here:     AuthName &quot;Realm name&quot; AuthTy?</title>
		<link>http://apacherocks.org/htpasswd/i-am-haveing-trouble-with-my-htaccess-file-right-now-i-have-the-code-here-authname-realm-name-authty</link>
		<comments>http://apacherocks.org/htpasswd/i-am-haveing-trouble-with-my-htaccess-file-right-now-i-have-the-code-here-authname-realm-name-authty#comments</comments>
		<pubDate>Thu, 17 Dec 2009 05:45:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/i-am-haveing-trouble-with-my-htaccess-file-right-now-i-have-the-code-here-authname-realm-name-authty</guid>
		<description><![CDATA[i am haveing trouble with my .htaccess file. right now, i have the code here:
AuthName &#34;Realm name&#34;
AuthType Basic
AuthUserFile /BASEDIR/.htpasswd
require valid-user
but i go to enter the password for this subfolder on my website that is protected {not the main site-eg. google.com/myfolder} and it asks me for my login, i enter it properly, and it does not [...]]]></description>
			<content:encoded><![CDATA[<p>i am haveing trouble with my .htaccess file. right now, i have the code here:</p>
<p>AuthName &quot;Realm name&quot;<br />
AuthType Basic<br />
AuthUserFile /BASEDIR/.htpasswd<br />
require valid-user</p>
<p>but i go to enter the password for this subfolder on my website that is protected {not the main site-eg. google.com/myfolder} and it asks me for my login, i enter it properly, and it does not accept it. any ideas as to why this is not accepting it?</p>
<p>thanks!<br />
<br />is there an index uploaded in the protected directory? if there isn&#8217;t then you should upload one and try again.</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/i-am-haveing-trouble-with-my-htaccess-file-right-now-i-have-the-code-here-authname-realm-name-authty/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Help with authorization on apache2?</title>
		<link>http://apacherocks.org/htpasswd/help-with-authorization-on-apache2</link>
		<comments>http://apacherocks.org/htpasswd/help-with-authorization-on-apache2#comments</comments>
		<pubDate>Mon, 14 Dec 2009 17:14:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/help-with-authorization-on-apache2</guid>
		<description><![CDATA[I installed an apache2 web server on my ubuntu machine, and everything is great except for the fact that i need some sort of authentication to protect some files. How do i deploy basic authorization to my web server?  i tried looking through the Apache documentation, but that didn&#8217;t help. i Made a password [...]]]></description>
			<content:encoded><![CDATA[<p>I installed an apache2 web server on my ubuntu machine, and everything is great except for the fact that i need some sort of authentication to protect some files. How do i deploy basic authorization to my web server?  i tried looking through the Apache documentation, but that didn&#8217;t help. i Made a password and users list using HTPASSWD, i just need the server to use it. please help, and where do i find an .htaccess file?<br />
There is no htaccess file hidden, (?), can i make my own htaccess? if yes, what code do i need to include in it?<br />
<br />&lt;Files ~ &quot;^\folder-name-here&quot;&gt;<br />
Order allow,deny<br />
deny from all<br />
&lt;/Files&gt;</p>
<p>add that to your httpd.conf</p>
<p>it well deny the file from being access</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/help-with-authorization-on-apache2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ブラッディマンディ 1 「ロシア軍事施設 ハッキング」</title>
		<link>http://apacherocks.org/htpasswd/%e3%83%96%e3%83%a9%e3%83%83%e3%83%87%e3%82%a3%e3%83%9e%e3%83%b3%e3%83%87%e3%82%a3-1-%e3%80%8c%e3%83%ad%e3%82%b7%e3%82%a2%e8%bb%8d%e4%ba%8b%e6%96%bd%e8%a8%ad-%e3%83%8f%e3%83%83%e3%82%ad%e3%83%b3</link>
		<comments>http://apacherocks.org/htpasswd/%e3%83%96%e3%83%a9%e3%83%83%e3%83%87%e3%82%a3%e3%83%9e%e3%83%b3%e3%83%87%e3%82%a3-1-%e3%80%8c%e3%83%ad%e3%82%b7%e3%82%a2%e8%bb%8d%e4%ba%8b%e6%96%bd%e8%a8%ad-%e3%83%8f%e3%83%83%e3%82%ad%e3%83%b3#comments</comments>
		<pubDate>Sat, 12 Dec 2009 22:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ハッキング]]></category>
		<category><![CDATA[ブラッディマンディ]]></category>
		<category><![CDATA[三浦春馬]]></category>
		<category><![CDATA[高木藤丸]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/%e3%83%96%e3%83%a9%e3%83%83%e3%83%87%e3%82%a3%e3%83%9e%e3%83%b3%e3%83%87%e3%82%a3-1-%e3%80%8c%e3%83%ad%e3%82%b7%e3%82%a2%e8%bb%8d%e4%ba%8b%e6%96%bd%e8%a8%ad-%e3%83%8f%e3%83%83%e3%82%ad%e3%83%b3</guid>
		<description><![CDATA[藤丸は特殊三課から支給されたHP Miniを開きます。
「朝からエロゲ？その体力ほかの事に使ったら？無視かよ・・・」
Atom270とVistaではさぞかし起動が遅いでしょう。
起動すると、早速エディッタでプログラムを書いています。
print &#8216;press enter to connecte~
sys.studin.readline()
s=socket.socket()
s.connect((sys.argv[1],int(sys.arg
buf=sc+&#8217;A'*(256-len(sc))
プログラムの一部だけ見えます。これだけではどのような動作をするプログラムか分かりません。
プログラムが完成すると、ファルコンが飛び立ちます。
ターミナルが表示され、
nasm sc3.asm
アセンブルした様子が見えます。
python -i atk3.py web25.boucka.ru 2323 -f sc3
atk3.pyというツールと、先ほど作ったsc3という脆弱性を突くプログラムでweb25.boucka.ruの2323ポートに繋げます。
root権を手に入れます。
# cd /var/www
ディレクトリを移動します。
# ls
リストアップすると、.htpasswdとindex.htmlが存在します。
# cat .htpasswd
左のほうのコマンドは見えませんでしたが、おそらくcatかlessコマンドでしょう。
46zdVar . TqDQQというハッシュのようなものが表示されます。
それをbrute_desというツールでブルートフォースアタックをしています。
パスワードがロシア語だということにも関わらず一瞬で見つかります。
ssh test@srv3.boucka.ru
SSHでさらに上のボックスであるtest@srv3.boucka.ruへ繋げようとすると、監視システムに引っかかります。
# kill -9 $$
Connection closed
＞＞＞conkill()
Stopping. . .successful.
＞＞＞
切断できたようですがログを消去している様子はありませんでしたｗ
Duration : 0:1:30
[youtube cCZWOwTucXw]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/cCZWOwTucXw/2.jpg" align="left">藤丸は特殊三課から支給されたHP Miniを開きます。<br />
「朝からエロゲ？その体力ほかの事に使ったら？無視かよ・・・」<br />
Atom270とVistaではさぞかし起動が遅いでしょう。</p>
<p>起動すると、早速エディッタでプログラムを書いています。<br />
print &#8216;press enter to connecte~<br />
sys.studin.readline()<br />
s=socket.socket()<br />
s.connect((sys.argv[1],int(sys.arg<br />
buf=sc+&#8217;A'*(256-len(sc))<br />
プログラムの一部だけ見えます。これだけではどのような動作をするプログラムか分かりません。</p>
<p>プログラムが完成すると、ファルコンが飛び立ちます。<br />
ターミナルが表示され、<br />
nasm sc3.asm<br />
アセンブルした様子が見えます。<br />
python -i atk3.py web25.boucka.ru 2323 -f sc3<br />
atk3.pyというツールと、先ほど作ったsc3という脆弱性を突くプログラムでweb25.boucka.ruの2323ポートに繋げます。<br />
root権を手に入れます。<br />
# cd /var/www<br />
ディレクトリを移動します。<br />
# ls<br />
リストアップすると、.htpasswdとindex.htmlが存在します。<br />
# cat .htpasswd<br />
左のほうのコマンドは見えませんでしたが、おそらくcatかlessコマンドでしょう。<br />
46zdVar . TqDQQというハッシュのようなものが表示されます。<br />
それをbrute_desというツールでブルートフォースアタックをしています。<br />
パスワードがロシア語だということにも関わらず一瞬で見つかります。<br />
ssh test@srv3.boucka.ru<br />
SSHでさらに上のボックスであるtest@srv3.boucka.ruへ繋げようとすると、監視システムに引っかかります。<br />
# kill -9 $$<br />
Connection closed<br />
＞＞＞conkill()<br />
Stopping. . .successful.<br />
＞＞＞<br />
切断できたようですがログを消去している様子はありませんでしたｗ</p>
<p>Duration : <b>0:1:30</b></p>
<p><span id="more-421"></span><br />[youtube cCZWOwTucXw]</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/%e3%83%96%e3%83%a9%e3%83%83%e3%83%87%e3%82%a3%e3%83%9e%e3%83%b3%e3%83%87%e3%82%a3-1-%e3%80%8c%e3%83%ad%e3%82%b7%e3%82%a2%e8%bb%8d%e4%ba%8b%e6%96%bd%e8%a8%ad-%e3%83%8f%e3%83%83%e3%82%ad%e3%83%b3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frontpage &#8211; Limited Access &#8211; almost there!?</title>
		<link>http://apacherocks.org/htpasswd/frontpage-limited-access-almost-there</link>
		<comments>http://apacherocks.org/htpasswd/frontpage-limited-access-almost-there#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:11:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htpasswd]]></category>

		<guid isPermaLink="false">http://apacherocks.org/htpasswd/frontpage-limited-access-almost-there</guid>
		<description><![CDATA[Used .htaccess and .htpasswd files.  Have them both in the directory I want to protect (notepad files).  Uploaded both to server, and the username and password dialogue box displays.  But when I type in the password (case sensitive, was very careful, several times)&#8230;it just gives me three chances and then throws me [...]]]></description>
			<content:encoded><![CDATA[<p>Used .htaccess and .htpasswd files.  Have them both in the directory I want to protect (notepad files).  Uploaded both to server, and the username and password dialogue box displays.  But when I type in the password (case sensitive, was very careful, several times)&#8230;it just gives me three chances and then throws me out.  I have gone back to the encrypter 3 times with 3 different ids, but no success&#8230;any ideas?<br />
<br />Hey!  If you want &#8211; email me, and I can help you out.  Click my name on left, and then &quot;email&quot;.</p>
]]></content:encoded>
			<wfw:commentRss>http://apacherocks.org/htpasswd/frontpage-limited-access-almost-there/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

