File: example.htaccess

package info (click to toggle)
libapache2-mod-auth-plain 2.0.54
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 116 kB
  • sloc: ansic: 252; sh: 45; makefile: 25
file content (6 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
Deny from all
AuthType basic
AuthName "Plain htpasswd"
AuthPlainUserFile /usr/share/doc/libapache2-mod-auth-plain/examples/.htpasswd
Require valid-user
Satisfy any