]> granicus.if.org Git - apache/log
apache
16 years agonote that KeepAliveTimeout of the first defined virtual host
Takashi Sato [Mon, 12 May 2008 08:22:38 +0000 (08:22 +0000)]
note that KeepAliveTimeout of the first defined virtual host
in the set of NameVirtualHost will be used

improve r653856
PR: 36770

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

16 years agoMerge r332981 from 2.2:
Takashi Sato [Sun, 11 May 2008 14:44:32 +0000 (14:44 +0000)]
Merge r332981 from 2.2:
typo

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

16 years agoOverhaul ab.c stats collection and reporting to avoid integer
Roy T. Fielding [Sun, 11 May 2008 00:36:27 +0000 (00:36 +0000)]
Overhaul ab.c stats collection and reporting to avoid integer
truncation and time divisions within the test loop, retain
native time resolution until output, remove unused data,
avoid structure copies, consistently round milliseconds, and
generally avoid losing accuracy of calculation due to type casts.

Incidentally fixes output bug on gnuplot (seconds were being
output as microseconds).  It would make more sense to output
gnuplot stats as microseconds after the start of test, but
this change returns us to consistency with pre-apr versions of ab.

PR: 44878, 44931.

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

16 years agoMake sure the optional function calls are used for ap_session_set and
Graham Leggett [Sat, 10 May 2008 22:57:36 +0000 (22:57 +0000)]
Make sure the optional function calls are used for ap_session_set and
ap_session_get. [Brad Nicholes]

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

16 years agofix uninitialized variable
Roy T. Fielding [Sat, 10 May 2008 06:44:44 +0000 (06:44 +0000)]
fix uninitialized variable

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

16 years ago* Unify the spelling of my name in changelog entries. Long time ago I decided
Ruediger Pluem [Sat, 10 May 2008 06:19:03 +0000 (06:19 +0000)]
* Unify the spelling of my name in changelog entries. Long time ago I decided
  to transliterate the ü with ue.

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

16 years agoWhen testing for slash-terminated configuration paths in
Chris Darroch [Sat, 10 May 2008 00:49:03 +0000 (00:49 +0000)]
When testing for slash-terminated configuration paths in
ap_location_walk(), don't look past the start of an empty string
such as that created by a <Location ""> directive.

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

16 years agoRemove extra cruft that ended up in a commit.
Graham Leggett [Fri, 9 May 2008 23:41:10 +0000 (23:41 +0000)]
Remove extra cruft that ended up in a commit.

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

16 years agocore, mod_proxy: If a kept_body is present, it becomes safe for
Graham Leggett [Fri, 9 May 2008 22:40:01 +0000 (22:40 +0000)]
core, mod_proxy: If a kept_body is present, it becomes safe for
subrequests to support message bodies. Make sure that safety
checks within the core and within the proxy are not triggered
when kept_body is present. This makes it possible to embed
proxied POST requests within mod_include.

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

16 years agomod_auth_form: Make sure the input filter stack is properly set
Graham Leggett [Fri, 9 May 2008 22:15:37 +0000 (22:15 +0000)]
mod_auth_form: Make sure the input filter stack is properly set
up before reading the login form. Make sure the kept body filter
is correctly inserted to ensure the body can be read a second
time safely should the authn be successful. [Graham Leggett,
Ruediger Pluem]

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

16 years agomod_request: Insert the KEPT_BODY filter via the insert_filter
Graham Leggett [Fri, 9 May 2008 21:59:02 +0000 (21:59 +0000)]
mod_request: Insert the KEPT_BODY filter via the insert_filter
hook instead of during fixups. Add a safety check to ensure the
filters cannot be inserted more than once. [Graham Leggett,
Ruediger Pluem]

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

16 years agosync with 2.2.x
Jeff Trawick [Fri, 9 May 2008 13:43:48 +0000 (13:43 +0000)]
sync with 2.2.x

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

16 years agobackported to r654801
Jim Jagielski [Fri, 9 May 2008 13:28:45 +0000 (13:28 +0000)]
backported to r654801

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

16 years agosync with 2.2.x
Jeff Trawick [Fri, 9 May 2008 12:20:24 +0000 (12:20 +0000)]
sync with 2.2.x

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

16 years agoMerge r351614 from 2.2:
Takashi Sato [Fri, 9 May 2008 12:12:34 +0000 (12:12 +0000)]
Merge r351614 from 2.2:
It is mod_authN_file, not mod_auth_file

Merge r356658 from 2.2:
Mention mod_authz_user and mod_version, a new module in 2.2.

Merge r370945 from 2.2:
Fix spelling of occur.
Submitted By: Ãvar Arnfjörð Bjarmason <avarab gmail.com>

Merge r559984 from 2.2:
Fixed typo "separate" from PR 40454

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

16 years agoupdate transformation
Takashi Sato [Thu, 8 May 2008 16:57:02 +0000 (16:57 +0000)]
update transformation

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

16 years agomention the default for ProtocolEcho.
Takashi Sato [Thu, 8 May 2008 12:30:26 +0000 (12:30 +0000)]
mention the default for ProtocolEcho.

Pointed out by: Andrew Ford <A.Ford ford-mason.co.uk>

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

16 years agofix OS name for searchability
Jeff Trawick [Thu, 8 May 2008 12:20:13 +0000 (12:20 +0000)]
fix OS name for searchability

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

16 years agobackported to 2.2.x in r654348
Eric Covener [Thu, 8 May 2008 00:35:52 +0000 (00:35 +0000)]
backported to 2.2.x in r654348

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

16 years ago*) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
Eric Covener [Thu, 8 May 2008 00:09:53 +0000 (00:09 +0000)]
*) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
   mod_cgid and request processing threads, for OS'es such as HPUX and AIX
   that do not use umask for AF_UNIX socket permissions.
   [Eric Covener, Jeff Trawick]

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

16 years agomod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
Jeff Trawick [Wed, 7 May 2008 19:38:50 +0000 (19:38 +0000)]
mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
It won't get any better without intervention, and it will fork() until some
sort of intervention.

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

16 years ago* Make code more readable by using OR (which is also Roys preference over AND)
Ruediger Pluem [Wed, 7 May 2008 19:24:54 +0000 (19:24 +0000)]
* Make code more readable by using OR (which is also Roys preference over AND)
  instead of XOR.

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

16 years agoFix the method used to detect the root of the request tree when subrequests
Graham Leggett [Wed, 7 May 2008 15:03:58 +0000 (15:03 +0000)]
Fix the method used to detect the root of the request tree when subrequests
are present.

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

16 years ago* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
Joe Orton [Wed, 7 May 2008 14:17:31 +0000 (14:17 +0000)]
* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
  CRYPTO_cleanup_all_ex_data here, fixing a per-connection memory leak
  which occurs if the client indicates support for a compression
  algorithm in the initial handshake, and mod_ssl is linked against
  OpenSSL >= 0.9.8f.

Thanks to Amund Elstad and Dr Stephen Henson for analysis of this
issue.

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

16 years agomention that KeepAliveTimeout will be ignored in a name-based virtual host context.
Takashi Sato [Tue, 6 May 2008 17:56:59 +0000 (17:56 +0000)]
mention that KeepAliveTimeout will be ignored in a name-based virtual host context.
PR: 36770

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

16 years agoBackported to 2.2.x in r653772
Jim Jagielski [Tue, 6 May 2008 13:38:42 +0000 (13:38 +0000)]
Backported to 2.2.x in r653772

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

16 years agoupdate transformation
Takashi Sato [Tue, 6 May 2008 08:31:14 +0000 (08:31 +0000)]
update transformation

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

16 years agoadd "DO NOT EDIT" warning to typemaps
Takashi Sato [Tue, 6 May 2008 08:03:34 +0000 (08:03 +0000)]
add "DO NOT EDIT" warning to typemaps

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

16 years ago"proceeding" typo
Takashi Sato [Tue, 6 May 2008 06:55:46 +0000 (06:55 +0000)]
"proceeding" typo

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

16 years agoseems to work
Roy T. Fielding [Sat, 3 May 2008 04:25:37 +0000 (04:25 +0000)]
seems to work

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

16 years agojust a test of commits list
Roy T. Fielding [Sat, 3 May 2008 04:20:37 +0000 (04:20 +0000)]
just a test of commits list

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

16 years ago* Do not allow all options of ALL to be set when only a few of them are
Ruediger Pluem [Fri, 2 May 2008 20:04:34 +0000 (20:04 +0000)]
* Do not allow all options of ALL to be set when only a few of them are
  allowed.

PR: 44262
Submitted by: Michał Grzędzicki <lazy iq.pl>
Reviewed by: rpluem

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

16 years agoRemove C++ style comments.
Graham Leggett [Thu, 1 May 2008 21:59:13 +0000 (21:59 +0000)]
Remove C++ style comments.

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

16 years agoFor legacy VC6, there's no __CRTDECL or _tstoi yet, but the
William A. Rowe Jr [Thu, 1 May 2008 18:13:44 +0000 (18:13 +0000)]
For legacy VC6, there's no __CRTDECL or _tstoi yet, but the
former is only interesting for ".NET" builds, and the later
is identical to _ttoi (still supported in VC2005, at least).

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

16 years agoupdate transformation
André Malo [Tue, 22 Apr 2008 18:56:39 +0000 (18:56 +0000)]
update transformation

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

16 years agoremove duplicate section
André Malo [Tue, 22 Apr 2008 18:50:22 +0000 (18:50 +0000)]
remove duplicate section

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

16 years agosvn:eol-style = native
André Malo [Tue, 22 Apr 2008 18:41:04 +0000 (18:41 +0000)]
svn:eol-style = native

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

16 years agoAdd Joe Orton his SNI test case for client authentication
Dirk-Willem van Gulik [Tue, 22 Apr 2008 17:06:02 +0000 (17:06 +0000)]
Add Joe Orton his SNI test case for client authentication

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

16 years agoUpdate transformations
Vincent Bray [Tue, 22 Apr 2008 16:19:06 +0000 (16:19 +0000)]
Update transformations

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

16 years agoMinor cleanups
Vincent Bray [Tue, 22 Apr 2008 13:15:19 +0000 (13:15 +0000)]
Minor cleanups

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

16 years agoTypo fix (thanks noodl for pointing it out).
Nick Kew [Tue, 22 Apr 2008 09:54:00 +0000 (09:54 +0000)]
Typo fix (thanks noodl for pointing it out).

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

16 years agoClarify explanation of untainting.
Nick Kew [Tue, 22 Apr 2008 09:38:17 +0000 (09:38 +0000)]
Clarify explanation of untainting.

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

16 years agoDocument DBD taint checking and its necessity.
Nick Kew [Tue, 22 Apr 2008 01:07:42 +0000 (01:07 +0000)]
Document DBD taint checking and its necessity.

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

16 years ago* Update transformation
Ruediger Pluem [Mon, 21 Apr 2008 15:40:45 +0000 (15:40 +0000)]
* Update transformation

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

16 years ago* -b is an invalid option for htcacheclean.
Ruediger Pluem [Mon, 21 Apr 2008 15:37:55 +0000 (15:37 +0000)]
* -b is an invalid option for htcacheclean.

PR: 44845

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

16 years agoTypo.
Jean-Frederic Clere [Mon, 21 Apr 2008 06:50:36 +0000 (06:50 +0000)]
Typo.

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

16 years ago Finish cleanup.
Chris Pepper [Mon, 21 Apr 2008 03:18:47 +0000 (03:18 +0000)]
Finish cleanup.
Remove <em> around e.g. & i.e.

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

16 years agoSet at init time, and combine comments
Jim Jagielski [Sun, 20 Apr 2008 14:23:25 +0000 (14:23 +0000)]
Set at init time, and combine comments

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

16 years ago* Do not add the query string again in the case that we are using the
Ruediger Pluem [Sat, 19 Apr 2008 18:48:05 +0000 (18:48 +0000)]
* Do not add the query string again in the case that we are using the
  unparsed uri.

PR: 44803

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

16 years ago* We need to use the headers_out table we merged above, not the original one.
Ruediger Pluem [Sat, 19 Apr 2008 10:25:16 +0000 (10:25 +0000)]
* We need to use the headers_out table we merged above, not the original one.

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

16 years ago* Style fixes. No functional changes.
Ruediger Pluem [Sat, 19 Apr 2008 10:15:14 +0000 (10:15 +0000)]
* Style fixes. No functional changes.

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

16 years ago* Use the correct headers_out table for overlaying.
Ruediger Pluem [Sat, 19 Apr 2008 10:13:34 +0000 (10:13 +0000)]
* Use the correct headers_out table for overlaying.

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

16 years agoCentralize the error-header collapsing done when sending out cached replies. Mark...
Dirk-Willem van Gulik [Fri, 18 Apr 2008 11:05:25 +0000 (11:05 +0000)]
Centralize the error-header collapsing done when sending out cached replies. Mark the change in CHANGES as it may have unforseen fall out and/or may need to be reverted or done more subtle.

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

16 years agoMake it compile on pre-C99 compilers
Martin Kraemer [Fri, 18 Apr 2008 10:06:20 +0000 (10:06 +0000)]
Make it compile on pre-C99 compilers

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

16 years ago* The previous patch did not work correctly with neither enable nor disable
Ruediger Pluem [Thu, 17 Apr 2008 20:24:52 +0000 (20:24 +0000)]
* The previous patch did not work correctly with neither enable nor disable
  set. It just set all mod_session_* to 'no'.

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

16 years ago* Require to explicitly enable mod_session_crypto since it requires the apr ssl
Ruediger Pluem [Thu, 17 Apr 2008 20:05:36 +0000 (20:05 +0000)]
* Require to explicitly enable mod_session_crypto since it requires the apr ssl
  code which is no longer present in apr trunk, but only in a separate branch.

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

16 years ago* Fix r649054: Do the correct thing when neither enable nor disable is specfied.
Ruediger Pluem [Thu, 17 Apr 2008 20:04:09 +0000 (20:04 +0000)]
* Fix r649054: Do the correct thing when neither enable nor disable is specfied.

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

16 years agohandle ? in cases where nocanon is in effect
Jim Jagielski [Thu, 17 Apr 2008 19:20:16 +0000 (19:20 +0000)]
handle ? in cases where nocanon is in effect

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

16 years ago* Style police. No functional changes.
Ruediger Pluem [Thu, 17 Apr 2008 18:48:18 +0000 (18:48 +0000)]
* Style police. No functional changes.

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

16 years agoCentralize hop-by-hop header handling in the main mod_cache code. This change is...
Dirk-Willem van Gulik [Thu, 17 Apr 2008 16:40:10 +0000 (16:40 +0000)]
Centralize hop-by-hop header handling in the main mod_cache code. This change is a no-op -- i.e. we call the same code path as prior to the API renaming. However this is propably wrong; and we should have been cleansing the content-types all along

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

16 years agoCentralize hop-by-hop header handling in the memory caching code.
Dirk-Willem van Gulik [Thu, 17 Apr 2008 16:38:36 +0000 (16:38 +0000)]
Centralize hop-by-hop header handling in the memory caching code.

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

16 years agoCentralize hop-by-hop header handling in the disk caching code. Note that 'out' now...
Dirk-Willem van Gulik [Thu, 17 Apr 2008 16:37:24 +0000 (16:37 +0000)]
Centralize hop-by-hop header handling in the disk caching code. Note that 'out' now has actual out semantics; hence the change in headers_in.

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

16 years agoand make mod_proxy_fcgi also nocanon aware
Jim Jagielski [Thu, 17 Apr 2008 16:24:16 +0000 (16:24 +0000)]
and make mod_proxy_fcgi also nocanon aware

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

16 years agoMake mod_proxy_ajp aware of the nocanon envvar
Jim Jagielski [Thu, 17 Apr 2008 16:22:36 +0000 (16:22 +0000)]
Make mod_proxy_ajp aware of the nocanon envvar

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

16 years agoMeta-file link fix courtesy of Takashi Sato
Vincent Bray [Thu, 17 Apr 2008 16:03:35 +0000 (16:03 +0000)]
Meta-file link fix courtesy of Takashi Sato

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

16 years agoCurrently each of the caching module includes logic to implement
Dirk-Willem van Gulik [Thu, 17 Apr 2008 16:03:13 +0000 (16:03 +0000)]
Currently each of the caching module includes logic to implement
the hop-by-hop rules of rfc 2616 along with the entity response
rules. To make sure that they stay in sync; and to make it easier
to add (http) caching modules - this change moves them all into
one place (cache_util) and exposes a in-bound and out-bound
version to operate on the headers.

In short: we retire ap_cache_cacheable_hdrs_out() which was used
for both in- and out-put headers; and replace it by a single
ap_cache_cacheable_headers() which understands the hop-by-hop
rules. And then wrap this into an in- and out-put specific
ap_cache_cacheable_headers_in()/out() which we can teach things
about entity responses and so on.. The latter which will also
merge error and ensure content-type.

This API change bumps up the minor MM by one.

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

16 years agoAll backported to 2.2.9-dev now
Jim Jagielski [Thu, 17 Apr 2008 14:12:13 +0000 (14:12 +0000)]
All backported to 2.2.9-dev now

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

16 years agoEnsure that the REMOTE_USER variable is correctly written when the user
Graham Leggett [Thu, 17 Apr 2008 14:03:14 +0000 (14:03 +0000)]
Ensure that the REMOTE_USER variable is correctly written when the user
has been authenticated from a session.

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

16 years agoBe defensive to ensure no segfault should the session entries table
Graham Leggett [Thu, 17 Apr 2008 14:01:21 +0000 (14:01 +0000)]
Be defensive to ensure no segfault should the session entries table
not be initialised.

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

16 years agoFix the optional declarations so that the modules will build clean in
Graham Leggett [Thu, 17 Apr 2008 13:59:51 +0000 (13:59 +0000)]
Fix the optional declarations so that the modules will build clean in
a mod_so environment.

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

16 years agoUpdate transformations
Vincent Bray [Thu, 17 Apr 2008 12:58:47 +0000 (12:58 +0000)]
Update transformations

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

16 years agoReplace reference to obsolete RFC. Submitted by: Igor Galić.
Vincent Bray [Thu, 17 Apr 2008 12:56:18 +0000 (12:56 +0000)]
Replace reference to obsolete RFC. Submitted by: Igor Galić.

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

16 years ago* modules/session/config.m4: Have --disable-session disable mod_session_*
Joe Orton [Thu, 17 Apr 2008 11:20:07 +0000 (11:20 +0000)]
* modules/session/config.m4: Have --disable-session disable mod_session_*
also.

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

16 years agoIncorperate feedback/requests for a bit more flexibility: 1)allow any domain and...
Dirk-Willem van Gulik [Thu, 17 Apr 2008 10:33:00 +0000 (10:33 +0000)]
Incorperate feedback/requests for a bit more flexibility: 1)allow any domain and IP address for the SNI demonstration and 2) make the index.html sample files a bit easier to recognize.

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

16 years ago General cleanup of rewrite guide.
Chris Pepper [Thu, 17 Apr 2008 04:13:22 +0000 (04:13 +0000)]
General cleanup of rewrite guide.

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

16 years ago Typo.
Chris Pepper [Thu, 17 Apr 2008 04:11:27 +0000 (04:11 +0000)]
Typo.

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

16 years agoremove const on socache module declarations to avoid segfault in
Chris Darroch [Wed, 16 Apr 2008 04:02:57 +0000 (04:02 +0000)]
remove const on socache module declarations to avoid segfault in
ap_setup_prelinked_modules() when modules linked in at compile time

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

16 years agoUpdate transformations
Vincent Bray [Tue, 15 Apr 2008 18:40:15 +0000 (18:40 +0000)]
Update transformations

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

16 years agoNumerous typo fixes courtesy of Luciene Gentis
Vincent Bray [Tue, 15 Apr 2008 18:39:14 +0000 (18:39 +0000)]
Numerous typo fixes courtesy of Luciene Gentis

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

16 years agoMove the public mod_request.h header out of the include directory and back to modules...
Graham Leggett [Tue, 15 Apr 2008 13:53:32 +0000 (13:53 +0000)]
Move the public mod_request.h header out of the include directory and back to modules/filters.
The current build of exports.c assumes that everything in include is part of the core, and so
putting the header there creates link errors.

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

16 years agoenabled Perl CGIs by default.
Guenter Knauf [Sun, 13 Apr 2008 22:22:14 +0000 (22:22 +0000)]
enabled Perl CGIs by default.

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

16 years agoRemove superannuated translations as pointed out by Takashi Sato
Vincent Bray [Sun, 13 Apr 2008 18:09:53 +0000 (18:09 +0000)]
Remove superannuated translations as pointed out by Takashi Sato

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

16 years agodrop upgrading.xml.de as its outdated too much.
André Malo [Sun, 13 Apr 2008 17:38:03 +0000 (17:38 +0000)]
drop upgrading.xml.de as its outdated too much.

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

16 years agoUpdate transformations
Vincent Bray [Sun, 13 Apr 2008 16:39:49 +0000 (16:39 +0000)]
Update transformations

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

16 years agoTypo fix courtesy of Luciene Gentis
Vincent Bray [Sun, 13 Apr 2008 16:35:17 +0000 (16:35 +0000)]
Typo fix courtesy of Luciene Gentis

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

16 years agoUpdate transformations
Vincent Bray [Sat, 12 Apr 2008 11:14:08 +0000 (11:14 +0000)]
Update transformations

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

16 years agoMinor grammar fix (s/not accessible/inaccessible/)
Vincent Bray [Sat, 12 Apr 2008 11:08:12 +0000 (11:08 +0000)]
Minor grammar fix (s/not accessible/inaccessible/)

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

16 years ago* Allow Cookie option to set secure and HttpOnly flags
Ruediger Pluem [Sat, 12 Apr 2008 08:44:36 +0000 (08:44 +0000)]
* Allow Cookie option to set secure and HttpOnly flags

PR: 44799
Submitted by: Christian Wenz <christian wenz.org>
Reviewed by: rpluem

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

16 years agoMove the KeptBodySize directive, kept_body filters and the
Graham Leggett [Fri, 11 Apr 2008 18:41:53 +0000 (18:41 +0000)]
Move the KeptBodySize directive, kept_body filters and the
ap_parse_request_body function out of the http module and into a
new module called mod_request, reducing the size of the core.

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

16 years agoFix socache modules' APACHE_MODULE() definitions.
Chris Darroch [Thu, 10 Apr 2008 20:24:42 +0000 (20:24 +0000)]
Fix socache modules' APACHE_MODULE() definitions.

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

16 years agorotatelogs: Log the current file size and error code/description
Jeff Trawick [Thu, 10 Apr 2008 15:33:05 +0000 (15:33 +0000)]
rotatelogs: Log the current file size and error code/description
when failing to write to the log file.

Sometimes users have a hard time believing that their little log
file was really big enough to reach quota/filesystem/other limit
back at the time of the error.

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

16 years agoMove the initialization of rebind to the post_config handler so that it is done durin...
Bradley Nicholes [Wed, 9 Apr 2008 22:49:31 +0000 (22:49 +0000)]
Move the initialization of rebind to the post_config handler so that it is done during the actual module load stage rather than the preload stage.  If done during the preload stage, the pool passed into the initialization function will be cleared and all allocations will be freed.

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

16 years agoHandle integer configuration directive parameters with a dedicated
Chris Darroch [Wed, 9 Apr 2008 18:01:53 +0000 (18:01 +0000)]
Handle integer configuration directive parameters with a dedicated
function, akin to dbd_param_flag().  Only needed when APR_HAS_THREADS.

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

16 years agoLet each consumer of authn providers redefine the list_provider_names
Chris Darroch [Wed, 9 Apr 2008 17:25:33 +0000 (17:25 +0000)]
Let each consumer of authn providers redefine the list_provider_names
callback in case they are loaded individually without mod_authn_core.

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

16 years ago* modules/cache/ap_socache.h: Doxify.
Joe Orton [Wed, 9 Apr 2008 16:13:02 +0000 (16:13 +0000)]
* modules/cache/ap_socache.h: Doxify.

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

16 years agoAdd the LastChangedRevision keyword.
Graham Leggett [Wed, 9 Apr 2008 13:15:44 +0000 (13:15 +0000)]
Add the LastChangedRevision keyword.

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

16 years agomake use of var for output name.
Guenter Knauf [Wed, 9 Apr 2008 12:46:27 +0000 (12:46 +0000)]
make use of var for output name.

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

16 years agoFixed export list for mod_session.
Guenter Knauf [Wed, 9 Apr 2008 12:43:15 +0000 (12:43 +0000)]
Fixed export list for mod_session.

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

16 years agoadded mod_auth_form to NetWare build.
Guenter Knauf [Wed, 9 Apr 2008 12:42:26 +0000 (12:42 +0000)]
added mod_auth_form to NetWare build.

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

16 years agoNo var declarations in the middle of the code.
Guenter Knauf [Wed, 9 Apr 2008 12:40:14 +0000 (12:40 +0000)]
No var declarations in the middle of the code.

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