Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
# replace <full_pathname_to> with
|
|
|
2 |
# the correct and full path to the .htpasswd file
|
|
|
3 |
AuthUserFile <full_pathname_to>/.htpasswd
|
|
|
4 |
AuthType Basic
|
|
|
5 |
AuthName "Web-based PEAR Frontend"
|
|
|
6 |
Require valid-user
|