blob: 1a7b1636a9e951a2f3b4c91e822e6a5a0eb0c502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
webserver (1.9) UNRELEASED; urgency=medium
* Fix fcgi output size (content-length was 1 too big)
* Fix timeout for writing (output)
-- Roland Reichwein <rr@antcom.de> Sat, 30 May 2020 22:39:49 +0200
webserver (1.8) unstable; urgency=medium
* Automatically reopen broken fcgi sockets
* Fix empty fcgi stderr messages
* Authorization: Default HTTP AUTH, except for webbox with own login page
-- Roland Reichwein <rr@antcom.de> Fri, 29 May 2020 10:23:06 +0200
webserver (1.7) unstable; urgency=medium
* Omit PEM file reload. Access to files is denied because of dropped privileges.
* Bugfix: Keep FCGI connections open
* Weekly Certificate reload via systemd service restart
* Webbox: Fixed redundant auth popup on certain browsers
-- Roland Reichwein <rr@antcom.de> Thu, 21 May 2020 09:13:11 +0200
webserver (1.6) unstable; urgency=medium
* Webbox: Improved UI
* config: Serve_sites bugfix
* Reload certificates daily
* Statically serve only files with '?...' stripped off
-- Roland Reichwein <rr@antcom.de> Sun, 17 May 2020 10:09:49 +0200
webserver (1.5) unstable; urgency=medium
* Improved webbox integration
* Bugfix: Path matching
* Minor fixes
-- Roland Reichwein <rr@antcom.de> Thu, 14 May 2020 18:20:34 +0200
webserver (1.4) unstable; urgency=medium
* Added redirect plugin
* Plugin Documentation
* Minor corrections
* Added Unix domain sockets for FCGI
-- Roland Reichwein <rr@antcom.de> Fri, 08 May 2020 10:23:18 +0200
webserver (1.3) unstable; urgency=medium
* Added FCGI
* Updated weblog
* Added statistics
* Removed upload limit (now 1GB)
* Support Ubuntu 1910
* Crypt(3) HTTP AUTH passwords
-- Roland Reichwein <rr@antcom.de> Sat, 25 Apr 2020 12:35:44 +0200
webserver (1.2) unstable; urgency=medium
* Added Weblog module
-- Roland Reichwein <rr@antcom.de> Sun, 19 Apr 2020 19:07:24 +0200
webserver (1.1) unstable; urgency=medium
* Added CGI
-- Roland Reichwein <rr@antcom.de> Fri, 17 Apr 2020 18:25:28 +0200
webserver (1.0) unstable; urgency=medium
* First version
-- Roland Reichwein <rr@antcom.de> Thu, 02 Apr 2020 18:59:59 +0200
|