|
Revision 75, 444 bytes
(checked in by alo, 3 years ago)
|
--
|
| Line | |
|---|
| 1 |
## |
|---|
| 2 |
## Remote administration module |
|---|
| 3 |
## |
|---|
| 4 |
|
|---|
| 5 |
## |
|---|
| 6 |
## WARNING: Keep this directory entry strongly protected! |
|---|
| 7 |
## |
|---|
| 8 |
## The default configuration only allows only secure connections - TLS, |
|---|
| 9 |
## comming from localhost. It also requires the root system login/password |
|---|
| 10 |
## pair which will be checked using PAM. |
|---|
| 11 |
## |
|---|
| 12 |
|
|---|
| 13 |
Directory /admin { |
|---|
| 14 |
Handler admin |
|---|
| 15 |
|
|---|
| 16 |
Auth basic { |
|---|
| 17 |
Method pam |
|---|
| 18 |
Name "Administration" |
|---|
| 19 |
User root |
|---|
| 20 |
} |
|---|
| 21 |
|
|---|
| 22 |
Allow from localhost |
|---|
| 23 |
} |
|---|
| 24 |
|
|---|