summaryrefslogtreecommitdiffstats
path: root/CHANGES (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault in logging if r->useragent_addr or c->client_addr is unsetStefan Fritsch2012-04-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328950 13f79535-47bb-0310-9956-ffa450edef68
* Added entry for cross-compile fix.Guenter Knauf2012-04-211-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328720 13f79535-47bb-0310-9956-ffa450edef68
* Remove the link in the speaking-http-on-https error message.Stefan Fritsch2012-04-201-1/+2
| | | | | | | | | With SNI, the link will usually be wrong. So better send no link at all. PR: 50823 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328326 13f79535-47bb-0310-9956-ffa450edef68
* When receiving http on https, send the error response with http 1.0Stefan Fritsch2012-04-201-0/+3
| | | | | | | | | | It is important that we send a proper error status, or search engines may index the error message. PR: 50823 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328325 13f79535-47bb-0310-9956-ffa450edef68
* Fix parsing of Require arguments in <AuthzProviderAlias>.Stefan Fritsch2012-04-091-0/+3
| | | | | | | | | Add some logging and an assert for a case that should not happen. PR: 53048 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311183 13f79535-47bb-0310-9956-ffa450edef68
* Fix error handling in ap_scan_script_header_err_brigade() if thereStefan Fritsch2012-04-091-0/+4
| | | | | | | | | | | | | is no EOS bucket in the brigade: Also don't loop if there is a timeout when discarding the script output. Thanks to Edgar Frank for the analysis. PR: 48272 (partial fix) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311174 13f79535-47bb-0310-9956-ffa450edef68
* If there is an error reading the headers from the backend,Stefan Fritsch2012-04-091-0/+3
| | | | | | | send an error to the client git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311172 13f79535-47bb-0310-9956-ffa450edef68
* mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.André Malo2012-04-041-0/+3
| | | | | | | | | PR: 53023 Submitted by: Axel Reinhold <apache freakout.de> Reviewed/Updated by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1309602 13f79535-47bb-0310-9956-ffa450edef68
* * Add the forcerecovery balancer parameter that determines if recovery forRuediger Pluem2012-03-281-0/+3
| | | | | | | | | | balancer workers without considering the retry value of workers is enforced. There might be cases where an already overloaded backend can get into deeper trouble if the recovery of all workers is enforced without considering the retry parameter of each worker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1306409 13f79535-47bb-0310-9956-ffa450edef68
* remove backported entriesEric Covener2012-03-261-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1305179 13f79535-47bb-0310-9956-ffa450edef68
* backportedEric Covener2012-03-251-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1305015 13f79535-47bb-0310-9956-ffa450edef68
* CHANGES entry for r1304874Stefan Fritsch2012-03-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1304875 13f79535-47bb-0310-9956-ffa450edef68
* Fix merging of AllowOverrideList and ContentDigest.Stefan Fritsch2012-03-241-0/+3
| | | | | | | | Remove some useless code. Pointed out by covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1304852 13f79535-47bb-0310-9956-ffa450edef68
* Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.Guenter Knauf2012-03-211-0/+2
| | | | | | | | Added the missing AP_DECLARE* decorations for the function implementations and variables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1303201 13f79535-47bb-0310-9956-ffa450edef68
* Disallow directives in AllowOverrideList which are only allowedStefan Fritsch2012-03-191-0/+4
| | | | | | | | | in VirtualHost or server context. These are usually not prepared to be called in .htaccess files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1302665 13f79535-47bb-0310-9956-ffa450edef68
* In AllowOverrideList, do not allow 'None' together with other directives.Stefan Fritsch2012-03-191-0/+3
| | | | | | | | | | While there, improve log messages and save some memory by allocating correct size for table. PR 52823 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1302653 13f79535-47bb-0310-9956-ffa450edef68
* * Correctly save the reverse proxy worker in all virtual host proxy configs.Ruediger Pluem2012-03-191-0/+3
| | | | | | | | | PR: 52935 Obtained from: Petter Berntsen <petterb gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1302444 13f79535-47bb-0310-9956-ffa450edef68
* add filesystem paths to some common error messages.Eric Covener2012-03-161-0/+3
| | | | | | | | (slightly modified from dev@ post to not bury the "failed/denied") git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301504 13f79535-47bb-0310-9956-ffa450edef68
* remove backported itemsEric Covener2012-03-161-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301488 13f79535-47bb-0310-9956-ffa450edef68
* revert r1294936, which fixed MPM DSO load failures on AIXJeff Trawick2012-03-161-2/+0
| | | | | | | | | it breaks the Netware build and was also missing the AP_DECLARE* decorations for the function implementations and variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301277 13f79535-47bb-0310-9956-ffa450edef68
* PR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settingsEric Covener2012-03-071-0/+4
| | | | | | | in the current config section, not just override previous config sections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1297958 13f79535-47bb-0310-9956-ffa450edef68
* Fix insecure handling of LD_LIBRARY_PATH that could lead to theStefan Fritsch2012-03-021-0/+4
| | | | | | | | | current working directory to be searched for DSOs CVE-2012-0883 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1296428 13f79535-47bb-0310-9956-ffa450edef68
* Fix MPM DSO load failure on AIX.Jeff Trawick2012-02-291-0/+2
| | | | | | | | | Without the proper AP_DECLARE*, these functions used by MPMs were not exported from httpd on AIX, resulting in symbol resolution errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1294936 13f79535-47bb-0310-9956-ffa450edef68
* Add the port number to the vhost's name in the scoreboardStefan Fritsch2012-02-271-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1294358 13f79535-47bb-0310-9956-ffa450edef68
* Take care not to call ap_start_lingering_close from the listener thread,Stefan Fritsch2012-02-271-1/+4
| | | | | | | | | | | | | because it may block when flushing data to the client. From the listener thread, do a lingering close without flushing. This is OK because we only do this if there has been an error during write completion or if our send buffers are empty because we are in keep-alive. PR: 52229 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1294356 13f79535-47bb-0310-9956-ffa450edef68
* In maintainer mode, replace apr_palloc with a version thatStefan Fritsch2012-02-241-0/+4
| | | | | | | | initializes the allocated memory with non-zero values, except if AP_DEBUG_NO_ALLOC_POISON is defined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293408 13f79535-47bb-0310-9956-ffa450edef68
* Check during config test that directories for access logs existStefan Fritsch2012-02-131-0/+3
| | | | | | | PR 29941 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243651 13f79535-47bb-0310-9956-ffa450edef68
* revert "overloaded" recent additions to mod_rewriteEric Covener2012-02-021-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239872 13f79535-47bb-0310-9956-ffa450edef68
* add an internal sleep map function that expands to an empty string.Eric Covener2012-02-021-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239681 13f79535-47bb-0310-9956-ffa450edef68
* treat a rewriterule substitution that expands to "-" as if the ruleEric Covener2012-02-021-0/+4
| | | | | | | had a literal "-". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239679 13f79535-47bb-0310-9956-ffa450edef68
* Add a few placeholders to CHANGES for items whichRainer Jung2012-02-011-0/+10
| | | | | | | are currrently trunk only. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238979 13f79535-47bb-0310-9956-ffa450edef68
* Remove changes from trunk CHANGES that have alreadyRainer Jung2012-01-311-7/+0
| | | | | | | been backported to 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238810 13f79535-47bb-0310-9956-ffa450edef68
* *) mod_authnz_ldap: Don't try a potentially expensive nested groupsEric Covener2012-01-131-0/+4
| | | | | | | | | search before exhausting all AuthLDAPGroupAttribute checks on the current group. PR52464 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231255 13f79535-47bb-0310-9956-ffa450edef68
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-091-0/+3
| | | | | | | | | errors in .htaccess as non-fatal. PR 52439 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229021 13f79535-47bb-0310-9956-ffa450edef68
* mod_policy: Add a new testing module to help server administratorsGraham Leggett2011-12-211-0/+4
| | | | | | | | enforce a configurable level of protocol compliance on their servers and application servers behind theirs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221668 13f79535-47bb-0310-9956-ffa450edef68
* mod_firehose: Add a new debugging module able to record trafficGraham Leggett2011-12-171-0/+4
| | | | | | | | passing through the server in such a way that connections and/or requests be reconstructed and replayed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215525 13f79535-47bb-0310-9956-ffa450edef68
* document userland changeJim Jagielski2011-11-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205849 13f79535-47bb-0310-9956-ffa450edef68
* Pass ap_errorlog_info to error_log hook.Stefan Fritsch2011-11-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204614 13f79535-47bb-0310-9956-ffa450edef68
* no 2.5 alphas yet, so drop the entries for changes also inJeff Trawick2011-11-181-2291/+4
| | | | | | | 2.4.x branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203636 13f79535-47bb-0310-9956-ffa450edef68
* add conn_rec to error log hookJeff Trawick2011-11-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203634 13f79535-47bb-0310-9956-ffa450edef68
* drop SSLv2 support (set SSL_OP_NO_SSLv2 for any new SSL_CTX)Kaspar Brand2011-11-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203491 13f79535-47bb-0310-9956-ffa450edef68
* We're now on 2.5.0 ...Guenter Knauf2011-11-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202296 13f79535-47bb-0310-9956-ffa450edef68
* add per-dir config merging to mod_lua so LuaHook* in multiple per-dir sectionsEric Covener2011-11-131-0/+4
| | | | | | | | behaves as expected instead of discarding previous sections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201443 13f79535-47bb-0310-9956-ffa450edef68
* mod_cache: Make sure we merge headers correctly when we handle a nonGraham Leggett2011-11-121-0/+3
| | | | | | | cacheable conditional response. PR52120. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201331 13f79535-47bb-0310-9956-ffa450edef68
* Set MaxMemFree 2048 by defaultStefan Fritsch2011-11-121-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201158 13f79535-47bb-0310-9956-ffa450edef68
* Fix assertion failure during very high load by preventing race conditionStefan Fritsch2011-11-121-0/+2
| | | | | | | | | | | | | | between appending to the timeout queues and adding to the pollset. We don't add additional locking calls but only extend the present calls to include the apr_pollset_add. Therefore this hopefully should not cause too much performance regression. Add some comments Replace two AP_DEBUG_ASSERTS with better error handling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201146 13f79535-47bb-0310-9956-ffa450edef68
* Only load the really imporant modules (i.e. those enabled by the 'few'Stefan Fritsch2011-11-101-0/+4
| | | | | | | | | | | selection) by default. Don't handle modules enabled with --enable-foo specially. This fixes problems with module dependencies until someone implements a mechanism for resolving module dependencies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200491 13f79535-47bb-0310-9956-ffa450edef68
* end-generation hook: Fix false notification of end-of-generation forJeff Trawick2011-11-101-0/+3
| | | | | | | temporary intervals with no active MPM children. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200449 13f79535-47bb-0310-9956-ffa450edef68
* Add support for RFC 5077 TLS Session tickets. This adds two new directives:Paul Querna2011-11-101-0/+3
| | | | | | | | * SSLTicketKeyFile: To store the private information for the encryption of the ticket. * SSLTicketKeyDefault To set the default, otherwise the first listed token is used. This enables key rotation across servers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200040 13f79535-47bb-0310-9956-ffa450edef68
* Use random value instead of remote IP address in cookie value. This has theStefan Fritsch2011-11-091-0/+2
| | | | | | | | advantage that we don't leak internal IP addresses in reverse proxy setups. Also, use hex to make the cookie shorter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199987 13f79535-47bb-0310-9956-ffa450edef68