File: mods-admin.sample

package info (click to toggle)
cherokee 0.5.5.dfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,860 kB
  • ctags: 6,040
  • sloc: ansic: 35,724; sh: 9,372; python: 3,150; yacc: 1,427; makefile: 1,297; lex: 223; xml: 61
file content (24 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##
## Remote administration module
##

##
## WARNING: Keep this directory entry strongly protected!
##
## The default configuration only allows only secure connections - TLS,
## comming from localhost. It also requires the root system login/password 
## pair which will be checked using PAM.
##

Directory /admin {
   Handler admin

   Auth basic {
      Method pam
      Name "Administration"
      User root
   }
 
   Allow from localhost
}