Commit 1257331bfb1e4f6fbc84a5c73c9b881469d73f5d
1 parent
a2151658
Add KTIS-related authentication helper for those running on PHP CGI
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5980 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
.htaccess
| @@ -51,6 +51,7 @@ php_flag session.auto_start OFF | @@ -51,6 +51,7 @@ php_flag session.auto_start OFF | ||
| 51 | 51 | ||
| 52 | <IfModule mod_env.c> | 52 | <IfModule mod_env.c> |
| 53 | SetEnv kt_htaccess_worked yes | 53 | SetEnv kt_htaccess_worked yes |
| 54 | +SetEnvIf Authorization (.*) kt_auth=$1 | ||
| 54 | </IfModule> | 55 | </IfModule> |
| 55 | LimitRequestBody 0 | 56 | LimitRequestBody 0 |
| 56 | DirectoryIndex index.html index.php | 57 | DirectoryIndex index.html index.php |