summaryrefslogtreecommitdiffstats
path: root/httpd.conf
Commit message (Collapse)AuthorAgeFilesLines
* protect MIMEMagicFile with IfModule (#893949)Jan Kaluza2013-03-271-6/+8
|
* use IncludeOptional for conf.d/*.conf inclusionJoe Orton2012-09-131-2/+2
|
* - default config:Joe Orton2012-03-131-25/+11
| | | | | * unrestricted access to (only) /var/www * remove (commented) Mutex, MaxRanges, ScriptSock
* update to 2.4.1Joe Orton2012-03-131-805/+162
| | | | | | | - 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
* Add .svgz to AddEncoding x-gzip example in httpd.conf.Ville Skyttä2011-09-221-1/+1
|
* update to 2.2.19Joe Orton2011-07-141-2/+2
| | | | enable dbd, authn_dbd in default config
* - sync with upstreamJoe Orton2011-03-211-28/+27
|
* - default config tweaks:httpd-2_2_15-3_fc14jorton2010-07-091-6/+21
| | | | | | | | | | | | | harden httpd.conf w.r.t. .htaccess restriction (#591293) load mod_substitute, mod_version by default drop proxy_ajp.conf, load mod_proxy_ajp in httpd.conf add commented list of shipped-but-unloaded modules bump up worker defaults a little drop KeepAliveTimeout to 5 secs per upstream - fix LSB compliance in init script (#522074) - bundle NOTICE in -tools - use init script in logrotate postrotate to pick up PIDFILE - drop some old Obsoletes/Conflicts
* - fix pidfile in httpd.logrotate (thanks to Rainer Traut)httpd-2_2_11-8F-11-startF-11-splitjorton2009-03-171-2/+0
| | | | - don't build mod_mem_cache or mod_file_cache
* - Require: apr-util-ldap (#471898)httpd-2_2_11-6jorton2009-01-221-1/+1
| | | | | | | - init script changes: pass pidfile to status(), use status() in condrestart (#480602), support try-restart as alias for condrestart - change /etc/httpd/run symlink to have destination /var/run/httpd, and restore "run/httpd.conf" as default PidFile (#478688)
* Made default configuration using /var/run/httpd for pid fileRobert Scheck2008-12-271-1/+1
|
* - move AddTypes for SSL cert/CRL types from ssl.conf to httpd.confjorton2008-07-151-0/+6
| | | | (#449979)
* - use Charset=UTF-8 in default httpd.conf (#455123)jorton2008-07-141-1/+1
| | | | - only enable suexec when appropriate (Jim Radford, #453697)
* - correct UserDir directive in default config (#449815)jorton2008-06-041-2/+2
|
* - add fix for SSL library string regression (PR 43334)jorton2007-09-171-1/+1
| | | | | - use powered-by logo from system-logos (#250676) - preserve timestamps for installed config files
* - mod_ssl: add security fix for CVE-2005-3357 (#177914)httpd-2_2_0-5jorton2006-02-031-3/+6
| | | | | | | - mod_imagemap: add security fix for CVE-2005-3352 (#177913) - add fix for AP_INIT_* designated initializers with C++ compilers - httpd.conf: enable HTMLTable in default IndexOptions - httpd.conf: add more "redirect-carefully" matches for DAV clients
* - don't strip C-L from HEAD responses (Greg Ames, #110552)httpd-2_2_0-2jorton2005-12-051-6/+7
| | | | | | | - load mod_proxy_balancer by default - add proxy_ajp.conf to load/configure mod_proxy_ajp - Obsolete mod_jk - update docs URLs in httpd.conf/ssl.conf
* - update to 2.2.0httpd-2_2_0-1jorton2005-12-021-9/+18
|
* - don't load by default: mod_cern_meta, mod_asisjorton2005-09-151-2/+7
| | | | - do load by default: mod_ext_filter (#165893)
* - revert commit which was supposed to be in a scratch branchjorton2005-04-271-5/+0
|
* - enable cgid in default config for workerjorton2005-04-271-0/+5
|
* - update default httpd.conf:httpd-2_0_53-6jorton2005-03-291-64/+13
| | | | | | | | | | clarify the comments on AddDefaultCharset usage (#135821) remove all the AddCharset default extensions don't load mod_imap by default synch with upstream 2.0.53 httpd-std.conf - remove htsslpass - mod_ssl: set user from SSLUserName in access hook (upstream #31418) - htdigest: fix permissions of created files (upstream #33765)
* - fix cosmetic issues in "service httpd reload"httpd-2_0_52-7jorton2005-02-071-12/+13
| | | | | | - move User/Group higher in httpd.conf (#146793) - load mod_logio by default in httpd.conf - apachectl: update for correct libselinux tools locations
* Revert whitespace change.httpd-2_0_52-3FC-3-splitjorton2004-10-151-1/+1
|
* - add dummy connection address fixes from HEADjorton2004-10-151-1/+1
| | | | - mod_ssl: add security fix for CAN-2004-0885
* auto-import changelog data from httpd-2.0.50-5.src.rpmhttpd-2_0_50-5cvsdist2004-09-091-30/+2
| | | | | | | Wed Sep 01 2004 Joe Orton <jorton@redhat.com> 2.0.50-5 - move manual configuration into conf.d/manual.conf (#131208) - add test_hook from HEAD, -t -DDUMP_CERTS for mod_ssl - document AddDefaultCharset change since 1.3 in migration.html
* auto-import changelog data from httpd-2.0.50-4.src.rpmhttpd-2_0_50-4cvsdist2004-09-091-5/+4
| | | | | | | | Tue Aug 17 2004 Joe Orton <jorton@redhat.com> 2.0.50-4 - start httpd in the C locale by default (#128002) - fix CustomLog comments in default httpd.conf (#43223) - ensure correct mod_suexec vs mod_userdir hook ordering (Joshua Slive, upstream #18156)
* auto-import changelog data from httpd-2.0.49-7.src.rpmhttpd-2_0_49-7cvsdist2004-09-091-3/+5
| | | | | | | | | Wed Jun 16 2004 Joe Orton <jorton@redhat.com> 2.0.49-7 - don't install or use bundled pcreposix.h - bump default MaxClients to 256 - drop default Timeout to 2 minutes - merge from upstream: add fix for VirtualHost multiple address handling (Jeff Trawick)
* auto-import changelog data from httpd-2.0.49-5.src.rpmhttpd-2_0_49-5cvsdist2004-09-091-10/+0
| | | | | | | | | | | | | Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 2.0.49-5 - remove comments about ScoreBoardFile in httpd.conf - avoid redundant name lookup in pod code - mod_headers: add %{...}s feature for using SSL variables - mod_autoindex: don't truncate output on stat() failure (#117959) - mod_ssl: fix shmcb corruption with small caches (Geoff Thorpe) - mod_ssl: security fix for overflow in FakeBasicAuth (CVE CAN-2004-0488) - mod_deflate: fix memory consumption for large responses - check that suexec is setuid root (André Malo) - worker: add ThreadStackSize (Jeff Trawick) and ThreadGuardSize directives
* auto-import changelog data from httpd-2.0.49-2.ent.src.rpmhttpd-2_0_49-2_entcvsdist2004-09-091-0/+5
| | | | | | | | Fri Mar 26 2004 Joe Orton <jorton@redhat.com> 2.0.49-2 - mod_ssl: fix session cache memory leak (Madhu Mathihalli) - mod_ssl: fix SEGV when trying to shutdown during pool cleanup - merge the mod_proxy HTTP/1.1-compliance fixes - apply fix for #118020
* auto-import httpd-2.0.48-10 from httpd-2.0.48-10.src.rpmhttpd-2_0_48-10FC-2-splitcvsdist2004-09-091-2/+6
|
* auto-import httpd-2.0.47-10 from httpd-2.0.47-10.src.rpmhttpd-2_0_47-10cvsdist2004-09-091-127/+137
|
* auto-import httpd-2.0.40-21.8 from httpd-2.0.40-21.8.src.rpmhttpd-2_0_40-21_8cvsdist2004-09-091-1/+1
|
* auto-import httpd-2.0.40-21.7 from httpd-2.0.40-21.7.src.rpmhttpd-2_0_40-21_7cvsdist2004-09-091-1/+1
|
* auto-import httpd-2.0.40-21 from httpd-2.0.40-21.src.rpmhttpd-2_0_40-21RHL-8-splitcvsdist2004-09-091-3/+10
|
* auto-import changelog data from httpd-2.0.40-11.9.src.rpmhttpd-2_0_40-11_9cvsdist2004-09-091-1/+1
| | | | | | | | Tue Oct 28 2003 Joe Orton <jorton@redhat.com> 2.0.40-11.8 - add security fixes for CVE CAN-2003-0542 - return test page for "/+" in default httpd.conf - add bug fixes for #103049, #105725, #106454 - add fixes for CGI regressions in -21.5 (#103744)
* auto-import changelog data from httpd-2.0.40-7.src.rpmhttpd-2_0_40-7cvsdist2004-09-091-0/+4
| | | | | | | Tue Sep 03 2002 Joe Orton <jorton@redhat.com> 2.0.40-7 - add LoadModule lines for proxy modules in httpd.conf (#73349) - fix permissions of conf/ssl.*/ directories; add Makefiles for certificate management (#73352)
* auto-import changelog data from httpd-2.0.40-1.src.rpmhttpd-2_0_40-1cvsdist2004-09-091-2/+3
| | | | | | | Mon Aug 12 2002 Joe Orton <jorton@redhat.com> 2.0.40-1 - update to 2.0.40 Wed Jul 24 2002 Joe Orton <jorton@redhat.com> 2.0.36-8 - improve comment on use of UserDir in default config (#66886)
* auto-import changelog data from httpd-2.0.36-7.src.rpmhttpd-2_0_36-7cvsdist2004-09-091-0/+1028
Wed Jul 10 2002 Joe Orton <jorton@redhat.com> 2.0.36-7 - use /sbin/nologin as shell for apache user (#68371) - add patch from CVS to fix possible infinite loop when processing internal redirects Wed Jun 26 2002 Gary Benson <gbenson@redhat.com> 2.0.36-6 - modify init script to detect 1.3.x httpd.conf's and direct users to the migration guide Tue Jun 25 2002 Gary Benson <gbenson@redhat.com> 2.0.36-5 - patch apachectl to detect 1.3.x httpd.conf's and direct users to the migration guide - ship the migration guide Fri Jun 21 2002 Joe Orton <jorton@redhat.com> - move /etc/httpd2 back to /etc/httpd - add noindex.html page and poweredby logo; tweak default config to load noindex.html if no default "/" page is present. - add patch to prevent mutex errors on graceful restart Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.0.36-4 - automated rebuild Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-3 - add patch to fix SSL mutex handling Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-2 - improved config directory patch Mon May 20 2002 Joe Orton <jorton@redhat.com> - initial build; based heavily on apache.spec and mod_ssl.spec - fixes: #65214, #58490, #57376, #61265, #65518, #58177, #57245