LoginSignup
5
6

More than 5 years have passed since last update.

IPアドレスがホワイトリストに入っていないときだけBasic認証

Last updated at Posted at 2012-02-22

Satisfy ディレクティブを使う。社内からは認証なしにするとか。

<Location />
  AuthType Basic
  AuthName "Basic Auth"
  AuthUserFile "/path/to/.htpasswd"
  Require valid-user
  Allow from 10.0.0.0/24
  Satisfy Any
</Location>
5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6