From 702d32b41c1c4f496dba046c2017cb5b907e55cd Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Jan 2023 20:00:40 +0100 Subject: FCGI test --- debian/control | 2 +- debian/webserver.example-redirect.conf | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 debian/webserver.example-redirect.conf (limited to 'debian') diff --git a/debian/control b/debian/control index 2ffe331..f2cb6b4 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: webserver Section: httpd Priority: optional Maintainer: Roland Reichwein -Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++, llvm | g++, lld | g++, libc++-dev | g++, libc++abi-dev | g++, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libreichwein-dev, gcovr, libfmt-dev, pkg-config +Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++, llvm | g++, lld | g++, libc++-dev | g++, libc++abi-dev | g++, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libreichwein-dev, gcovr, libfmt-dev, pkg-config, libfcgi-dev Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/webserver/ diff --git a/debian/webserver.example-redirect.conf b/debian/webserver.example-redirect.conf new file mode 100644 index 0000000..689dfa8 --- /dev/null +++ b/debian/webserver.example-redirect.conf @@ -0,0 +1,28 @@ + + www-data + www-data + 10 + /var/lib/webserver/stats.db + /usr/lib/webserver/plugins + + + localhost + localhost + [::1] + + redirect + https://www.antcom.de/ + 301 + Redirecting to antcom.de ... + + + + + +
::1
+ 8080 + http + localhost +
+
+
-- cgit v1.2.3