From b8261eab3232cecec1899dbadf01ae6788c669d4 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 9 Oct 2006 02:43:05 +0200 Subject: [PATCH] Make cgi/p/ protected by httpauth --- cgi/p/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cgi/p/.htaccess diff --git a/cgi/p/.htaccess b/cgi/p/.htaccess new file mode 100644 index 0000000..9db05ee --- /dev/null +++ b/cgi/p/.htaccess @@ -0,0 +1,4 @@ +AuthType Basic +AuthName "RepoAdministration" +AuthUserFile /home/repo/j/etc/group +Require valid-user -- 2.11.4.GIT