summaryrefslogtreecommitdiffstats
path: root/httpd.service
Commit message (Collapse)AuthorAgeFilesLines
* Generate SSL keys on service startStephen Gallagher2017-09-201-1/+2
| | | | | | | | | | | | | | | | | | 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>
* Shorter text in httpd.service.Joe Orton2017-07-141-3/+2
|
* Fix grammar.Joe Orton2017-07-141-1/+1
|
* move unit man pages to section 8, add as Documentation= in unitsJoe Orton2017-06-051-1/+2
|
* add httpd.service(5) and httpd.socket(5) man pagesJoe Orton2017-05-191-0/+2
|
* Tweak wording.Joe Orton2017-04-181-6/+7
|
* update to 2.4.23 (#1325883, #1353203)Joe Orton2016-07-071-11/+6
| | | | | | | - load mod_proxy_hcheck - recommend use of "systemctl edit" in httpd.service Resolves: rhbz#1353203 Resolves: rhbz#1325883
* use KillMode=mixed in httpd.service (#1135122)Jan Kaluza2014-09-011-7/+3
|
* systemd: use {MAINPID} notation to ensure /bin/kill has always the second argJan Kaluza2013-11-011-1/+1
|
* systemd: send SIGWINCH signal without httpd -k in ExecStopJan Kaluza2013-10-241-1/+1
|
* ignore /etc/sysconfig/httpd and document systemd way of setting env ↵Jan Kaluza2013-05-241-1/+18
| | | | variables in this file
* fix service file to not send SIGTERM after ExecStop (#906321, #912288)Jan Kaluza2013-04-161-0/+6
|
* adding mod_systemd to integrate with systemd betterJan Kaluza2012-09-071-3/+2
|
* remove use of syslog.target per guidelines update.Joe Orton2012-06-081-1/+1
|
* use /run for pidfileJoe Orton2012-06-071-1/+1
|
* tweak default ssl.confJoe Orton2012-04-201-2/+1
| | | | | | - fix restart handling (#814645) - use graceful restart by default Resolves: rhbz#814645
* omit redundant -k startJoe Orton2012-03-131-1/+1
|
* update to 2.4.1Joe Orton2012-03-131-5/+5
| | | | | | | - 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
* fix #783629 - start httpd after namedJan Kaluza2012-01-231-1/+1
|
* complete conversion to systemd, drop init script (#770311)Joe Orton2012-01-171-0/+1
| | | | | | fix comments in /etc/sysconfig/httpd (#771024) enable PrivateTmp in service file (#781440) set LANG=C in /etc/sysconfig/httpd
* fix #751591 - start httpd after remote-fsJan Kaluza2011-12-061-1/+1
|
* add systemd service files (#684175, thanks to Jóhann B. Guðmundsson)Joe Orton2011-04-121-0/+15