Version
top

Index Cache Score Version
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwww.narval.fr.eu.org <4e20841124e5f093a4cf7e8a65f10f65>2016-06-04 12:56:47 +0200
committerwww.narval.fr.eu.org <4e20841124e5f093a4cf7e8a65f10f65>2016-06-04 12:56:47 +0200
commita6a43933c1ba2a39e71c7fbd651857bb9220c93d (patch)
tree1544c5a69561d87afb54a8baaa9099daa3253b55 /apache2/home.htaccess
Initial collection setup
Diffstat (limited to 'apache2/home.htaccess')
-rw-r--r--apache2/home.htaccess17
1 files changed, 17 insertions, 0 deletions
diff --git a/apache2/home.htaccess b/apache2/home.htaccess
new file mode 100644
index 0000000..13864c1
--- /dev/null
+++ b/apache2/home.htaccess
@@ -0,0 +1,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