From 35c8c83209b73415bf7fcb02553bb23db291fbae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20=27Wolvverine=27=20Panasiewicz?= Date: Sun, 19 Dec 2004 00:01:41 +0000 Subject: [PATCH] - apache security file for backuppc Changed files: backuppc_htaccess -> 1.1 --- backuppc_htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 backuppc_htaccess diff --git a/backuppc_htaccess b/backuppc_htaccess new file mode 100644 index 0000000..6e0d101 --- /dev/null +++ b/backuppc_htaccess @@ -0,0 +1,5 @@ +AuthGroupFile %{_sysconfdir}/%{name}/group # <--- change path as needed +AuthUserFile %{_sysconfdir}/%{name}/passwd # <--- change path as needed +AuthType basic +AuthName "access" +require valid-user \ No newline at end of file -- 2.43.0