From 64493507905412e36848b9bd97c26f3d7a578ab5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 11 Jan 2023 16:18:51 +0100 Subject: Added fcgi example config --- TODO | 2 +- debian/changelog | 1 + debian/webserver.example-fcgi.conf | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 debian/webserver.example-fcgi.conf diff --git a/TODO b/TODO index 6a8294f..f1ff320 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,8 @@ example conf files: - php -- fcgi test: - FCGI +- Redirect Big file bug - dynamic plugin interface (file buffer, ...) Websockets diff --git a/debian/changelog b/debian/changelog index ce7835f..b16b192 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ webserver (1.18~pre1) UNRELEASED; urgency=medium * Added websockets support (configurable forwarding proxy) * CGI bugfix: Executable execute bits check + * Added example configurations -- Roland Reichwein Sun, 08 Jan 2023 15:26:48 +0100 diff --git a/debian/webserver.example-fcgi.conf b/debian/webserver.example-fcgi.conf new file mode 100644 index 0000000..8a529e4 --- /dev/null +++ b/debian/webserver.example-fcgi.conf @@ -0,0 +1,34 @@ + + www-data + www-data + 10 + /var/lib/webserver/stats.db + /usr/lib/webserver/plugins + + + localhost + localhost + [::1] + + fcgi + 127.0.0.1:9000 + + + fcgi + /var/lib/webserver/fastcgi/socket + + + fcgi + /var/lib/webserver/fastcgi/executable + + + + + +
::1
+ 8080 + http + localhost +
+
+
-- cgit v1.2.3