diff options
author | evo.narval.tk <b75c71f7758e8c0b6ce423decc1a3974> | 2016-07-04 01:49:34 +0200 |
---|---|---|
committer | evo.narval.tk <b75c71f7758e8c0b6ce423decc1a3974> | 2016-07-04 01:49:34 +0200 |
commit | afa245f278f0718524882015dce90a029ffe2a9e (patch) | |
tree | 7c97ba954e0428e18a189778f660f9777ccdca92 /apache2 | |
parent | bb2d48ff3c0ff5e15f816b1984b10a21a3f4127e (diff) |
manual user edition
Diffstat (limited to 'apache2')
-rw-r--r-- | apache2/cgi.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apache2/cgi.htaccess b/apache2/cgi.htaccess index 64bac23..5d3efa9 100644 --- a/apache2/cgi.htaccess +++ b/apache2/cgi.htaccess @@ -21,6 +21,11 @@ AddHandler cgi-script .cgi Require group history </Files> +<Files put.*> + # login/password + Require group index +</Files> + #<Files search.cgi> # # login/password # Require env NO_AUTH |