User Tools

Site Tools


aoe:dokuaccess

To set up doku in a personal home directory install as described.

for https, add .htaccess to a directory above doku with in it:

AuthUserFile /home/facultystaff/stedwar1/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic

require user stedwar1

## make sure nobody gets the htaccess files
<Files ~ "^[\._]ht">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

put .htpasswd in a folder above the web root.

Still need to set permissions for notes!

aoe/dokuaccess.txt · Last modified: 1970/01/18 07:09 by 127.0.0.1