Activity
From 2020-05-22 to 2020-05-28
2020-05-26
- 06:54 Feature #2758: Option to disable TLS session tickets
- For the record (and search engines which may find this), you can disable session tickets in lighttpd since lighttpd 1...
2020-05-25
- 05:45 Feature #2278 (Wontfix): client cert verification via OCSP
- Support for CRLs for client certificate verification was added in lighttpd 1.4.46 in #2319
https://redmine.lighttpd...
2020-05-23
- 21:59 Revision adbbc6a4: [mod_trigger_b4_dl] use config_plugin_values_init()
- 21:59 Revision ca95cea4: [mod_evasive] use config_plugin_values_init()
- 21:59 Revision b07bc5d2: [mod_geoip] use config_plugin_values_init()
- 21:59 Revision 66a460d9: [mod_secdownload] use config_plugin_values_init()
- 21:59 Revision 4b0c9c98: [mod_cml] use config_plugin_values_init()
- 21:59 Revision 36493909: [mod_status] use config_plugin_values_init()
- 21:59 Revision 3dacea49: [mod_uploadprogress] use config_plugin_values_init()
- 21:59 Revision 5b58e5e4: [mod_ssi] use config_plugin_values_init()
- 21:59 Revision be7eb108: [mod_userdir] use config_plugin_values_init()
- 21:59 Revision 28b7d0b6: [mod_userdir] split policy from userdir path build
- 21:59 Revision 5fd8e194: [mod_usertrack] use config_plugin_values_init()
- 21:59 Revision 84ccd87b: [mod_magnet] use config_plugin_values_init()
- 21:59 Revision 476fd956: [mod_flv_streaming] use config_plugin_values_init()
- 21:59 Revision 32c42074: [mod_expire] use config_plugin_values_init()
- 21:59 Revision 362ccedc: [mod_indexfile] use config_plugin_values_init()
- 21:59 Revision d5782eba: [mod_alias] use config_plugin_values_init()
- 21:59 Revision 3fabcc36: [mod_setenv] use config_plugin_values_init()
- 21:59 Revision a377b159: [mod_skeleton] use config_plugin_values_init()
- 21:59 Revision 49140fe3: [mod_staticfile] use config_plugin_values_init()
- 21:59 Revision 4b9ee098: [core] use (const char *) in config file parsing
- 21:59 Revision 20450fd6: [core] mv config_setup_connection to connections.c
- rename config_setup_connection() to connection_reset_config()
- 21:59 Revision d7a6a7a2: [core] (const buffer *) from strftime_cache_get()
- 21:59 Revision 784a4355: [mod_access] use config_plugin_values_init()
- 21:59 Revision b87e8783: [core] config_plugin_values_init() new interface
- new data structures and interface for processing config directives
(towards more efficient approach to config merging... - 21:59 Revision aba290e0: [core] improve condition caching perf
- 21:59 Revision b2b41e36: [core] struct plugin_data_base
- 21:59 Revision be04c123: [core] macros CONST_LEN_STR and CONST_STR_LEN
- 21:59 Revision e06ac39c: [core] rearrange server_config, server members
- rearrange server_config, server members to improved affinity
- 21:59 Revision c0222695: [core] srv->plugin_slots as compact list
- 21:59 Revision e2de4e58: [core] const char *name in struct plugin
- put void *data (always used) as first member of struct plugin
add int nconfig member to PLUGIN_DATA
calloc() inits ... - 21:59 Revision 2c43ae73: [mod_redirect,mod_rewrite] store context_ndx
- store config context_ndx instead of data_config *dc
- 21:59 Revision 36f64b26: [core] simpler config_check_cond()
- optimize for common case where condition has been evaluated for
the request and a cached result exists
(also: begin ... - 21:59 Revision b6e0880a: [mod_accesslog] avoid alloc for parsing cookie val
- 21:59 Revision feb21b3d: [core] inline header and env arrays into con
- 21:59 Revision e3dc34d1: [core] array a->sorted[] as ptrs rather than pos
- While slightly more memory use in 64-bit (though same memory use as
prior versions of lighttpd), avoids bouncing thro... - 19:06 Bug #3015: Reconfiguring server port does not work
- Editing lighttpd.conf is an option but pihole overwrites this file on every update.
I accept this appears not to b... - 18:07 Bug #3015 (Invalid): Reconfiguring server port does not work
- Marking bug report as Invalid. When submitting issues, please *always* include as much detail as possible.
*When ... - 17:56 Bug #3015: Reconfiguring server port does not work
- I think I've found it:...
- 17:47 Bug #3015: Reconfiguring server port does not work
- For clarity, I am attempting to modify the default pi-hole lighttpd configuration by placing server.port := 8080 in c...
- 17:39 Bug #3015: Reconfiguring server port does not work
- Thanks for your reply.
Does your port 80 stay open after server.port := 8080 ? - 16:23 Bug #3015: Reconfiguring server port does not work
- Please read: https://redmine.lighttpd.net/boards/2/topics/5
I am unable to reproduce this with a simple test on th... - 15:51 Bug #3015 (Invalid): Reconfiguring server port does not work
- If
server.port = 80
is set and in a later configuration file
server.port := 8080
is set, the port stays at 80 and...
2020-05-22
- 09:11 Feature #3014 (Invalid): Lighttpd - mod_fd_transfer plugin
- Discussion like this should happen in the development forum. You already found: https://redmine.lighttpd.net/boards/...
- 06:47 Feature #3014 (Invalid): Lighttpd - mod_fd_transfer plugin
- Hi All,
I am exploring lighttpd with mod_fd_transfer plugin from below link.
https://github.com/aalap-shah/lightt...
Also available in: Atom