summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add tests with standart test interfaceHEADadd_testsYevhenii Shapovalov2017-11-168-0/+222
|
* Add docs on using socket activation.masterJoe Orton2017-11-031-0/+26
|
* Removed patches, which are already included in upstream sourceLuboš Uhliarik2017-10-254-445/+2
|
* new version 2.4.29Luboš Uhliarik2017-10-252-3/+6
|
* drop obsolete ObsoletesJoe Orton2017-10-101-133/+14
| | | | | update docs, Summary trim %changelog
* Backport patch for fixing ticket key usagePatrick Uiterwijk2017-10-102-1/+74
| | | | Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
* new version 2.4.28Luboš Uhliarik2017-10-065-60/+15
|
* add notes on enabling httpd_graceful_shutdown boolean for preforkJoe Orton2017-10-033-4/+32
|
* drop Requires(post) for mod_sslJoe Orton2017-09-221-2/+4
|
* better error handling in httpd-ssl-gencerts (#1494556)Joe Orton2017-09-222-1/+11
| | | | Resolves: rhbz#1494556
* Handle edge-cases in gencertsStephen Gallagher2017-09-221-1/+14
| | | | | | Make sure that we exit with success if the files already exist and that we exit with failure and a message if only one or the other is present.
* Fix conditional.Joe Orton2017-09-221-3/+3
|
* Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/httpdJoe Orton2017-09-222-7/+7
|\
| * Require sscg 2.2.0 for creating service and CA certificates togetherStephen Gallagher2017-09-212-7/+7
| | | | | | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* | Ignore more.Joe Orton2017-09-221-0/+2
| |
* | Remove condition on localhost-ca.crt, tweak description.Joe Orton2017-09-221-2/+1
| |
* | Fix MPM defaults if building on RHEL, fix touch -r for 00-mpm.conf.Joe Orton2017-09-221-2/+2
|/
* Address CVE-2017-9798 by applying upstream patchJeroen van Meeuwen (Ergo Project)2017-09-212-3/+23
| | | | Reference RHBZ #1490344
* use sscg defaults; append CA cert to generated certJoe Orton2017-09-215-13/+34
| | | | document httpd-init.service in httpd-init.service(8)
* Generate SSL keys on service startStephen Gallagher2017-09-205-35/+55
| | | | | | | | | | | | | | | | | | This defers the creation of self-signed SSL certificates to the first time that httpd starts up. This has several advantages: * Waiting until the first boot will help avoid some issues with limited entropy in the install process. * The certificates can be regenerated automatically whenever they are removed, which helps with tools such as virt-sysprep * The certificates are now generated by SSCG, which produces a limited-trust CA alongside it that can be safely imported by a client. For more information on SSCG, see: https://sgallagh.wordpress.com/2016/05/02/self-signed-ssltls-certificates-why-they-are-terrible-and-a-better-alternative/ Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* httpd.service(5) update: show how to ungracefully stop/restartJoe Orton2017-09-191-0/+5
|
* Update links to Fedora home page.Joe Orton2017-09-191-2/+2
|
* move httpd.service.d, httpd.socket.d dirs to -filesystemJoe Orton2017-09-191-0/+2
|
* move httpd.service.d, httpd.socket.d dirs to -filesystemJoe Orton2017-09-191-3/+4
|
* add new content-length filter (upstream PR 61222)Joe Orton2017-09-134-4/+140
|
* Switch to https:// URLs.Joe Orton2017-08-042-3/+3
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_RebuildFedora Release Engineering2017-08-021-1/+4
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_RebuildFedora Release Engineering2017-07-261-1/+4
|
* update mod_systemd (r1802251)Joe Orton2017-07-183-100/+33
|
* switch to event by default for Fedora 27 and later (#1471708)Joe Orton2017-07-172-3/+17
| | | | Resolves: rhbz#1471708
* Shorter text in httpd.service.Joe Orton2017-07-141-3/+2
|
* Fix grammar.Joe Orton2017-07-141-1/+1
|
* perl dependency renamed to perl-interpreter ↵Petr Písař2017-07-121-1/+1
| | | | <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
* Resolves: #1469959 - httpd update cleaned out /etc/sysconfigLuboš Uhliarik2017-07-121-2/+6
|
* new version 2.4.27Luboš Uhliarik2017-07-103-5/+7
|
* mod_proxy_fcgi: fix further regressions (PR 61202)Joe Orton2017-06-303-2/+93
|
* new version 2.4.26Luboš Uhliarik2017-06-198-1488/+20
|
* move unit man pages to section 8, add as Documentation= in unitsJoe Orton2017-06-055-10/+13
|
* Updated httpd.service man page text.Joe Orton2017-05-261-14/+25
|
* License under AL2.Joe Orton2017-05-191-0/+18
|
* add httpd.service.xml to Sources.Joe Orton2017-05-191-0/+1
|
* add httpd.service(5) and httpd.socket(5) man pagesJoe Orton2017-05-195-1/+198
|
* require mod_http2, now packaged separatelyJoe Orton2017-05-163-6/+9
|
* Tweak wording.Joe Orton2017-04-181-6/+7
|
* Resolves: #1397243 - Backport Apache Bug 53098 - mod_proxy_ajp:Luboš Uhliarik2017-03-301-30/+41
| | | | patch to set worker secret passed to tomcat
* Resolves: #1397243 - Backport Apache Bug 53098 - mod_proxy_ajp:Luboš Uhliarik2017-03-302-2/+138
| | | | patch to set worker secret passed to tomcat
* Resolves: #1434916 - httpd.service: Failed with result timeoutLuboš Uhliarik2017-03-282-1/+110
|
* link only httpd, not support/* against -lselinux -lsystemdJoe Orton2017-03-245-54/+84
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_RebuildFedora Release Engineering2017-02-101-1/+4
|
* mod_watchdog: restrict thread lifetime (#1410883)Joe Orton2017-01-202-1/+41
| | | | Resolves: rhbz#1410883