Skip to content

Password protection with http auth

darrenterhune edited this page Nov 19, 2011 · 1 revision

Apache basic auth

This allows anyone from the 192.168.1 subnet or users who can log in. Also useful are the :deny and :satisfy directives. More info from the Apache docs.

:apache:
  :users:
    :admin: sekrit
  :allow: 192.168.1
Clone this wiki locally