blob: 94a14cdd316cca3b07953da6e3e0ac851c7a5da4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# uncomment to force https (no more http available)
#SSLOptions +StrictRequire
#SSLRequireSSL
# uncomment to disable authentification
SetEnvIf Request_Protocol "^H" NO_AUTH
# server side includes
Options +Includes
DirectoryIndex index.shtml
# login/password
AuthType Digest
AuthName "mdtx-demo"
AuthDigestProvider file
AuthUserFile /etc/mediatex/mdtx-demo/apache2/htpasswd
AuthGroupFile /etc/mediatex/mdtx-demo/apache2/htgroup
|