]> granicus.if.org Git - apache/log
apache
14 years agoAdd mod_serf.dsp at last, based on the patch available in;
William A. Rowe Jr [Thu, 4 Feb 2010 02:43:31 +0000 (02:43 +0000)]
Add mod_serf.dsp at last, based on the patch available in;
  http://people.apache.org/~wrowe/fixserf-win32-0.3.0.patch
although there is trouble here, and pollset troubleshooting ahead.

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

14 years agoRemove reference to the Match directive, which was removed in r726082 /
Stefan Fritsch [Wed, 3 Feb 2010 22:14:45 +0000 (22:14 +0000)]
Remove reference to the Match directive, which was removed in r726082 /
r728126.

PR: 46494
Submitted by:  Bob Ionescu

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

14 years agoFix CHANGES entry to reflect change in r904853
Stefan Fritsch [Wed, 3 Feb 2010 22:00:05 +0000 (22:00 +0000)]
Fix CHANGES entry to reflect change in r904853

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

14 years agoAdd docstring for ap_pregsub()
Stefan Fritsch [Wed, 3 Feb 2010 21:06:52 +0000 (21:06 +0000)]
Add docstring for ap_pregsub()

PR: 48265
Submitted by: Peter Poeml

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

14 years agoRegenerate docs.
Joe Orton [Wed, 3 Feb 2010 14:59:03 +0000 (14:59 +0000)]
Regenerate docs.

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

14 years ago* mod_ssl.xml: Document the SSL_SECURE_RENEG envvar, and SSLInsecureRenegotiation.
Joe Orton [Wed, 3 Feb 2010 14:30:37 +0000 (14:30 +0000)]
* mod_ssl.xml: Document the SSL_SECURE_RENEG envvar, and SSLInsecureRenegotiation.

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

14 years ago* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Add
Joe Orton [Wed, 3 Feb 2010 14:11:19 +0000 (14:11 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Add
  SSL_SECURE_RENEG variable to indicate support for secure reneg.

* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup_vars): Export
  SSL_SECURE_RENEG in the default set of variable.s

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

14 years agoNew releases of OpenSSL will only allow secure renegotiation by
Joe Orton [Wed, 3 Feb 2010 13:38:09 +0000 (13:38 +0000)]
New releases of OpenSSL will only allow secure renegotiation by
default.  Add an "SSLInsecureRenegotiation" directive to enable
renegotiation against unpatched clients, to ease transition:

* modules/ssl/ssl_private.h (struct SSLSrvConfigRec): Add
  insecure_reneg field.

* modules/ssl/ssl_engine_config.c (ssl_config_server_new,
  ssl_config_server_merge): Handle the insecure_reneg flag.
  (ssl_cmd_SSLInsecureRenegotiation): New function.

* modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): Set the
  SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION option if insecure_reneg is
  enabled.

* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Log level of
  support for secure reneg.

* modules/ssl/mod_ssl.c: Add the directive definition.

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

14 years ago* Use loglevel value for parsing
Ruediger Pluem [Tue, 2 Feb 2010 08:59:15 +0000 (08:59 +0000)]
* Use loglevel value for parsing

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

14 years agomod_session: Session expiry was being initialised, but not updated
Graham Leggett [Tue, 2 Feb 2010 01:18:36 +0000 (01:18 +0000)]
mod_session: Session expiry was being initialised, but not updated
on each session save, resulting in timed out sessions when there
should not have been. Fixed.

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

14 years agoUpdate transformations.
Graham Leggett [Tue, 2 Feb 2010 00:53:36 +0000 (00:53 +0000)]
Update transformations.

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

14 years agoreplace duplicate code with new function ap_parse_log_level()
Stefan Fritsch [Mon, 1 Feb 2010 23:27:32 +0000 (23:27 +0000)]
replace duplicate code with new function ap_parse_log_level()

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

14 years agomod_log_config: Add the R option to log the handler used within the
Graham Leggett [Mon, 1 Feb 2010 21:38:15 +0000 (21:38 +0000)]
mod_log_config: Add the R option to log the handler used within the
request.
Submitted by: Christian Folini <christian.folini netnea com>

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

14 years agoAllow fine control over the removal of Last-Modified and ETag headers
Graham Leggett [Mon, 1 Feb 2010 20:43:01 +0000 (20:43 +0000)]
Allow fine control over the removal of Last-Modified and ETag headers
within the INCLUDES filter, making it possible to cache responses if
desired. Fix the default value of the SSIAccessEnable directive.

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

14 years agoUpdates for french files, and a little typo in manual/mod/mod_autoindex.xml.
Lucien Gentis [Sun, 31 Jan 2010 13:50:08 +0000 (13:50 +0000)]
Updates for french files, and a little typo in manual/mod/mod_autoindex.xml.

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

14 years agoReplace the Define !FOO syntax by a new UnDefine directive.
Stefan Fritsch [Sat, 30 Jan 2010 19:22:41 +0000 (19:22 +0000)]
Replace the Define !FOO syntax by a new UnDefine directive.

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

14 years agoAllow the Define directive to undefine a variable by prefixing the
Stefan Fritsch [Sat, 30 Jan 2010 12:18:18 +0000 (12:18 +0000)]
Allow the Define directive to undefine a variable by prefixing the
argument with a '!'.

PR: 35350

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

14 years agoOoops. We are at 2.3.6 by now.
Stefan Fritsch [Sat, 30 Jan 2010 11:23:43 +0000 (11:23 +0000)]
Ooops. We are at 2.3.6 by now.

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

14 years agoMake ap_pregsub(), used by AliasMatch and friends, use the same syntax
Stefan Fritsch [Sat, 30 Jan 2010 11:20:53 +0000 (11:20 +0000)]
Make ap_pregsub(), used by AliasMatch and friends, use the same syntax
for regex backreferences as mod_rewrite and mod_include: Remove the use
of '&' as an alias for '$0' and allow to escape any character with a
backslash.

Document the use of $0.

PR: 48351

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

14 years agoUpdate transformations
Stefan Fritsch [Sat, 30 Jan 2010 11:14:35 +0000 (11:14 +0000)]
Update transformations

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

14 years ago* Make autoindex.t from perl testframework work again
Ruediger Pluem [Wed, 27 Jan 2010 19:46:00 +0000 (19:46 +0000)]
* Make autoindex.t from perl testframework work again

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

14 years agoFix two typos revealed by xmllint
William A. Rowe Jr [Wed, 27 Jan 2010 18:31:06 +0000 (18:31 +0000)]
Fix two typos revealed by xmllint

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

14 years agoMove core flags into core.xml directives
William A. Rowe Jr [Wed, 27 Jan 2010 18:27:19 +0000 (18:27 +0000)]
Move core flags into core.xml directives

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

14 years ago* Remove unused variable to silence compiler warning
Ruediger Pluem [Wed, 27 Jan 2010 17:30:10 +0000 (17:30 +0000)]
* Remove unused variable to silence compiler warning

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

14 years ago* We need to return an int as result of the pre_config hook.
Ruediger Pluem [Wed, 27 Jan 2010 11:01:45 +0000 (11:01 +0000)]
* We need to return an int as result of the pre_config hook.

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

14 years agoUse correct comment style.
Rich Bowen [Tue, 26 Jan 2010 16:19:51 +0000 (16:19 +0000)]
Use correct comment style.

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

14 years agoalphabetical order is a good thing.
Rich Bowen [Tue, 26 Jan 2010 02:40:47 +0000 (02:40 +0000)]
alphabetical order is a good thing.

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

14 years agoRebuild HTML
Rich Bowen [Tue, 26 Jan 2010 02:36:22 +0000 (02:36 +0000)]
Rebuild HTML

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

14 years agoAdds documentation for the new AddAltClass IndexOption, and for the new
Rich Bowen [Tue, 26 Jan 2010 02:36:10 +0000 (02:36 +0000)]
Adds documentation for the new AddAltClass IndexOption, and for the new
CSS classes provided by IndexStyleSheet

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

14 years agoApplies the patch provided in ticket 34014, enhancing the CSS abilities
Rich Bowen [Tue, 26 Jan 2010 02:25:04 +0000 (02:25 +0000)]
Applies the patch provided in ticket 34014, enhancing the CSS abilities
of mod_autoindex. Documentation to follow momentarily.

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

14 years agoFix default OSCP stapling port.
William A. Rowe Jr [Tue, 26 Jan 2010 00:24:07 +0000 (00:24 +0000)]
Fix default OSCP stapling port.

Submitted by: Dr Stephen Henson <steve openssl.org>

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

14 years agoRefactor mod_status out of the ExtendedStatus toggle picture, as other
William A. Rowe Jr [Tue, 26 Jan 2010 00:05:37 +0000 (00:05 +0000)]
Refactor mod_status out of the ExtendedStatus toggle picture, as other
modules can and should be able to use this scoreboard information.
Rename suggestions for such a directive are welcomed.

Note that mod_status toggles the default, to present the ExtendedStatus
for server operators, whenever it is loaded.  Docs changes to follow.

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

14 years agomod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password to
Stefan Fritsch [Sun, 24 Jan 2010 21:52:29 +0000 (21:52 +0000)]
mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password to
UTF-8.

PR: 45318
Adapted patch from Johannes Müller

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

14 years agoab: Fix number of requests per second in HTML output being to large by a
Stefan Fritsch [Sun, 24 Jan 2010 20:58:19 +0000 (20:58 +0000)]
ab: Fix number of requests per second in HTML output being to large by a
factor of 1000

PR: 48594

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

14 years agoChange LDAP authentication failures (user->DN or password check) to log
Eric Covener [Sun, 24 Jan 2010 20:54:05 +0000 (20:54 +0000)]
Change LDAP authentication failures (user->DN or password check) to log
level INFO from log level WARNING.  This is still liberal for authn
providers.

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

14 years agoNote that a firewall silently dropping packets is a mis-configuration.
Stefan Fritsch [Sun, 24 Jan 2010 17:27:41 +0000 (17:27 +0000)]
Note that a firewall silently dropping packets is a mis-configuration.

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

14 years agoMove the ldap_simple_bind() + ldap_result() code implementing a timeout
Stefan Fritsch [Sun, 24 Jan 2010 17:14:12 +0000 (17:14 +0000)]
Move the ldap_simple_bind() + ldap_result() code implementing a timeout
into a utility function and use it to replace the other occurence of
ldap_simple_bind_s().

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

14 years agochanged strcasestr() to ap_strcasestr() to fix broken NetWare compile.
Guenter Knauf [Sun, 24 Jan 2010 16:14:41 +0000 (16:14 +0000)]
changed strcasestr() to ap_strcasestr() to fix broken NetWare compile.

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

14 years agofix LDAPConnectionTimeout, take a stab at newly added LDAPTimeout
Eric Covener [Sat, 23 Jan 2010 17:15:04 +0000 (17:15 +0000)]
fix LDAPConnectionTimeout, take a stab at newly added LDAPTimeout

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

14 years agoUpdate transformations
Stefan Fritsch [Sat, 23 Jan 2010 16:24:17 +0000 (16:24 +0000)]
Update transformations

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

14 years agoRename RequestTimeout into RequestReadTimeout and change the configuration
Stefan Fritsch [Sat, 23 Jan 2010 16:21:52 +0000 (16:21 +0000)]
Rename RequestTimeout into RequestReadTimeout and change the configuration
syntax again. Hopefully this makes it easier to understand.

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

14 years agofix maintainer mode ap_strstr() argument mismatch warnings
Jeff Trawick [Fri, 22 Jan 2010 20:03:25 +0000 (20:03 +0000)]
fix maintainer mode ap_strstr() argument mismatch warnings

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

14 years agoroll on to 2.3.6-dev
Paul Querna [Thu, 21 Jan 2010 22:04:29 +0000 (22:04 +0000)]
roll on to 2.3.6-dev

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

14 years agoprep for 2.3.5 tag
Paul Querna [Thu, 21 Jan 2010 22:02:34 +0000 (22:02 +0000)]
prep for 2.3.5 tag

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

14 years agoBecause the redirect-request survives logging, we don't have the
William A. Rowe Jr [Thu, 21 Jan 2010 08:11:00 +0000 (08:11 +0000)]
Because the redirect-request survives logging, we don't have the
same exposure as subrequests, and this change would have doubled
the headers.  Revert this bit of the headers_in 'consistification'

Noted by rpluem.

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

14 years agoCorrectly align the behavior of headers_in to be consistent with the
William A. Rowe Jr [Thu, 21 Jan 2010 07:19:41 +0000 (07:19 +0000)]
Correctly align the behavior of headers_in to be consistent with the
treatment of headers_out, resolving PR 48359 by keeping subrequest
scope changes out of the main request headers.  This ensures that all
requests-without-bodies behave as the requests-with-bodies code has.

Mitre: CVE-2010-0434

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

14 years agoBack out mod_serf changes for the immediate alpha, until libs are worked out
William A. Rowe Jr [Thu, 21 Jan 2010 06:41:43 +0000 (06:41 +0000)]
Back out mod_serf changes for the immediate alpha, until libs are worked out

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

14 years agoFinish adding mod_serf before reverting it for this alpha
William A. Rowe Jr [Thu, 21 Jan 2010 06:39:10 +0000 (06:39 +0000)]
Finish adding mod_serf before reverting it for this alpha

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

14 years agoSuch macros exist for a reason :)
William A. Rowe Jr [Thu, 21 Jan 2010 06:33:05 +0000 (06:33 +0000)]
Such macros exist for a reason :)

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

14 years agoDesign error; main.c is not part of the libhttpd, you can't forward
William A. Rowe Jr [Thu, 21 Jan 2010 06:31:47 +0000 (06:31 +0000)]
Design error; main.c is not part of the libhttpd, you can't forward
referrence storage like this.  Move the variable allocation into the
ap_ library module.

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

14 years agoAdd mod_serf to the win32 build
William A. Rowe Jr [Thu, 21 Jan 2010 05:56:18 +0000 (05:56 +0000)]
Add mod_serf to the win32 build

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

14 years agoTurn static function get_server_name_for_url() into public function
Stefan Fritsch [Sat, 16 Jan 2010 20:32:09 +0000 (20:32 +0000)]
Turn static function get_server_name_for_url() into public function
ap_get_server_name_for_url() and use it where appropriate. This fixes
mod_rewrite generating invalid URLs for redirects to IPv6 literal addresses.

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

14 years agoFix typos
Stefan Fritsch [Sat, 16 Jan 2010 20:12:22 +0000 (20:12 +0000)]
Fix typos

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

14 years agoClarify references to arguments in the Header directive documentation.
Daniel Earl Poirier [Thu, 14 Jan 2010 15:48:04 +0000 (15:48 +0000)]
Clarify references to arguments in the Header directive documentation.
(The first argument is optional, so referring to any argument by
absolute position is ambiguous).

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

14 years ago* Fix compiler warning about wrong format
Ruediger Pluem [Wed, 13 Jan 2010 19:28:00 +0000 (19:28 +0000)]
* Fix compiler warning about wrong format

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

14 years agoIntroduce new config option LDAPTimeout to set the timeout for operations
Stefan Fritsch [Mon, 11 Jan 2010 23:08:31 +0000 (23:08 +0000)]
Introduce new config option LDAPTimeout to set the timeout for operations
like bind and search.

For operations other than search, the support of the timeout depends on the
LDAP SDK supporting LDAP_OPT_TIMEOUT (e.g. OpenLDAP >= 2.4.4). An exception is
the ldap_simple_bind() in uldap_connection_open(): Here we put some extra
effort into detecting a timeout in a portable way, to catch an idle connection
having been dropped by a firewall.

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

14 years agoAllow several of the configured session identifiers to be found and removed in
Stefan Fritsch [Sun, 10 Jan 2010 21:07:26 +0000 (21:07 +0000)]
Allow several of the configured session identifiers to be found and removed in
a single request.

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

14 years agoWe shouldn't need to create r->allowed_methods twice!
Nick Kew [Sat, 9 Jan 2010 22:34:51 +0000 (22:34 +0000)]
We shouldn't need to create r->allowed_methods twice!

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

14 years agoUpdates and 2 little typos in manual/mod/mod_rewrite.xml.
Lucien Gentis [Thu, 7 Jan 2010 16:40:21 +0000 (16:40 +0000)]
Updates and 2 little typos in manual/mod/mod_rewrite.xml.

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

14 years agoclarify LDAPConnectionTimeout behavior/availability which is really just
Eric Covener [Thu, 7 Jan 2010 14:52:27 +0000 (14:52 +0000)]
clarify LDAPConnectionTimeout behavior/availability which is really just
passed along to the SDK when applicable.

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

14 years agoclarify that FileETag is for static files only, and explicitly mention
Eric Covener [Wed, 6 Jan 2010 01:31:06 +0000 (01:31 +0000)]
clarify that FileETag is for static files only, and explicitly mention
that ETags aren't generated for files parsed by mod_include.

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

14 years agoComment-out all unused types for faster processing at start-up
Roy T. Fielding [Tue, 5 Jan 2010 21:20:59 +0000 (21:20 +0000)]
Comment-out all unused types for faster processing at start-up
and easier reading with a syntax-highlighting editor.

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

14 years agoUpdate transformations
Takashi Sato [Tue, 5 Jan 2010 15:07:46 +0000 (15:07 +0000)]
Update transformations

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

14 years agoSimilar to r893874, fix the ProxyPass example accoding to the trailing slash rule.
Takashi Sato [Tue, 5 Jan 2010 14:55:25 +0000 (14:55 +0000)]
Similar to r893874, fix the ProxyPass example accoding to the trailing slash rule.
PR: 48459

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

14 years agoSync with IANA registry as of 04 Jan 2010 18:22 PST
Roy T. Fielding [Tue, 5 Jan 2010 07:47:02 +0000 (07:47 +0000)]
Sync with IANA registry as of 04 Jan 2010 18:22 PST

Somebody in the ISO OOXML committee needs a friggin clue.

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

14 years ago2009 -> 2010 in the copyright statement. Nobody seems to know if this is
Rich Bowen [Mon, 4 Jan 2010 21:41:42 +0000 (21:41 +0000)]
2009 -> 2010 in the copyright statement. Nobody seems to know if this is
actually necessary, but it's sort of an annual tradition. We think
tradition is pretty important.

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

14 years agoupdates.
Lucien Gentis [Mon, 4 Jan 2010 14:25:15 +0000 (14:25 +0000)]
updates.

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

14 years agoName this doc a little more clearly.
Rich Bowen [Mon, 4 Jan 2010 13:12:13 +0000 (13:12 +0000)]
Name this doc a little more clearly.

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

14 years agoFix potential segfault when dereferencing NULL request_rec
Stefan Fritsch [Sun, 3 Jan 2010 21:31:57 +0000 (21:31 +0000)]
Fix potential segfault when dereferencing NULL request_rec

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

14 years agoversion/compat messages on flags that have been recently added.
Rich Bowen [Sat, 2 Jan 2010 16:30:59 +0000 (16:30 +0000)]
version/compat messages on flags that have been recently added.

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

14 years agoAdds helpful diagrams to the rewrite intro document, provided by Joseph
Rich Bowen [Fri, 1 Jan 2010 21:27:55 +0000 (21:27 +0000)]
Adds helpful diagrams to the rewrite intro document, provided by Joseph
Pecoraro.

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

14 years agoRewriterule syntax with new phrasing.
Rich Bowen [Fri, 1 Jan 2010 21:21:36 +0000 (21:21 +0000)]
Rewriterule syntax with new phrasing.

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

14 years agoTwo more syntax diagrams that I'd like to use in the docs. However, I've
Rich Bowen [Fri, 1 Jan 2010 20:44:23 +0000 (20:44 +0000)]
Two more syntax diagrams that I'd like to use in the docs. However, I've
requested a phrasing change to the rewriterule diagram, so I'll hold off
on adding it to the doc until I hear back. These images donated by
Joseph Pecoraro.

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

14 years agoupdate transformation
André Malo [Fri, 1 Jan 2010 20:40:45 +0000 (20:40 +0000)]
update transformation

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

14 years agoReplace rewriterule/rewritecond flow diagram with a easier-to-read
Rich Bowen [Fri, 1 Jan 2010 20:31:05 +0000 (20:31 +0000)]
Replace rewriterule/rewritecond flow diagram with a easier-to-read
version donated by Joseph Pecoraro.

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

14 years agodon't use translations of example.com.
André Malo [Fri, 1 Jan 2010 20:29:38 +0000 (20:29 +0000)]
don't use translations of example.com.

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

14 years agoRewrite rule flow. Diagram donated by Joseph Pecoraro.
Rich Bowen [Fri, 1 Jan 2010 20:25:37 +0000 (20:25 +0000)]
Rewrite rule flow. Diagram donated by Joseph Pecoraro.

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

14 years agoupdate transformation
André Malo [Fri, 1 Jan 2010 20:24:59 +0000 (20:24 +0000)]
update transformation

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

14 years agofix tokens
André Malo [Fri, 1 Jan 2010 20:18:42 +0000 (20:18 +0000)]
fix tokens

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

14 years agoI need to get around to writing this ...
Rich Bowen [Fri, 1 Jan 2010 20:11:16 +0000 (20:11 +0000)]
I need to get around to writing this ...

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

14 years agoRemoves duplication of the RewriteRule flags documentation. The module
Rich Bowen [Fri, 1 Jan 2010 20:02:30 +0000 (20:02 +0000)]
Removes duplication of the RewriteRule flags documentation. The module
doc contains a table of definitions. The rewrite flag doc contains
detailed explanations and examples.

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

14 years agoTypo, and a few additional details.
Rich Bowen [Fri, 1 Jan 2010 18:53:24 +0000 (18:53 +0000)]
Typo, and a few additional details.

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

14 years agoMakes each flag a top-level section in this doc, thereby giving it a
Rich Bowen [Wed, 30 Dec 2009 03:54:10 +0000 (03:54 +0000)]
Makes each flag a top-level section in this doc, thereby giving it a
navigation link in the right navigation box. I think that makes this
page much more useful, particularly when it becomes the primary resource
for rewriterule flags and their use.
Also adds some detail on several of the flags.

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

14 years agoA few minor tweaks to the flags doc. Getting ready to rearrange the
Rich Bowen [Wed, 30 Dec 2009 02:41:17 +0000 (02:41 +0000)]
A few minor tweaks to the flags doc. Getting ready to rearrange the
flags in the main module doc vs this file.

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

14 years agoMove ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
Takashi Sato [Wed, 30 Dec 2009 00:51:46 +0000 (00:51 +0000)]
Move ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.

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

14 years agofollow up r894425:
Takashi Sato [Wed, 30 Dec 2009 00:40:27 +0000 (00:40 +0000)]
follow up r894425:

*) CHANGES:  order
*) ap_mmn.h: Not in 2.3.4 but 2.3.5.
*) doc:      Add compat note.

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

14 years agotweak handling for default allowed ports
Takashi Sato [Tue, 29 Dec 2009 16:25:31 +0000 (16:25 +0000)]
tweak handling for default allowed ports

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

14 years agoMove AllowCONNECT from mod_proxy to mod_proxy_connect.
Takashi Sato [Tue, 29 Dec 2009 15:39:54 +0000 (15:39 +0000)]
Move AllowCONNECT from mod_proxy to mod_proxy_connect.

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

14 years agoAdds a [QSD] flag to RewriteRule to discard unwanted query strings
Rich Bowen [Tue, 29 Dec 2009 13:34:24 +0000 (13:34 +0000)]
Adds a [QSD] flag to RewriteRule to discard unwanted query strings
without the old kludge of sticking a ? on the end of the target URI.

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

14 years agoFix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato [Tue, 29 Dec 2009 13:09:50 +0000 (13:09 +0000)]
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.

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

14 years agoAdd parentheses to min max macro functions to avoid future bugs.
Takashi Sato [Tue, 29 Dec 2009 12:56:44 +0000 (12:56 +0000)]
Add parentheses to min max macro functions to avoid future bugs.

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

14 years agoFix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato [Tue, 29 Dec 2009 12:46:37 +0000 (12:46 +0000)]
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.

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

14 years agoInitialize variable to avoid compiler warnings.
Rich Bowen [Tue, 29 Dec 2009 12:39:23 +0000 (12:39 +0000)]
Initialize variable to avoid compiler warnings.

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

14 years agoFix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato [Tue, 29 Dec 2009 12:34:26 +0000 (12:34 +0000)]
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.

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

14 years agostring constness
Takashi Sato [Tue, 29 Dec 2009 11:51:40 +0000 (11:51 +0000)]
string constness

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

14 years agoClarify that the doc is about mod_rewrite. Several people have recently
Rich Bowen [Tue, 29 Dec 2009 03:45:26 +0000 (03:45 +0000)]
Clarify that the doc is about mod_rewrite. Several people have recently
commented that they couldn't quickly find the rewrite d

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

14 years agoAdds a clarification to the AddDescription docs, to address the
Rich Bowen [Tue, 29 Dec 2009 03:41:58 +0000 (03:41 +0000)]
Adds a clarification to the AddDescription docs, to address the
confusion indicated in https://issues.apache.org/bugzilla/show_bug.cgi?id=17210
The problem described there is fixed by a reordering of the
AddDescription directives.

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

14 years agoRebuilding docs to get some of the changes that have been made recently
Rich Bowen [Tue, 29 Dec 2009 03:10:30 +0000 (03:10 +0000)]
Rebuilding docs to get some of the changes that have been made recently
and never rebuilt.

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

14 years agoApplies patch provided in
Rich Bowen [Tue, 29 Dec 2009 02:56:51 +0000 (02:56 +0000)]
Applies patch provided in
https://issues.apache.org/bugzilla/show_bug.cgi?id=47463 to clarify the
use of -NameWidth

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

14 years agoAdds alternating CSS classes to table rows for trendy striped table
Rich Bowen [Tue, 29 Dec 2009 02:18:55 +0000 (02:18 +0000)]
Adds alternating CSS classes to table rows for trendy striped table
support.

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