Apache HTTP Server
Go to file
jorton 7c0f3e466d - add security fix for CVE CAN-2004-0942 (memory consumption DoS)
- SELinux: run httpd -t under runcon in configtest (Steven Smalley)
- fix SSLSessionCache comment for distcache in ssl.conf
- restart using SIGHUP not SIGUSR1 after logrotate
- add ap_save_brigade fix (upstream #31247)
- mod_ssl: fix possible segfault in auth hook (upstream #31848)
- add htsslpass(1) and configure as default SSLPassPhraseDialog (#128677)
- apachectl: restore use of $OPTIONS
- apachectl, httpd.init: refuse to restart if $HTTPD -t fails
- apachectl: run $HTTPD -t in user SELinux context for configtest
- update for pcre-5.0 header locations
2004-11-18 11:59:52 +00:00
.cvsignore Add patch status tracking. 2004-10-13 10:44:51 +00:00
html.xsl auto-import httpd-2.0.40-21 from httpd-2.0.40-21.src.rpm 2004-09-09 06:12:16 +00:00
httpd-2.0.40-xfsz.patch - add security fix for CVE CAN-2004-0942 (memory consumption DoS) 2004-11-18 11:59:52 +00:00
httpd-2.0.45-deplibs.patch Patch status tracking updates. 2004-10-13 16:35:07 +00:00
httpd-2.0.45-export.patch Patch status tracking updates. 2004-10-13 16:35:07 +00:00
httpd-2.0.48-corelimit.patch Add patch status tracking. 2004-10-13 10:44:51 +00:00
httpd-2.0.48-release.patch Add patch status tracking. 2004-10-13 10:44:51 +00:00
httpd.conf Revert whitespace change. 2004-10-15 15:37:28 +00:00
httpd.init - add security fix for CVE CAN-2004-0942 (memory consumption DoS) 2004-11-18 11:59:52 +00:00
httpd.logrotate - add security fix for CVE CAN-2004-0942 (memory consumption DoS) 2004-11-18 11:59:52 +00:00
httpd.spec - add security fix for CVE CAN-2004-0942 (memory consumption DoS) 2004-11-18 11:59:52 +00:00
httpd.sysconf auto-import changelog data from httpd-2.0.50-6.src.rpm 2004-09-09 06:22:47 +00:00
index.html - add improved child reclaim timing logic (#119128/#132360) 2004-09-14 13:41:57 +00:00
Makefile - add security fix for CVE CAN-2004-0942 (memory consumption DoS) 2004-11-18 11:59:52 +00:00
manual.conf auto-import changelog data from httpd-2.0.50-5.src.rpm 2004-09-09 06:22:22 +00:00
migration.css auto-import changelog data from httpd-2.0.36-7.src.rpm 2004-09-09 06:08:44 +00:00
migration.xml Update PHP section. 2004-09-17 10:11:59 +00:00
mirrors Use the new key-checking infrastructure. 2004-09-15 15:09:00 +00:00
mkstatus.sh - add dummy connection address fixes from HEAD 2004-10-15 15:36:49 +00:00
powered_by_fedora.png auto-import httpd-2.0.47-10 from httpd-2.0.47-10.src.rpm 2004-09-09 06:16:14 +00:00
README.confd auto-import changelog data from httpd-2.0.50-4.src.rpm 2004-09-09 06:21:42 +00:00
sources - update to 2.0.52 2004-09-28 13:49:37 +00:00
ssl.conf - add security fix for CVE CAN-2004-0942 (memory consumption DoS) 2004-11-18 11:59:52 +00:00
upstream - update to 2.0.52 2004-09-28 13:49:37 +00:00
upstream-key.gpg Use the new key-checking infrastructure. 2004-09-15 15:09:00 +00:00
welcome.conf auto-import httpd-2.0.47-10 from httpd-2.0.47-10.src.rpm 2004-09-09 06:16:14 +00:00

This directory holds Apache 2.0 module-specific configuration files;
any files in this directory which have the ".conf" extension will be
processed as Apache configuration files.

Files are processed in alphabetical order, so if using configuration
directives which depend on, say, mod_perl being loaded, ensure that
these are placed in a filename later in the sort order than "perl.conf".