From e85259fba5bf0aee6a444d01fcf620d9bc8280f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 12 Oct 2020 21:27:48 +0200 Subject: [PATCH] Updated xfr.pm (added bbxfr). --- .../install/etc/httpd/conf.d/xfr.80.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sources/xfr.pm/postinstall/install/etc/httpd/conf.d/xfr.80.conf b/sources/xfr.pm/postinstall/install/etc/httpd/conf.d/xfr.80.conf index 491d731..ff2e751 100644 --- a/sources/xfr.pm/postinstall/install/etc/httpd/conf.d/xfr.80.conf +++ b/sources/xfr.pm/postinstall/install/etc/httpd/conf.d/xfr.80.conf @@ -13,6 +13,21 @@ WSGISocketPrefix run/wsgi + + AuthType Basic + AuthName "BB File Transfer" + AuthUserFile /var/www.xfr/auth/bbxfr.users + Require valid-user + + Options Indexes + + + Alias /bbxfr/download /var/www.xfr/htdocs.80/bbxfr/download + + + Options Indexes + + AuthType Basic AuthName "Avon File Transfer" -- 2.54.0