]> granicus.if.org Git - apache/log
apache
13 years agofix incorrect type of LDAP connection pool member, fix naming fors
Eric Covener [Mon, 28 Mar 2011 22:40:20 +0000 (22:40 +0000)]
fix incorrect type of LDAP connection pool member, fix naming fors
style guidlines

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

13 years agoWrap at 80
William A. Rowe Jr [Mon, 28 Mar 2011 19:02:37 +0000 (19:02 +0000)]
Wrap at 80

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

13 years agoadd hints for
Jeff Trawick [Mon, 28 Mar 2011 18:18:52 +0000 (18:18 +0000)]
add hints for

* C++ and APLOG_USE_MODULE()
* mpm_default.h

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

13 years agodoc xforms
Jeff Trawick [Mon, 28 Mar 2011 17:13:12 +0000 (17:13 +0000)]
doc xforms

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

13 years agoadd event MPM to the module list where necessary (most directives
Jeff Trawick [Mon, 28 Mar 2011 17:08:25 +0000 (17:08 +0000)]
add event MPM to the module list where necessary (most directives
documented here)

add mpmt_os2 to the list for ThreadStackSize

remove mpm_winnt from the list for CoreDumpDirectory

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

13 years agomatch docs for case of "ScoreBoardFile"
Jeff Trawick [Mon, 28 Mar 2011 16:50:11 +0000 (16:50 +0000)]
match docs for case of "ScoreBoardFile"

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

13 years agompm_common.c implements a handful of config directives; the
Jeff Trawick [Mon, 28 Mar 2011 16:25:20 +0000 (16:25 +0000)]
mpm_common.c implements a handful of config directives; the
related state has to be re-initialized to the default values
at pre-config time, but that was handled inconsistently by
the MPMs, resulting in unexpected behavior when some of the
directives were removed across restart

move that necessary initialization from the MPMs to common
code run from core's pre-config; MPMs that need to override
defaults can do so by running after core's pre-config (the
NetWare MPM now does that)

the DEFAULT_MAX_REQUESTS_PER_CHILD compile setting wasn't useful
enough to keep

the simple MPM wasn't consistent in which of these directives
were respected and which weren't, and that hasn't changed
(see procmgr.max_requests_per_child vs. ap_max_requests_per_child)

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

13 years agoResolve disagreement with its prototype
William A. Rowe Jr [Mon, 28 Mar 2011 15:50:34 +0000 (15:50 +0000)]
Resolve disagreement with its prototype

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

13 years agoPick up Jeff's layout refactoring on win32.
William A. Rowe Jr [Mon, 28 Mar 2011 15:46:08 +0000 (15:46 +0000)]
Pick up Jeff's layout refactoring on win32.

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

13 years agoap_max_requests_per_child is a global
Jeff Trawick [Mon, 28 Mar 2011 14:13:37 +0000 (14:13 +0000)]
ap_max_requests_per_child is a global
(otherwise, this local one doesn't match the one used by the OS/2 child
code or the MaxConnectionsPerChild directive)

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

13 years agosome non-MPM code wants to see DEFAULT_PIDLOG, so liberate the
Jeff Trawick [Mon, 28 Mar 2011 14:04:23 +0000 (14:04 +0000)]
some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the
setting from the MPM-specific mpm_default.h

now visible again via httpd -V

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

13 years agoconsolidate logic to remove the pidfile in a new API,
Jeff Trawick [Mon, 28 Mar 2011 13:35:08 +0000 (13:35 +0000)]
consolidate logic to remove the pidfile in a new API,
ap_remove_pid(), related to existing ap_log_pid() and
ap_read_pid()

presumably this is useful to third-party MPMs as well

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

13 years agoTypo
Rich Bowen [Mon, 28 Mar 2011 10:09:29 +0000 (10:09 +0000)]
Typo

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

13 years agoSet eol-style native.
Guenter Knauf [Mon, 28 Mar 2011 05:15:48 +0000 (05:15 +0000)]
Set eol-style native.

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

13 years agoAdded copy rule for creating include/ap_config_layout.h.
Guenter Knauf [Mon, 28 Mar 2011 05:09:31 +0000 (05:09 +0000)]
Added copy rule for creating include/ap_config_layout.h.

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

13 years agoenable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows
Jeff Trawick [Sun, 27 Mar 2011 23:51:18 +0000 (23:51 +0000)]
enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows

this commit is missing the Windows and NetWare build
logic to copy the appropriate file to include/ap_config_layout.h

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

13 years agofix doxygen warnings
Jeff Trawick [Sun, 27 Mar 2011 23:36:03 +0000 (23:36 +0000)]
fix doxygen warnings

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

13 years agoRebuild HTML transformation - PR 50979
Rich Bowen [Sun, 27 Mar 2011 20:26:08 +0000 (20:26 +0000)]
Rebuild HTML transformation - PR 50979

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

13 years agoClarify SSL/ENV vars paragraph, as per PR 50979
Rich Bowen [Sun, 27 Mar 2011 20:22:39 +0000 (20:22 +0000)]
Clarify SSL/ENV vars paragraph, as per PR 50979

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

13 years agompm_default.h is just a convenience for a specific MPM with 2.3+;
Jeff Trawick [Sun, 27 Mar 2011 14:48:07 +0000 (14:48 +0000)]
mpm_default.h is just a convenience for a specific MPM with 2.3+;
it isn't installed

(this is the only definition at present for DEFAULT_REL_RUNTIMEDIR
on Windows, but that needs to be solved separately)

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

13 years agoNewly approved types for n3 and turtle
Roy T. Fielding [Sat, 26 Mar 2011 19:05:55 +0000 (19:05 +0000)]
Newly approved types for n3 and turtle

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

13 years agoaxe unused mpm_default definitions
Jeff Trawick [Sat, 26 Mar 2011 18:51:30 +0000 (18:51 +0000)]
axe unused mpm_default definitions

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

13 years agoSCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some local
Jeff Trawick [Sat, 26 Mar 2011 18:37:14 +0000 (18:37 +0000)]
SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some local
usage within the NetWare and OS/2 MPMs.

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

13 years agouse apr_time_from_sec() shortcut
Jeff Trawick [Sat, 26 Mar 2011 18:36:11 +0000 (18:36 +0000)]
use apr_time_from_sec() shortcut

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

13 years agoUpdate.
Lucien Gentis [Sat, 26 Mar 2011 17:09:35 +0000 (17:09 +0000)]
Update.

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

13 years agoaplog_module_index must always be set for C++, so simplify
Jeff Trawick [Sat, 26 Mar 2011 14:22:58 +0000 (14:22 +0000)]
aplog_module_index must always be set for C++, so simplify
the APLOG_MODULE_INDEX macro to avoid warnings with some
C++ compilers

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

13 years agoCorrect C++ incompatibility with http_log.h.
Jeff Trawick [Sat, 26 Mar 2011 13:30:19 +0000 (13:30 +0000)]
Correct C++ incompatibility with http_log.h.

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

13 years agoAdd the unregistered media type for 7z
Roy T. Fielding [Fri, 25 Mar 2011 21:58:27 +0000 (21:58 +0000)]
Add the unregistered media type for 7z

PR: 46959

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

13 years agoAdd the WebP and webfont media types (that have not been registered by
Roy T. Fielding [Fri, 25 Mar 2011 19:08:39 +0000 (19:08 +0000)]
Add the WebP and webfont media types (that have not been registered by
the same WHATWG idiots who regularly complain about servers not being
configured correctly for mime types).

PR: 50624

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

13 years agoAdd the WebM media types (that have not been registered by the same WHATWG
Roy T. Fielding [Fri, 25 Mar 2011 18:40:31 +0000 (18:40 +0000)]
Add the WebM media types (that have not been registered by the same WHATWG
idiots who regularly complain about servers not being configured correctly
for mime types).

PR: 50624

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

13 years agoFix duplicate entry for application/vnd.stardivision.writer
Roy T. Fielding [Fri, 25 Mar 2011 18:11:52 +0000 (18:11 +0000)]
Fix duplicate entry for application/vnd.stardivision.writer

PR: 48052

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

13 years agoUpdate with IANA registered types as of 2011 Mar 25 15:08 CET
Roy T. Fielding [Fri, 25 Mar 2011 18:05:55 +0000 (18:05 +0000)]
Update with IANA registered types as of 2011 Mar 25 15:08 CET

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

13 years agoReplace 'CVS' with 'svn', as per bug 50973
Rich Bowen [Fri, 25 Mar 2011 18:02:55 +0000 (18:02 +0000)]
Replace 'CVS' with 'svn', as per bug 50973

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

13 years agoRebuild transformation.
Rich Bowen [Fri, 25 Mar 2011 13:56:54 +0000 (13:56 +0000)]
Rebuild transformation.

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

13 years agoFixes typo in mod_rewrite flags doc.
Rich Bowen [Fri, 25 Mar 2011 13:46:27 +0000 (13:46 +0000)]
Fixes typo in mod_rewrite flags doc.

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

13 years agoRebuild transformations.
Rich Bowen [Wed, 23 Mar 2011 20:43:48 +0000 (20:43 +0000)]
Rebuild transformations.

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

13 years agoFix incorrect example. (Missing slash)
Rich Bowen [Wed, 23 Mar 2011 20:40:41 +0000 (20:40 +0000)]
Fix incorrect example. (Missing slash)

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

13 years agoOr, perhaps that's even clearer, without getting too verbose.
Rich Bowen [Wed, 23 Mar 2011 20:11:43 +0000 (20:11 +0000)]
Or, perhaps that's even clearer, without getting too verbose.

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

13 years agoAttemps to clarify a rather cryptic error message.
Rich Bowen [Wed, 23 Mar 2011 19:49:02 +0000 (19:49 +0000)]
Attemps to clarify a rather cryptic error message.

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

13 years ago* server/mpm/prefork/prefork.c (set_signals): Ignore SIGXFSZ; have a
Joe Orton [Mon, 21 Mar 2011 22:36:45 +0000 (22:36 +0000)]
* server/mpm/prefork/prefork.c (set_signals): Ignore SIGXFSZ; have a
  write() beyond 2GB fail with E2BIG rather than killing the process
  in the now hopefully rare case of non-LFS file usage on LFS systems.

* server/mpm/worker/worker.c (set_signals): Likewise.
* server/mpm/event/event.c (set_signals): Likewise.

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

13 years agoDone with making the 1.3 docs point to the relevant 2.2 docs.
Rich Bowen [Mon, 21 Mar 2011 15:49:32 +0000 (15:49 +0000)]
Done with making the 1.3 docs point to the relevant 2.2 docs.

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

13 years agoDrop obscure 1.3 change backrefs
William A. Rowe Jr [Sun, 20 Mar 2011 21:45:35 +0000 (21:45 +0000)]
Drop obscure 1.3 change backrefs

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

13 years ago1.3? nah
William A. Rowe Jr [Sun, 20 Mar 2011 21:42:16 +0000 (21:42 +0000)]
1.3?  nah

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

13 years agoCreate dav.imp dynamically from header to catch all exports.
Guenter Knauf [Sun, 20 Mar 2011 19:14:45 +0000 (19:14 +0000)]
Create dav.imp dynamically from header to catch all exports.

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

13 years agoRemoved dav_get_limit_xml_body() from mod_dav.h.
Guenter Knauf [Sun, 20 Mar 2011 18:58:27 +0000 (18:58 +0000)]
Removed dav_get_limit_xml_body() from mod_dav.h.

This was a forgotten prototype hanging around for close
to 11 years where no code for existed (see r85816);
now removed from all branches per wrowe's permission.

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

13 years agoMore NetWare build fixes.
Guenter Knauf [Sun, 20 Mar 2011 15:56:39 +0000 (15:56 +0000)]
More NetWare build fixes.

Sorted some makefile dependencies; fixed DAV makefiles.

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

13 years agoUpdates.
Lucien Gentis [Sun, 20 Mar 2011 15:15:42 +0000 (15:15 +0000)]
Updates.

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

13 years agoFixed NetWare build install dir namings.
Guenter Knauf [Sun, 20 Mar 2011 06:34:19 +0000 (06:34 +0000)]
Fixed NetWare build install dir namings.

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

13 years agoSome more NetWare buildsystem tweaks.
Guenter Knauf [Sun, 20 Mar 2011 04:19:49 +0000 (04:19 +0000)]
Some more NetWare buildsystem tweaks.

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

13 years agotransformation
Jeff Trawick [Fri, 18 Mar 2011 17:13:21 +0000 (17:13 +0000)]
transformation

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

13 years agoseparate the issue of passing APLOG_MARK to your own functions
Jeff Trawick [Fri, 18 Mar 2011 17:12:32 +0000 (17:12 +0000)]
separate the issue of passing APLOG_MARK to your own functions
and the sometimes-related issue of not passing APLOG_MARK to ap_log_*(),
adding coverage for APLOG_MODULE_INDEX

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

13 years agotransformation
Jeff Trawick [Fri, 18 Mar 2011 14:21:33 +0000 (14:21 +0000)]
transformation

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

13 years agodescribe the ap_log_error(...,ap_server_conf,...) idiom
Jeff Trawick [Fri, 18 Mar 2011 14:21:01 +0000 (14:21 +0000)]
describe the ap_log_error(...,ap_server_conf,...) idiom

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

13 years agoUse a var INSTALLBASE to simplify NetWare installation rules.
Guenter Knauf [Fri, 18 Mar 2011 04:56:06 +0000 (04:56 +0000)]
Use a var INSTALLBASE to simplify NetWare installation rules.

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

13 years agoUse var for prelude so its possible to change it at one place.
Guenter Knauf [Fri, 18 Mar 2011 03:09:27 +0000 (03:09 +0000)]
Use var for prelude so its possible to change it at one place.

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

13 years agoUpdate transforms
Daniel Earl Poirier [Thu, 17 Mar 2011 19:04:49 +0000 (19:04 +0000)]
Update transforms

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

13 years agoAdd a note that mod_lua is still experimental and changing
Daniel Earl Poirier [Thu, 17 Mar 2011 19:04:33 +0000 (19:04 +0000)]
Add a note that mod_lua is still experimental and changing

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

13 years agoGA plan
Jim Jagielski [Thu, 17 Mar 2011 18:34:51 +0000 (18:34 +0000)]
GA plan

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

13 years ago* support/ab.c (test): Catch more calloc failures.
Joe Orton [Thu, 17 Mar 2011 16:42:16 +0000 (16:42 +0000)]
* support/ab.c (test): Catch more calloc failures.

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

13 years agoClose PR 50861 where enabling and disabling of buffered
Jim Jagielski [Thu, 17 Mar 2011 15:04:08 +0000 (15:04 +0000)]
Close PR 50861 where enabling and disabling of buffered
logs can cause a segfault. Patch by: Torsten Förtsch <torsten.foertsch@gmx.net>

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

13 years agoAdded prototype for initgroups().
Guenter Knauf [Wed, 16 Mar 2011 18:30:40 +0000 (18:30 +0000)]
Added prototype for initgroups().

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

13 years agoFix typo in RLIMIT_NPROC
Daniel Earl Poirier [Wed, 16 Mar 2011 17:58:42 +0000 (17:58 +0000)]
Fix typo in RLIMIT_NPROC

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

13 years agoAdd a pointer to the build instructions for the manual
Daniel Earl Poirier [Wed, 16 Mar 2011 17:21:34 +0000 (17:21 +0000)]
Add a pointer to the build instructions for the manual

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

13 years agoUpdate transforms
Daniel Earl Poirier [Wed, 16 Mar 2011 16:58:30 +0000 (16:58 +0000)]
Update transforms

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

13 years agoFix XML so it validates again
Daniel Earl Poirier [Wed, 16 Mar 2011 16:53:43 +0000 (16:53 +0000)]
Fix XML so it validates again

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

13 years ago* modules/ssl/ssl_private.h: Drop some redundant/unused macros; pick
Joe Orton [Wed, 16 Mar 2011 16:51:46 +0000 (16:51 +0000)]
* modules/ssl/ssl_private.h: Drop some redundant/unused macros; pick
  up stdlib.h.

* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle),
  modules/ssl/ssl_engine_vars.c: Stop pretending mod_ssl has a version
  independent of the rest of the server.

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

13 years agocore: AllowEncodedSlashes new option NoDecode to allow encoded slashes
Daniel Earl Poirier [Wed, 16 Mar 2011 16:45:25 +0000 (16:45 +0000)]
core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
in request URL path info but not decode them. Change behavior of option
"On" to decode the encoded slashes as 2.0 and 2.2 do.  PR 35256,
PR 46830.

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

13 years ago* modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Compare SNI
Joe Orton [Wed, 16 Mar 2011 16:32:04 +0000 (16:32 +0000)]
* modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Compare SNI
  hostname against Host header case-insensitively.

PR: 49491
Submitted by: Mayank Agrawal <magrawal.08 gmail.com>

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

13 years ago* server/main.c (main): Use the real null cleanup callback.
Joe Orton [Wed, 16 Mar 2011 15:53:34 +0000 (15:53 +0000)]
* server/main.c (main): Use the real null cleanup callback.

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

13 years agoFixed mod_lua - 2nd trial.
Guenter Knauf [Wed, 16 Mar 2011 02:47:58 +0000 (02:47 +0000)]
Fixed mod_lua - 2nd trial.

Reverted changed vm_release call from r1082026;
fixed cleanup_lua call.

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

13 years agoFixed indent.
Guenter Knauf [Wed, 16 Mar 2011 02:30:53 +0000 (02:30 +0000)]
Fixed indent.

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

13 years agoFixed mod_lua.
Guenter Knauf [Wed, 16 Mar 2011 01:34:45 +0000 (01:34 +0000)]
Fixed mod_lua.

Added some casts to make picky compilers happy;
changed vm_release() proto and call.

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

13 years agoSome more NetWare build fine tuning of tools usage.
Guenter Knauf [Wed, 16 Mar 2011 00:18:05 +0000 (00:18 +0000)]
Some more NetWare build fine tuning of tools usage.

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

13 years agoMissing space.
Rich Bowen [Tue, 15 Mar 2011 20:41:26 +0000 (20:41 +0000)]
Missing space.

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

13 years agoRebuild various transformations.
Rich Bowen [Tue, 15 Mar 2011 03:51:49 +0000 (03:51 +0000)]
Rebuild various transformations.

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

13 years agoMore professional phrasing of DirectorySlash description.
Rich Bowen [Tue, 15 Mar 2011 03:49:31 +0000 (03:49 +0000)]
More professional phrasing of DirectorySlash description.

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

13 years agoRemove spurious comma.
Rich Bowen [Tue, 15 Mar 2011 03:42:59 +0000 (03:42 +0000)]
Remove spurious comma.

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

13 years agoapply patch from zhiguo zhao <zhaozg@gmail.com> to significantly improve server scope...
Brian McCallister [Mon, 14 Mar 2011 23:43:23 +0000 (23:43 +0000)]
apply patch from zhiguo zhao <zhaozg@gmail.com> to significantly improve server scope handling

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

13 years agotransformations
Jeff Trawick [Mon, 14 Mar 2011 21:00:31 +0000 (21:00 +0000)]
transformations

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

13 years agoadd more module upgrade hints
Jeff Trawick [Mon, 14 Mar 2011 20:58:32 +0000 (20:58 +0000)]
add more module upgrade hints

change some existing text to be more correct+readable

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

13 years agofix butchered sentence in ap_args_to_table() docs
Jeff Trawick [Mon, 14 Mar 2011 19:33:02 +0000 (19:33 +0000)]
fix butchered sentence in ap_args_to_table() docs

Snickered at by: JimJag

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

13 years agoa bit of doc for ap_args_to_table()
Jeff Trawick [Mon, 14 Mar 2011 19:13:30 +0000 (19:13 +0000)]
a bit of doc for ap_args_to_table()

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

13 years agoadd some new sections to the API migration docs, where more
Jeff Trawick [Mon, 14 Mar 2011 18:30:03 +0000 (18:30 +0000)]
add some new sections to the API migration docs, where more
detailed explanations can be provided for some of the API
changes and additions

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

13 years agomod_rewrite: Decline immediately if the rewrite engine is disabled, instead
Graham Leggett [Sun, 13 Mar 2011 19:05:39 +0000 (19:05 +0000)]
mod_rewrite: Decline immediately if the rewrite engine is disabled, instead
of making various comparatively expensive proxy checks first.

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

13 years agochange all the negative values for LDAPConnPoolTTL into
Eric Covener [Sun, 13 Mar 2011 16:45:06 +0000 (16:45 +0000)]
change all the negative values for LDAPConnPoolTTL into
-2 (AP_LDAP_CONNPOOL_INFINITE), so we can't get confused
over -1 (AP_LDAP_CONNPOOL_DEFAULT) being merged.

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

13 years agoxforms
Eric Covener [Sat, 12 Mar 2011 21:51:42 +0000 (21:51 +0000)]
xforms

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

13 years agoundo my inadvertent change to this file when adding a new directive.
Eric Covener [Sat, 12 Mar 2011 21:50:34 +0000 (21:50 +0000)]
undo my inadvertent change to this file when adding a new directive.

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

13 years agodoc for r1081007, LDAPConnectionPoolTTL
Eric Covener [Sat, 12 Mar 2011 21:43:37 +0000 (21:43 +0000)]
doc for r1081007, LDAPConnectionPoolTTL

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

13 years ago *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime
Eric Covener [Sat, 12 Mar 2011 21:42:36 +0000 (21:42 +0000)]
 *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime
    of bound backend LDAP connections.  PR47634 [Eric Covener]

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

13 years agoifdef 0-out uldap_connection_remove(), which is not part of the API and
Eric Covener [Sat, 12 Mar 2011 21:20:23 +0000 (21:20 +0000)]
ifdef 0-out uldap_connection_remove(), which is not part of the API and
currently has no callers.

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

13 years agoLay some groundwork for improvements to the connection pool.
Eric Covener [Sat, 12 Mar 2011 21:18:21 +0000 (21:18 +0000)]
Lay some groundwork for improvements to the connection pool.

  remove unnecessary uldap_connection_cleanup (nothing needed between unbind
  and remove)

  properly remove rebind callback info when credentials change

  maintain a separate pool for the rebind callback storage so it can be cleared
  when the connection is unbound.

(major bump for util_ldap function removal)

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

13 years agoUpdates.
Lucien Gentis [Sat, 12 Mar 2011 17:32:16 +0000 (17:32 +0000)]
Updates.

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

13 years agowhitespace-only: re-indent the blocks I wrapped in an if with r1080922
Eric Covener [Sat, 12 Mar 2011 12:03:59 +0000 (12:03 +0000)]
whitespace-only: re-indent the blocks I wrapped in an if with r1080922

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

13 years agoavoid apr_ldap_rebind_{add,remove} when referral chasing is turned off
Eric Covener [Sat, 12 Mar 2011 12:02:40 +0000 (12:02 +0000)]
avoid apr_ldap_rebind_{add,remove} when referral chasing is turned off

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

13 years agoNetWare build overhaul in order to compile on Linux.
Guenter Knauf [Sat, 12 Mar 2011 07:44:03 +0000 (07:44 +0000)]
NetWare build overhaul in order to compile on Linux.

Added rule for generated .c file to workaround a strange build
issue on Linux where the file could not be found through vpath.

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

13 years agoUpdate transformations.
Graham Leggett [Sat, 12 Mar 2011 01:20:18 +0000 (01:20 +0000)]
Update transformations.

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

13 years agomod_cache: Make CacheEnable and CacheDisable configurable per
Graham Leggett [Sat, 12 Mar 2011 01:15:28 +0000 (01:15 +0000)]
mod_cache: Make CacheEnable and CacheDisable configurable per
directory in addition to per server, making them work from within
a LocationMatch.

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

13 years agofix some grammar mistakes, mostly in comments
Jeff Trawick [Sat, 12 Mar 2011 00:35:39 +0000 (00:35 +0000)]
fix some grammar mistakes, mostly in comments

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

13 years agoEnsure that ap_server_conf always points to valid data or is NULL.
Stefan Fritsch [Fri, 11 Mar 2011 22:16:16 +0000 (22:16 +0000)]
Ensure that ap_server_conf always points to valid data or is NULL.

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

13 years agoI see no getpid() or other requirement for process.h here.
Jeff Trawick [Fri, 11 Mar 2011 20:30:42 +0000 (20:30 +0000)]
I see no getpid() or other requirement for process.h here.

(the include of process.h was added in r1025496)

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