memo.xight.org

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2005-09-29 Thu

ホストによるアクセス制限 + Basic認証

1. .htpasswd の作成

% htpasswd -c .htpasswd username
New password: xxxxxxxx
Re-type new password: xxxxxxxx
Adding password for user username


3. .htaccess の作成,又は httpd.conf の編集

AuthType      Basic
AuthUserFile  /path/to/.htpasswd
AuthGroupFile /dev/null
AuthName      "Please input ID,Password"
 
Order deny,allow
Deny  from all
Allow from example.com example.org
 
Require valid-user


- Reference
ore.dyndns.org - Limitは使うな
http://ore.dyndns.org/web/limit.html

ore.dyndns.org - ドキュメントを読まない輩 - Limitの危険
http://ore.dyndns.org/web/RTFM.html#limit

ore.dyndns.org - 太古の<Limit>
http://ore.dyndns.org/web/limit-ncsa.html

カテゴリ: [Apache]
内部リンク: [2006-08-07-6]

Anyterm

- Summary
ブラウザ上で動作するターミナルエミュレータ.
JavaScript + XMLHTTPで動作する.
Apacheのモジュールが必要.
- Reference
http://anyterm.org/
- via
http://oss.moongift.jp/intro/i-728.html

カテゴリ: [Software][Stub]

iPod nano

- 購入
Apple iPod nano 4GB white [MA005J/A] Apple iPod nano 4GB black [MA107J/A] iPod nano Dock [MA072G/A] iPod nano Tube [MA241G/A]

カテゴリ: [Hardware][iPod]
2005-09 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-12-02 10:52
Copyright © 2005 xight.org All Rights Reserved.