]> granicus.if.org Git - apache/log
apache
14 years ago- Introduce log levels trace1/.../trace8
Stefan Fritsch [Sun, 6 Jun 2010 16:54:51 +0000 (16:54 +0000)]
- Introduce log levels trace1/.../trace8
- Add macro wrappers for ap_log_*error. On C99, this will save argument
  preparation and function call overhead when a message is not logged
  because of the configured loglevel.
- Introduce per-module loglevel configuration.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951893 13f79535-47bb-0310-9956-ffa450edef68

14 years agoWork around crypto API incompatibilities.
Rainer Jung [Sun, 6 Jun 2010 14:47:11 +0000 (14:47 +0000)]
Work around crypto API incompatibilities.

The API in APR 2 is different from the API in APU 1.4/1.5.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951870 13f79535-47bb-0310-9956-ffa450edef68

14 years agoSilence compiler warning.
Rainer Jung [Sun, 6 Jun 2010 14:04:06 +0000 (14:04 +0000)]
Silence compiler warning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951866 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix lookup of apu-config for VPATH builds
Rainer Jung [Sun, 6 Jun 2010 14:02:01 +0000 (14:02 +0000)]
Fix lookup of apu-config for VPATH builds

For included APU, apu-config is not in the srcdir but instead
in the builddir. That only matters for VPATH builds, ie. when
you build outside of the source tree.

Similar to r951769 (apr-config).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951865 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFor included APR, apr-config is not in the srcdir but instead
Rainer Jung [Sat, 5 Jun 2010 21:10:21 +0000 (21:10 +0000)]
For included APR, apr-config is not in the srcdir but instead
in the builddir. That only matters for VPATH builds, ie. when
you build outside of the source tree.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951769 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix broken mod_session_crypto build.
Rainer Jung [Sat, 5 Jun 2010 20:58:43 +0000 (20:58 +0000)]
Fix broken mod_session_crypto build.

Using -I$APR_INCLUDEDIR and -I$APU_INCLUDEDIR breaks
for APR 2, because $APU_INCLUDEDIR is empty and a
lonely "-I" doesn't do good for the compiler.

It also breaks for VPATH builds, because then
$APR_INCLUDEDIR contains two paths.

Using $APR_INCLUDES $APU_INCLUDES fixes both problems
and seems to be the way it is done for other modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951766 13f79535-47bb-0310-9956-ffa450edef68

14 years ago* modules/echo/mod_echo.c (process_echo_connection): Use _cleanup
Joe Orton [Sat, 5 Jun 2010 20:35:51 +0000 (20:35 +0000)]
* modules/echo/mod_echo.c (process_echo_connection): Use _cleanup
  rather than _destroy to clear a brigade which is to be re-used.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951761 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix the RPM spec file to autogenerate self-signed certs in the place
Graham Leggett [Sat, 5 Jun 2010 14:19:26 +0000 (14:19 +0000)]
Fix the RPM spec file to autogenerate self-signed certs in the place
where the default httpd-ssl.conf expects to find them.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951725 13f79535-47bb-0310-9956-ffa450edef68

14 years agoReduce the length of our generated RPM epoch number, as epoch numbers are
Graham Leggett [Sat, 5 Jun 2010 14:10:47 +0000 (14:10 +0000)]
Reduce the length of our generated RPM epoch number, as epoch numbers are
limited to 32 bits.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951722 13f79535-47bb-0310-9956-ffa450edef68

14 years agoReview of RFC 2616 violation issues in Bugzilla, by Igor Galić.
Sander Temme [Fri, 4 Jun 2010 16:25:45 +0000 (16:25 +0000)]
Review of RFC 2616 violation issues in Bugzilla, by Igor Galić.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951477 13f79535-47bb-0310-9956-ffa450edef68

14 years agos/is/was on the LDAP cache change
Eric Covener [Fri, 4 Jun 2010 12:29:04 +0000 (12:29 +0000)]
s/is/was on the LDAP cache change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951393 13f79535-47bb-0310-9956-ffa450edef68

14 years agoThe rest of this cache display method just writes its response, and the caller doesn't
Eric Covener [Fri, 4 Jun 2010 02:03:57 +0000 (02:03 +0000)]
The rest of this cache display method just writes its response, and the caller doesn't
care about the returned string.  Issue a message to complete the /ldap-status
cache handler page which otherwise looks truncated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951237 13f79535-47bb-0310-9956-ffa450edef68

14 years agowhen we actually get a per-server config in a vhost, the shared memory
Eric Covener [Fri, 4 Jun 2010 01:58:46 +0000 (01:58 +0000)]
when we actually get a per-server config in a vhost, the shared memory
cache was not in the merged config.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951235 13f79535-47bb-0310-9956-ffa450edef68

14 years agomod_disk_cache: Decline the opportunity to cache if the response is
Graham Leggett [Fri, 4 Jun 2010 00:17:16 +0000 (00:17 +0000)]
mod_disk_cache: Decline the opportunity to cache if the response is
a 206 Partial Content. This stops a reverse proxied partial response
from becoming cached, and then being served in subsequent responses.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951222 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix a bug where if the cache quick handler is switched off, and the CACHE
Graham Leggett [Fri, 4 Jun 2010 00:09:51 +0000 (00:09 +0000)]
Fix a bug where if the cache quick handler is switched off, and the CACHE
filter is manually added by the admin, but caching has not been enabled for
the URL space, an attempt is made to remove the CACHE_SAVE filter instead
of the CACHE filter. This fix makes the code work like the comment above
the code, the comment being correct.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951220 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMove logic to find module by name into new function find_module().
Stefan Fritsch [Thu, 3 Jun 2010 23:00:53 +0000 (23:00 +0000)]
Move logic to find module by name into new function find_module().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951195 13f79535-47bb-0310-9956-ffa450edef68

14 years agoIntroduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow to
Stefan Fritsch [Thu, 3 Jun 2010 22:57:00 +0000 (22:57 +0000)]
Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow to
redefine APLOG_MARK later.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951194 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemove loglevel entry in core_dir_config, which has been unused for at
Stefan Fritsch [Thu, 3 Jun 2010 22:51:45 +0000 (22:51 +0000)]
Remove loglevel entry in core_dir_config, which has been unused for at
least some years.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951191 13f79535-47bb-0310-9956-ffa450edef68

14 years agolog issues with CONNECT at request scope instead of server scope
Stefan Fritsch [Thu, 3 Jun 2010 22:47:46 +0000 (22:47 +0000)]
log issues with CONNECT at request scope instead of server scope

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951189 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdate compatability from 2.3.7 to 2.3.6
Eric Covener [Thu, 3 Jun 2010 19:02:05 +0000 (19:02 +0000)]
update compatability from 2.3.7 to 2.3.6

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951114 13f79535-47bb-0310-9956-ffa450edef68

14 years agofix xml validation and doc build issues
Stefan Fritsch [Thu, 3 Jun 2010 18:51:25 +0000 (18:51 +0000)]
fix xml validation and doc build issues

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951111 13f79535-47bb-0310-9956-ffa450edef68

14 years agoVote. Even if there is no Vote.
Sander Temme [Thu, 3 Jun 2010 14:58:57 +0000 (14:58 +0000)]
Vote.  Even if there is no Vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951017 13f79535-47bb-0310-9956-ffa450edef68

14 years agowe are still at 2.3.6
Stefan Fritsch [Wed, 2 Jun 2010 21:54:57 +0000 (21:54 +0000)]
we are still at 2.3.6

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950789 13f79535-47bb-0310-9956-ffa450edef68

14 years ago2.3.6 is under development, not 2.3.7. banner mistakenly added in r909323
Eric Covener [Wed, 2 Jun 2010 21:17:19 +0000 (21:17 +0000)]
2.3.6 is under development, not 2.3.7. banner mistakenly added in r909323

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950761 13f79535-47bb-0310-9956-ffa450edef68

14 years agoanother blocker for beta
Stefan Fritsch [Wed, 2 Jun 2010 21:13:28 +0000 (21:13 +0000)]
another blocker for beta

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950760 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNote intent to TR June9
Jim Jagielski [Wed, 2 Jun 2010 15:53:30 +0000 (15:53 +0000)]
Note intent to TR June9

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950609 13f79535-47bb-0310-9956-ffa450edef68

14 years ago- clarify wording on handling of empty brigades, see dev@ thread from
Joe Orton [Wed, 2 Jun 2010 14:53:07 +0000 (14:53 +0000)]
- clarify wording on handling of empty brigades, see dev@ thread from
  msgid <AANLkTimaQNuUnDhhL0yoBJXNWS0c163HUWM9WHZhmFLh@mail.gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950583 13f79535-47bb-0310-9956-ffa450edef68

14 years agocatch up with xforms
Eric Covener [Wed, 2 Jun 2010 11:56:42 +0000 (11:56 +0000)]
catch up with xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950512 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadd defaults for two nested groups directives
Eric Covener [Wed, 2 Jun 2010 11:56:22 +0000 (11:56 +0000)]
add defaults for two nested groups directives

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950511 13f79535-47bb-0310-9956-ffa450edef68

14 years agoKill off edge case in mod_deflate where data may be sent before headers
Nick Kew [Tue, 1 Jun 2010 23:19:21 +0000 (23:19 +0000)]
Kill off edge case in mod_deflate where data may be sent before headers
are determined.
PR 49369 - Matthew Steele

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950302 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadd CHANGES for r950249
Eric Covener [Tue, 1 Jun 2010 21:35:46 +0000 (21:35 +0000)]
add CHANGES for r950249

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950250 13f79535-47bb-0310-9956-ffa450edef68

14 years agoWhen checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the same as
Eric Covener [Tue, 1 Jun 2010 21:26:28 +0000 (21:26 +0000)]
When checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the same as
LDAP_COMPARE_FALSE and continue on to subgroup (nested group) processing. This
triggers when the group has no "direct" members but may have entries that
represent nested groups to check.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950249 13f79535-47bb-0310-9956-ffa450edef68

14 years agomod_authnz_ldap: Search or Comparison during authorization phase
Eric Covener [Tue, 1 Jun 2010 21:19:06 +0000 (21:19 +0000)]
mod_authnz_ldap: Search or Comparison during authorization phase
can use the credentials from the authentication phase
(AuthLDAPSearchAsUSer,AuthLDAPCompareAsUser).
PR 48340

Submitted by: Domenico Rotiroti, Eric Covener
Reviewed by: Eric Covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950248 13f79535-47bb-0310-9956-ffa450edef68

14 years agonot sure why blocker
Jim Jagielski [Tue, 1 Jun 2010 16:03:48 +0000 (16:03 +0000)]
not sure why blocker

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950134 13f79535-47bb-0310-9956-ffa450edef68

14 years ago* Fix compiler warning about "incompatible pointer type"
Ruediger Pluem [Mon, 31 May 2010 07:20:21 +0000 (07:20 +0000)]
* Fix compiler warning about "incompatible pointer type"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949676 13f79535-47bb-0310-9956-ffa450edef68

14 years ago* Fix compiler warning
Ruediger Pluem [Mon, 31 May 2010 07:15:35 +0000 (07:15 +0000)]
* Fix compiler warning

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949673 13f79535-47bb-0310-9956-ffa450edef68

14 years agoemphasize that trying to use the basic auth credentials directly
Eric Covener [Sat, 29 May 2010 22:49:17 +0000 (22:49 +0000)]
emphasize that trying to use the basic auth credentials directly
is a last resort.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949444 13f79535-47bb-0310-9956-ffa450edef68

14 years agomod_authnz_ldap: Allow the initial DN lookup to bind with a
Eric Covener [Sat, 29 May 2010 20:19:10 +0000 (20:19 +0000)]
mod_authnz_ldap: Allow the initial DN lookup to bind with a
transformation of the basic auth username.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949436 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAllow mod_authnz_ldap to set environment variables when it only performs authorization.
Eric Covener [Sat, 29 May 2010 02:32:22 +0000 (02:32 +0000)]
Allow mod_authnz_ldap to set environment variables when it only performs authorization.
AuthLDAPAuthorizePrefix can be used to force this to overlap with the prefix used
for authentication.

PR 45584

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949336 13f79535-47bb-0310-9956-ffa450edef68

14 years agoadd a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you
Eric Covener [Sat, 29 May 2010 02:20:24 +0000 (02:20 +0000)]
add a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you
build against it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949335 13f79535-47bb-0310-9956-ffa450edef68

14 years agoSeveral typos fixed.
Rich Bowen [Fri, 28 May 2010 14:39:46 +0000 (14:39 +0000)]
Several typos fixed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949190 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix typo
Daniel Earl Poirier [Wed, 26 May 2010 11:28:26 +0000 (11:28 +0000)]
Fix typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@948397 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTypos.
Lucien Gentis [Mon, 24 May 2010 16:57:46 +0000 (16:57 +0000)]
Typos.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947715 13f79535-47bb-0310-9956-ffa450edef68

14 years agoodd assortment of spelling fixes
Jeff Trawick [Mon, 24 May 2010 14:26:49 +0000 (14:26 +0000)]
odd assortment of spelling fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947651 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdates.
Lucien Gentis [Mon, 24 May 2010 13:28:01 +0000 (13:28 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947636 13f79535-47bb-0310-9956-ffa450edef68

14 years ago- wording tweaks for PeerExtList()
Joe Orton [Mon, 24 May 2010 08:33:02 +0000 (08:33 +0000)]
- wording tweaks for PeerExtList()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947561 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMinor tweaks in markup, phrasing.
Rich Bowen [Sat, 22 May 2010 11:27:20 +0000 (11:27 +0000)]
Minor tweaks in markup, phrasing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947280 13f79535-47bb-0310-9956-ffa450edef68

14 years agoemphasize request/response in the timing description, easy to miss the significance
Eric Covener [Thu, 20 May 2010 13:10:50 +0000 (13:10 +0000)]
emphasize request/response in the timing description, easy to miss the significance

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946617 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPR49308: Header directive doesn't see CGI-issued headers because they live in err_hea...
Eric Covener [Thu, 20 May 2010 13:08:06 +0000 (13:08 +0000)]
PR49308: Header directive doesn't see CGI-issued headers because they live in err_headers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946616 13f79535-47bb-0310-9956-ffa450edef68

14 years agometafile rebuild.
Rich Bowen [Wed, 19 May 2010 22:05:57 +0000 (22:05 +0000)]
metafile rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946447 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCompletes the rewrite of the RewriteMap documentation. Examples for all
Rich Bowen [Wed, 19 May 2010 22:00:50 +0000 (22:00 +0000)]
Completes the rewrite of the RewriteMap documentation. Examples for all
the various map types, and an overhaul from a grammar perspective. Still
want to do some tweaks on the ref doc side.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946438 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLink to relevant section of avoid doc.
Rich Bowen [Wed, 19 May 2010 21:59:52 +0000 (21:59 +0000)]
Link to relevant section of avoid doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946437 13f79535-47bb-0310-9956-ffa450edef68

14 years agovhosts section of avoid doc.
Rich Bowen [Wed, 19 May 2010 21:58:55 +0000 (21:58 +0000)]
vhosts section of avoid doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946433 13f79535-47bb-0310-9956-ffa450edef68

14 years ago- amalgamate the sections describing the env vars available
Joe Orton [Wed, 19 May 2010 15:56:53 +0000 (15:56 +0000)]
- amalgamate the sections describing the env vars available
- update the docs for PeerExtList
- fix the markup of the SSLRequire example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946243 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix handling of extensions with types not known to OpenSSL in
Joe Orton [Wed, 19 May 2010 15:55:21 +0000 (15:55 +0000)]
Fix handling of extensions with types not known to OpenSSL in
PeerExtList(); parse the value as a string primitive, or else fail,
rather than rendering the raw DER blob as a string regardless of the
type:

* modules/ssl/ssl_engine_vars.c: (dump_extn_value): New function.
  (ssl_ext_list): Use it; tweak error message and free the OID object
  (thanks to drh for spotting this last issue way back).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946240 13f79535-47bb-0310-9956-ffa450edef68

14 years ago* modules/metadata/mod_headers.c: Add a function pointer type for
Joe Orton [Wed, 19 May 2010 13:15:21 +0000 (13:15 +0000)]
* modules/metadata/mod_headers.c: Add a function pointer type for
  the tag handler callback to regain some type-safety.
  (register_format_tag_handler, header_pre_config): Adjusted.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946173 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNote unresolved cause of current crashes in the test suite.
Joe Orton [Wed, 19 May 2010 13:12:26 +0000 (13:12 +0000)]
Note unresolved cause of current crashes in the test suite.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946170 13f79535-47bb-0310-9956-ffa450edef68

14 years agoint: example.
Rich Bowen [Wed, 19 May 2010 01:30:26 +0000 (01:30 +0000)]
int: example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945991 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMore information for the dbm map type.
Rich Bowen [Wed, 19 May 2010 01:07:27 +0000 (01:07 +0000)]
More information for the dbm map type.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945987 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMinor tweak: Rename links to 'Using RewriteMap' rather than 'RewriteMap'.
Rich Bowen [Wed, 19 May 2010 00:43:45 +0000 (00:43 +0000)]
Minor tweak: Rename links to 'Using RewriteMap' rather than 'RewriteMap'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945974 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBetter explanation of example for rnd: type RewriteMap
Rich Bowen [Wed, 19 May 2010 00:17:37 +0000 (00:17 +0000)]
Better explanation of example for rnd: type RewriteMap

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945971 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLink to the new RewriteMap doc.
Rich Bowen [Tue, 18 May 2010 23:48:12 +0000 (23:48 +0000)]
Link to the new RewriteMap doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945967 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdds a useful and complete example for using RewriteMap txt:
Rich Bowen [Tue, 18 May 2010 23:46:08 +0000 (23:46 +0000)]
Adds a useful and complete example for using RewriteMap txt:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945966 13f79535-47bb-0310-9956-ffa450edef68

14 years agoI think this might look better as a DL than as a TABLE.
Rich Bowen [Tue, 18 May 2010 23:12:38 +0000 (23:12 +0000)]
I think this might look better as a DL than as a TABLE.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945947 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRephrasing of RewriteMap intro.
Rich Bowen [Tue, 18 May 2010 22:55:44 +0000 (22:55 +0000)]
Rephrasing of RewriteMap intro.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945944 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild various metadocs.
Rich Bowen [Tue, 18 May 2010 22:32:02 +0000 (22:32 +0000)]
Rebuild various metadocs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945937 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild with new nav element.
Rich Bowen [Tue, 18 May 2010 22:31:41 +0000 (22:31 +0000)]
Rebuild with new nav element.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945935 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd the rewritemap doc to the seealso navigation.
Rich Bowen [Tue, 18 May 2010 22:30:54 +0000 (22:30 +0000)]
Add the rewritemap doc to the seealso navigation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945934 13f79535-47bb-0310-9956-ffa450edef68

14 years agoxmllint
Rich Bowen [Tue, 18 May 2010 22:25:03 +0000 (22:25 +0000)]
xmllint

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945931 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMoves most of the rewritemap stuff out into its own document where we
Rich Bowen [Tue, 18 May 2010 22:02:33 +0000 (22:02 +0000)]
Moves most of the rewritemap stuff out into its own document where we
can give it the exhaustive treatment it deserves without making the
reference doc unmanageable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945921 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdates module description in module index.
Rich Bowen [Mon, 17 May 2010 11:54:38 +0000 (11:54 +0000)]
Updates module description in module index.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945104 13f79535-47bb-0310-9956-ffa450edef68

14 years agoThe "up to one" thing has bugged me for a while.
Rich Bowen [Mon, 17 May 2010 11:54:10 +0000 (11:54 +0000)]
The "up to one" thing has bugged me for a while.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945103 13f79535-47bb-0310-9956-ffa450edef68

14 years agoClarifying Redirect of GET/POST.
Igor Galić [Sun, 16 May 2010 11:07:59 +0000 (11:07 +0000)]
Clarifying Redirect of GET/POST.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944795 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdding compatibility tag.
Igor Galić [Sun, 16 May 2010 11:03:34 +0000 (11:03 +0000)]
Adding compatibility tag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944794 13f79535-47bb-0310-9956-ffa450edef68

14 years agoapxs -q: Stop filtering out ':' characters from the reported values.
Jeff Trawick [Fri, 14 May 2010 18:44:48 +0000 (18:44 +0000)]
apxs -q: Stop filtering out ':' characters from the reported values.

PR: 45343
Submitted by: Bill Cole <apachebugz-20090909 billmail.scconsult.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944383 13f79535-47bb-0310-9956-ffa450edef68

14 years agopointed out by a colleague:
Jeff Trawick [Thu, 13 May 2010 13:03:04 +0000 (13:03 +0000)]
pointed out by a colleague:
  Available in Apache 2.2.15 and later, not 2.3 and later
(2.2.x docs already has the right blurb)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@943875 13f79535-47bb-0310-9956-ffa450edef68

14 years agoreplace r942897 with the original submitted patch
Jeff Trawick [Wed, 12 May 2010 19:41:19 +0000 (19:41 +0000)]
replace r942897 with the original submitted patch

prefork MPM: Run cleanups for final request when process exits gracefully.
PR: 43857
Submitted by: Tom Donovan

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@943650 13f79535-47bb-0310-9956-ffa450edef68

14 years agorevert the PR 43857 fix in r942897 based on a potential
Jeff Trawick [Wed, 12 May 2010 19:36:47 +0000 (19:36 +0000)]
revert the PR 43857 fix in r942897 based on a potential
memory leak pointed out by jorton
(original patch to be committed shortly)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@943648 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLine breaks, to make the example useful
Rich Bowen [Mon, 10 May 2010 22:43:02 +0000 (22:43 +0000)]
Line breaks, to make the example useful

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942937 13f79535-47bb-0310-9956-ffa450edef68

14 years agoprefork MPM: Run cleanups for final request when process exits gracefully.
Jeff Trawick [Mon, 10 May 2010 20:47:59 +0000 (20:47 +0000)]
prefork MPM: Run cleanups for final request when process exits gracefully.
PR: 43857
Submitted by: Tom Donovan, simplified slightly by me

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942897 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoving the obscenely obsolete FAQs'' from the SSL FAQ.
Igor Galić [Mon, 10 May 2010 15:58:06 +0000 (15:58 +0000)]
Removing the obscenely obsolete FAQs'' from the SSL FAQ.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942800 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild transformations.
Rich Bowen [Mon, 10 May 2010 14:51:15 +0000 (14:51 +0000)]
Rebuild transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942763 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTypos.
Rich Bowen [Mon, 10 May 2010 14:50:43 +0000 (14:50 +0000)]
Typos.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942762 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFormatting of examples.
Rich Bowen [Mon, 10 May 2010 14:50:09 +0000 (14:50 +0000)]
Formatting of examples.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942761 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate.
Lucien Gentis [Sun, 9 May 2010 14:12:57 +0000 (14:12 +0000)]
Update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942538 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix the following:
Philip M. Gollucci [Fri, 7 May 2010 20:36:14 +0000 (20:36 +0000)]
Fix the following:
$> grep -e autoindex_ -e cgi_ httpd.conf
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so

fire up the following commands

$> apxs -e -a -n autoindex mod_autoindex.so
[activating module `autoindex' in /usr/local/etc/apache22/httpd.conf]
$> apxs -e -a -n cgi mod_cgi.so
[activating module `cgi' in /usr/local/etc/apache22/httpd.conf]

This will result into the following httpd.conf

$> grep -e autoindex_ -e cgi_ httpd.conf
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so

As you notice the modules are now loaded twice

Now try to deactivate for the loaded ssl module

$> grep ssl_ httpd.conf
LoadModule ssl_module libexec/apache22/mod_ssl.so

$> apxs -e -A -n ssl mod_ssl.so
[preparing module `ssl' in /usr/local/etc/apache22/httpd.conf]

$> grep ssl_ httpd.conf
LoadModule ssl_module libexec/apache22/mod_ssl.so
#LoadModule ssl_module libexec/apache22/mod_ssl.so

As reported in FreeBSD ports PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133704
Previously discussed with: wrowe@

This b/c '$lmd' expects the amount of space to be a fixed amount.  Use \s+ to make
any valid httpd.conf syntax work (i.e. at least 1 space)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942209 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTypo.
Daniel Earl Poirier [Thu, 6 May 2010 14:00:59 +0000 (14:00 +0000)]
Typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941737 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNote that it would be nice if we could write authn and authz providers
Daniel Earl Poirier [Thu, 6 May 2010 13:58:58 +0000 (13:58 +0000)]
Note that it would be nice if we could write authn and authz providers
in lua.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941734 13f79535-47bb-0310-9956-ffa450edef68

14 years agofix compile failure in r940981
Jeff Trawick [Wed, 5 May 2010 20:01:22 +0000 (20:01 +0000)]
fix compile failure in r940981

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941454 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMissing linebreak in example
Rich Bowen [Wed, 5 May 2010 01:07:33 +0000 (01:07 +0000)]
Missing linebreak in example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941127 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCatch up with ap_[proc|global]_mutex_create api change
William A. Rowe Jr [Tue, 4 May 2010 17:40:43 +0000 (17:40 +0000)]
Catch up with ap_[proc|global]_mutex_create api change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940981 13f79535-47bb-0310-9956-ffa450edef68

14 years agommn bump for api args change
William A. Rowe Jr [Tue, 4 May 2010 17:38:32 +0000 (17:38 +0000)]
mmn bump for api args change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940980 13f79535-47bb-0310-9956-ffa450edef68

14 years agoIt is not inconvenient to return the derived filename here, let's
William A. Rowe Jr [Tue, 4 May 2010 17:36:57 +0000 (17:36 +0000)]
It is not inconvenient to return the derived filename here, let's
save the caller later hassle in looking this up, if they like.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940979 13f79535-47bb-0310-9956-ffa450edef68

14 years agoReverting at nd's request.
Rich Bowen [Tue, 4 May 2010 17:21:21 +0000 (17:21 +0000)]
Reverting at nd's request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940969 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFrustrated with having to scroll back up to get the TOC. Make this stay
Rich Bowen [Tue, 4 May 2010 16:59:35 +0000 (16:59 +0000)]
Frustrated with having to scroll back up to get the TOC. Make this stay
where it is so that I don't have to go hunting for it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940953 13f79535-47bb-0310-9956-ffa450edef68

14 years agoWhen it's "it is", it's "it's". When it's "belonging to it", it's its.
Rich Bowen [Tue, 4 May 2010 12:31:49 +0000 (12:31 +0000)]
When it's "it is", it's "it's". When it's "belonging to it", it's its.
(Patch from Gillis)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940831 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix Polish error document messages. Thanks to <zrchos gmail.com> for
Daniel Earl Poirier [Tue, 4 May 2010 12:22:35 +0000 (12:22 +0000)]
Fix Polish error document messages.  Thanks to <zrchos gmail.com> for
the patch.  PR: 40827.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940824 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate transforms
Daniel Earl Poirier [Mon, 3 May 2010 18:23:46 +0000 (18:23 +0000)]
Update transforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940557 13f79535-47bb-0310-9956-ffa450edef68

14 years agoab was sending wrong number of requests when keepalive enabled.
Daniel Earl Poirier [Mon, 3 May 2010 17:33:03 +0000 (17:33 +0000)]
ab was sending wrong number of requests when keepalive enabled.
Thanks to Bryn Dole for the patch.
PR: 48497

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940526 13f79535-47bb-0310-9956-ffa450edef68

14 years agoenable-mods-shared works on Darwin, drop from "NICE TO WRAP UP" list
Daniel Earl Poirier [Mon, 3 May 2010 17:29:40 +0000 (17:29 +0000)]
enable-mods-shared works on Darwin, drop from "NICE TO WRAP UP" list

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940524 13f79535-47bb-0310-9956-ffa450edef68