エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
設定する度にググっているのでメモ。 Apache # Basic auth AuthUserFile /var/www/html/example.com/.ht... 設定する度にググっているのでメモ。 Apache # Basic auth AuthUserFile /var/www/html/example.com/.htpasswd AuthGroupFile /dev/null AuthName "basic authentication" AuthType Basic require valid-user Satisfy any Order deny,allow Deny from all Allow from xxx.xxx.xxx.xxx Satisfy any は、いずれかの条件を満たす場合、 Satisfy all にすれば、すべての条件を満たす場合にできる。 Directory セクション内に記述可能(core - Apache HTTP Server)。 Nginx auth_basic "basic authentication"