+ Apache2.4 + WSGI - 特定のIPアドレスからのみアクセスを許可する
特定のIPアドレスからのみアクセスを許可する場合のディレクティブ。
wsgi.py
ファイルへの設定でいけた。
<Directory /path/to/wsgi/directory/>
<Files wsgi.py>
Require all denied
Require ip 123.223.323.456
</Files>
</Directory>
Author And Source
この問題について(+ Apache2.4 + WSGI - 特定のIPアドレスからのみアクセスを許可する), 我々は、より多くの情報をここで見つけました https://qiita.com/narupo/items/127d4fd40b43027dc6f6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .