Commit Graph

443 Commits

Author SHA1 Message Date
Lubos Uhliarik
fc0e844ce2 - Remove pointless creation of /var/lib/httpd/state dir in RPM build root
- Substitute tabs for spaces.
2019-07-19 11:28:20 +02:00
Joe Orton
2993aea7a7 mod_cgid: use fd passing to fix script stderr handling (#1591157)
Resolves: rhbz#1591157
2019-07-17 11:31:15 +01:00
Joe Orton
7ee1cb5208 - apachectl: restore -V/-v/-t support (#1727434) 2019-07-08 09:23:48 +01:00
Joe Orton
2ae67b32b1 htpasswd: add SHA-256/512 support 2019-07-08 09:18:33 +01:00
Joe Orton
b18b77bc68 create instance-specific StateDir in httpd@.service, instance.conf 2019-06-21 09:00:52 +01:00
Joe Orton
10963a8dad remove superfluous ap_hack_ symbols from httpd binary
more verbose %check section
2019-06-20 11:52:17 +01:00
Lubos Uhliarik
16a6314f81 Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/httpd 2019-06-13 17:40:20 +02:00
Lubos Uhliarik
e945a601ca Removed bundled mod_md 2019-06-13 17:38:40 +02:00
Joe Orton
720c6f392b mod_ssl: fix "httpd -L" (etc) before httpd-init.service runs 2019-06-13 16:37:06 +01:00
Joe Orton
67d32a785d fixes for StateDir directive (upstream r1857731, r1857731) 2019-06-12 10:48:06 +01:00
Lubos Uhliarik
bc95575bf5 httpd dependency on initscripts is unspecified (#1705188)
- substitute "service" cmd by "httpd" with -t arg

Resolves: #1705188
2019-05-02 14:46:02 +00:00
Joe Orton
db62736588 - fix systemd_postun usage. 2019-04-16 09:10:28 +01:00
Joe Orton
fc24275107 - mod_reqtimeout: fix default values regression (PR 63325) 2019-04-16 08:49:29 +01:00
Joe Orton
3aa63a93a9 - fix statedir symlink to point to /var/lib/httpd (#1697662) 2019-04-16 08:48:10 +01:00
Lubos Uhliarik
c6cd42af04 Fix wrong module name used in LoadModule directive 2019-04-02 15:27:39 +00:00
Lubos Uhliarik
c30e102180 update to 2.4.39 2019-04-02 10:53:17 +00:00
Joe Orton
b86b48c4a2 apachectl: cleanup and replace script wholesale (#1641237)
* drop "apachectl fullstatus" support
 * run systemctl with --no-pager option
 * implement graceful&graceful-stop by signal directly
run "httpd -t" from legacy action script
Resolves: rhbz#1641237
2019-03-14 10:30:15 +00:00
Lubos Uhliarik
9e462af294 segmentation fault fix (FIPS) 2019-02-05 12:39:17 +00:00
Joe Orton
80cf4174c6 use serverroot-relative statedir, rundir by default 2019-02-05 12:11:27 +00:00
Fedora Release Engineering
887d8d1a45 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 02:28:37 +00:00
Igor Gnatenko
a0bbdf8c6c Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:07 +01:00
Lubos Uhliarik
584830e35e Updated release num 2019-01-23 12:34:26 +00:00
Joe Orton
a18552330d Update PKCS#11 patch. 2019-01-23 13:04:05 +01:00
Lubos Uhliarik
1810bd511f new version 2.4.38 (#1668125)
adjusted patches
2019-01-23 11:21:32 +00:00
Björn Esser
ccaa54fd8d
Rebuilt for libcrypt.so.2 (#1666033) 2019-01-14 19:04:04 +01:00
Luboš Uhliarik
affd30da6f Resolves: #1652678 - TLS connection allowed while all protocols are forbidden 2018-11-23 11:11:59 +01:00
Joe Orton
f7bb212f40 add httpd.conf(5) (#1611361)
Resolves: rhbz#1611361
2018-11-09 09:01:23 +00:00
Joe Orton
36d7a68241 add httpd.conf(5) (#1611361)
Resolves: rhbz#1611361
2018-11-08 17:13:42 +00:00
Luboš Uhliarik
2fa14eded5 Resolves: #1647241 - fix apachectl script 2018-11-07 12:38:50 +01:00
Joe Orton
920857b24c add DefaultStateDir/ap_state_dir_relative()
mod_dav_fs: use state dir for default DAVLockDB
mod_md: use state dir for default MDStoreDir
2018-10-31 12:19:33 +00:00
Joe Orton
e869b8b799 update to 2.4.37 2018-10-31 10:08:18 +00:00
Joe Orton
c72daf66bd add htcacheclean.service(8) man page 2018-10-31 10:01:24 +00:00
Joe Orton
f201a4ebc1 apachectl: don't read /etc/sysconfig/httpd 2018-09-28 08:51:19 +01:00
Joe Orton
1f748ace31 fix build if OpenSSL built w/o SSLv3 support 2018-09-25 09:43:59 +01:00
Joe Orton
e6f5630905 comment-out SSLProtocol, SSLProxyProtocol from ssl.conf in
default configuration; now follow OpenSSL system default (#1468322)
Resolves: rhbz#1468322
2018-09-21 15:22:11 +01:00
Joe Orton
89ff98903a Merge branch 'f29' 2018-09-21 15:19:28 +01:00
Joe Orton
86433978a1 mod_ssl: follow OpenSSL protocol defaults if SSLProtocol
is not configured (Rob Crittenden, #1618371)
Resolves: rhbz#1618371
2018-09-21 13:07:38 +01:00
Joe Orton
369db50dd0 mod_ssl: more TLSv1.3 fixes (#1619389)
Resolves: rhbz#1619389
2018-09-18 13:57:48 +01:00
Luboš Uhliarik
5bf30dc156 mod_ssl: enable SSLv3 and change behavior of "SSLProtocol All"
configuration (#1624777)

Resolves: #1624777
2018-09-03 11:29:22 +02:00
Joe Orton
b52ebeb33d mod_ssl: further TLSv1.3 fix (#1619389)
Resolves: rhbz#1619389
2018-08-21 08:34:34 +01:00
Joe Orton
2f9bc4598d mod_ssl: backport TLSv1.3 support changes from upstream (#1615059)
Resolves: rhbz#1615059
2018-08-13 14:43:07 +01:00
Joe Orton
e7a848a3db mod_ssl: fix OCSP regression (upstream r1555631) 2018-07-20 11:22:10 +01:00
Joe Orton
84d2251c2d - Fedora layout is now upstream, drop patch 2018-07-19 18:47:48 +01:00
Joe Orton
71609fae14 update Obsoletes for mod_proxy_uswgi (#1599113)
Resolves: rhbz#httpd.spec
2018-07-18 20:22:36 +01:00
Joe Orton
5072c65a7b update to 2.4.34 (#1601160)
Resolves: rhbz#1601160
2018-07-18 11:55:03 +01:00
Joe Orton
bc2b0a9538 BR gcc 2018-07-16 20:41:32 +01:00
Joe Orton
6fd32168ff don't block on service try-restart in posttrans scriptlet
add Lua-based /server-status example page to docs
obsoletes: and provides: for mod_proxy_uswgi (#1599113)
Resolves: rhbz#1599113
2018-07-16 17:11:20 +01:00
Joe Orton
23fb452dae don't block on service try-restart in posttrans scriptlet 2018-07-16 17:02:19 +01:00
Joe Orton
7a7c76fbe0 add Lua-based /server-status example page to docs 2018-07-16 17:01:34 +01:00
Fedora Release Engineering
68920957bf - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 05:07:26 +00:00