Commit Graph

14 Commits

Author SHA1 Message Date
Joe Orton
47674d0800 build and load mod_authnz_fcgi 2023-03-07 14:23:04 +00:00
Luboš Uhliarik
d9ddc5dc92 Try to minimize httpd dependencies
- essential binaries moved to httpd-core package
- mod_brotli and mod_systemd are now in httpd main package together with
  .service files
- httpd is no longer linked (-lsystemd), all systemd functions moved to
  mod_systemd module which is now shipped in main httpd package
2022-03-30 19:33:41 +02:00
Lubos Uhliarik
c6cd42af04 Fix wrong module name used in LoadModule directive 2019-04-02 15:27:39 +00:00
Lubos Uhliarik
94b643f7e2 Forgot to commit 00-base.conf with redis LoadModule 2019-04-02 12:34:14 +00:00
Joe Orton
bb57b96635 build and load mod_brotli 2018-01-02 09:10:32 +00:00
Joe Orton
dbcbdf8a73 require mod_http2, now packaged separately 2017-05-16 10:00:54 +01:00
Joe Orton
17ef1b1f5e load mod_watchdog by default (#1353582)
Resolves: rhbz#1325883
Resolves: rhbz#1353582
2016-07-07 19:29:00 +01:00
Joe Orton
91a2788bce update to 2.4.17 (#1271224)
- build, load mod_http2
- don't build mod_asis, mod_file_cache
- load mod_cache_socache, mod_proxy_wstunnel by default
- check every built mod_* is configured
- synch ssl.conf with upstream; disable SSLv3 by default
Resolves: rhbz#1271224
2015-10-14 09:06:30 +01:00
Joe Orton
b46475bf5a enable mod_request by default for mod_auth_form
- move disabled-by-default modules from 00-base.conf to 00-optional.conf
2014-07-31 12:16:47 +01:00
Joe Orton
aa55b1c6dd load mod_macro by default (#998452)
- add README to conf.modules.d
- mod_proxy_http: add possible fix for threading issues (r1534321)
- core: add fix for truncated output with CGI scripts (r1530793)
Resolves: rhbz#998452
2013-10-21 20:17:46 +01:00
Joe Orton
d70345aecd add mod_session subpackage, move mod_auth_form there (#894500)
Resolves: rhbz#894500
2013-02-22 13:59:36 +01:00
Joe Orton
2ef12c9266 fix symlink for poweredby.png 2012-03-13 16:52:36 +00:00
Joe Orton
415f76c452 add mod_proxy_html subpackage (w/mod_proxy_html + mod_xml2enc)
- move mod_ldap, mod_authnz_ldap to mod_ldap subpackage
2012-03-13 16:33:13 +00:00
Joe Orton
3a44ff7655 update to 2.4.1
- adopt upstream default httpd.conf (almost verbatim)
- split all LoadModules to conf.modules.d/*.conf
- include conf.d/*.conf at end of httpd.conf
- trim %changelog
2012-03-13 09:55:18 +00:00