aboutsummaryrefslogtreecommitdiff
path: root/net/apache/Config.in
Commit message (Collapse)AuthorAge
* apache: add extra packages + apache userSebastian Kemper2020-01-01
| | | | | | | | | | | | | This adds extra packages for certain modules (basically the ones that incur further dependencies), support files etc. This is pretty much follows Alpine's example. This updates the httpd.conf patch to _not_ uncomment MIMEMagicFile (because the module isn't loaded by default) and removes that changes that aren't needed anymore (because of the added module support). The patch now only changes the default user. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apache: update to 2.4.28Thomas Heil2017-10-15
- fix CVE-2017-9798 - fix #4926 make http2 support configurable, in case of enables libnghttp2 package dont build http2. instead use CONFIG_APACHE_HTTP2 to enable http2 support Signed-off-by: Thomas Heil <heil@terminal-consulting.de>