]>
granicus.if.org Git - apache/log
William A. Rowe Jr [Sat, 3 Jan 2009 19:17:14 +0000 (19:17 +0000)]
Reorder and correct creation and merge of server records, optimizing
significantly for all of our null / 0 value defaults (we had always
palloc'ed, so this was very wasteful).
Corrects a segfault in 2.3.1-alpha candidate, which evaluated the
accf_map. Due to the backwards construction of the merge (patched)
this was never initialized in virtual servers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731067
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 3 Jan 2009 18:02:36 +0000 (18:02 +0000)]
pcre-config --cflags actually emits include paths not cflags, so add it to
correct variable. Also, reuse APR_INCLUDES/APU_INCLUDES variables so as to
save an extra invocation of config files.
* configure.in: Add PCRE_CONFIG --cflags to INCLUDES; reuse AP{RU}_INCLUDES
variables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731058
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 17:27:56 +0000 (17:27 +0000)]
Fix format type warning in mod_example_ipc.c.
Use APR_INT64_T_FMT instead of %d.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731032
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 16:12:55 +0000 (16:12 +0000)]
Allow feature test for apr_ssl.h to succeed:
Add necessary search paths temporarily to CPPFLAGS.
Addition to r730717.
When switching to another header, no need to again
rename the ap_HAVE_APR_CRYPTO variable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731009
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 3 Jan 2009 14:59:18 +0000 (14:59 +0000)]
mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
until the main request is cleaned up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731000
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 13:37:05 +0000 (13:37 +0000)]
Fix correct linking against PCRE.
r730882 broke builds on MacOSX.
Now we put the PCRE libs into a new variable PCRE_LIBS
and add it to HTTPD_LDFLAGS.
That way the detected libs for PCRE could be reused in
other parts of the build system if necessary.
Side effect: I had to change the handling of HTTPD_FLAGS on
AIX and OS390 from hard setting of the variable to using
APR_ADDTO(). I hope that macro works on those platforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730984
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 3 Jan 2009 09:54:07 +0000 (09:54 +0000)]
* APR_TCP_DEFER_ACCEPT is always defined. So this is pointless.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730951
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 3 Jan 2009 09:52:12 +0000 (09:52 +0000)]
* Handle the case where conf->accf_map is NULL gracefully instead of segfaulting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730949
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 3 Jan 2009 06:48:40 +0000 (06:48 +0000)]
* modules/proxy/config.m4: Remove spurious notices from configure.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730928
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 3 Jan 2009 06:41:23 +0000 (06:41 +0000)]
Bump to 2.3.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730927
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 3 Jan 2009 06:40:32 +0000 (06:40 +0000)]
Make OpenSSL pkg-config usage consistent so that we don't run the early
configure checks against a /usr installed OpenSSL and then link against
a different pkg-config installed OpenSSL.
(Hint: Try with Mac OS X with MacPorts's OpenSSL or FreeBSD w/OpenSSL ports.)
* acinclude.m4
(APACHE_CHECK_SSL_TOOLKIT): Load in pkg-config variables first before doing
any OpenSSL checks so that we don't clobber things later.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730926
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 3 Jan 2009 06:19:35 +0000 (06:19 +0000)]
Roll on to 2.3.2-dev.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730919
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 3 Jan 2009 06:14:19 +0000 (06:14 +0000)]
Prepare for tagging 2.3.1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730917
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 3 Jan 2009 05:34:52 +0000 (05:34 +0000)]
Fix up SSL autoconf-fu so as not to emit bogus lines.
* acinclude.m4
(APACHE_CHECK_SSL_TOOLKIT): Move CHECKING line to match; convert a warning
to AC_MSG_WARN; remove a spurious SSL-C checking; redirect stderr from the
pkgconfig so as not to spew on errors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730914
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 3 Jan 2009 05:06:43 +0000 (05:06 +0000)]
Silence ulimit warnings on platforms/configs that don't support setting the
soft limit to the hard limit (aka default Mac OS X).
* support/config.m4: Redirect output to /dev/null.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730911
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Jan 2009 02:54:03 +0000 (02:54 +0000)]
Drop some lingering pre-NT conditionals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730895
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Jan 2009 02:50:09 +0000 (02:50 +0000)]
Remove console/win9x support from ApacheMonitor, now Service Control only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730894
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 01:14:33 +0000 (01:14 +0000)]
SSL libs are needed in linking only for ab and mod_ssl.
In both cases we already include SSL_LIBS, so lets add
the necessary link flags only to SSL_LIBS and not to
EXTRA_LDFLAGS.
The last of a series of changes of type
"restrict link dependencies where possible".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730883
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 01:01:56 +0000 (01:01 +0000)]
Only link libhttpd against pcre.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730882
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 00:58:11 +0000 (00:58 +0000)]
We need to link only ab against libm (because of
sqrt()).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730881
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 00:42:53 +0000 (00:42 +0000)]
Need to close temporary file before using it
for global mutex (at least on Solaris).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730879
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 00:20:14 +0000 (00:20 +0000)]
Use LDADD mechanism to only link mod_serf resp.
mod_lua to libserf resp. liblua.
No need to include this dependency in all other
modules and binaries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730876
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 00:10:18 +0000 (00:10 +0000)]
Remove LockFile in default config
for all MPMs that do not support it
(AP_MPM_WANT_SET_LOCKFILE undefined).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730875
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 3 Jan 2009 00:08:40 +0000 (00:08 +0000)]
Further Win9x code elimination and simplification
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730874
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 3 Jan 2009 00:03:48 +0000 (00:03 +0000)]
Clean up thread and process number defaults
for simple mpm.
- Before, simple wouldn't start without explicit
config, because default numbers were 0
- log messages "more" and "less" were misleading
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730873
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 2 Jan 2009 23:37:42 +0000 (23:37 +0000)]
Drop support for Service Description labels from < Win2000
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730870
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 2 Jan 2009 20:08:59 +0000 (20:08 +0000)]
Clean up fugly initialization of AcceptFilter mappings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730835
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 2 Jan 2009 19:58:08 +0000 (19:58 +0000)]
Add new struct element: name...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730833
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 2 Jan 2009 19:43:09 +0000 (19:43 +0000)]
Use default object file in APACHE_MODULE calls
when possible.
It seems that's the way it is used for most modules,
so remove unnecessary explicit object file lists.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730829
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 2 Jan 2009 19:24:08 +0000 (19:24 +0000)]
Axe Win9x codepath, including Win32DisableAcceptEx logic. Starting clean.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730828
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 2 Jan 2009 19:01:01 +0000 (19:01 +0000)]
document some nonsense it may be sizeof off_t > sizeof size_t.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730815
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 2 Jan 2009 18:15:02 +0000 (18:15 +0000)]
Add a declaration check for CMSG_DATA to mod_proxy_fdpass.
Also move '#error' after the includes, because it seems
CMSG_DATA is commonly defined in sys/socket.h.
The check also overwrites _apmod_error_fatal in case
CMSG_DATA is not defined to allow building when configure
was called with "--enable-proxy". Otherwise one would need
to explicitly disable mod_proxy_fdpass.
We might want to remove the #error completely, because the
new feature test prevents the building of the module when
the symbol is not defined.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730803
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 2 Jan 2009 17:40:55 +0000 (17:40 +0000)]
Prevent empty test statement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730800
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 2 Jan 2009 16:37:44 +0000 (16:37 +0000)]
Include mpm_common.h in simple_run.c in order
to resolve ap_run_drop_privileges.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730777
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 2 Jan 2009 13:55:52 +0000 (13:55 +0000)]
Add a header check for priv.h to mod_privileges.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730718
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 2 Jan 2009 13:54:54 +0000 (13:54 +0000)]
Add a header check for apr_ssl.h to mod_session_crypto.
The modules needs the header which is at the moment
only part of the ssl-evp branch of APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730717
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 2 Jan 2009 11:48:52 +0000 (11:48 +0000)]
unixd_set_global_mutex_perms() -> ap_unixd_set_global_mutex_perms()
in mod_example_ipc.
Addition to change in r722399.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730703
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 2 Jan 2009 09:47:54 +0000 (09:47 +0000)]
Use APACHE_HELP_STRING() for --enable-luajit in configure
to allow automatic indentation in configure help output.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730686
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 1 Jan 2009 20:17:56 +0000 (20:17 +0000)]
Transition mod_slotmem to ap_slotmem... just monkeying
with the locations, etc. now... adding getter/setter
will be over the weekend and post-2.3.1 but I figured
at least do this beforehand...
I love trunk :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730597
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 31 Dec 2008 17:46:47 +0000 (17:46 +0000)]
be consistant with naming...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730432
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 31 Dec 2008 17:36:23 +0000 (17:36 +0000)]
Document this change...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730424
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 31 Dec 2008 13:40:03 +0000 (13:40 +0000)]
Modules will also need to know which methods are available
in order to better choose... complete the API insulation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730394
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 31 Dec 2008 13:32:09 +0000 (13:32 +0000)]
Update comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730388
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 31 Dec 2008 13:27:03 +0000 (13:27 +0000)]
Transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730387
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 31 Dec 2008 13:22:54 +0000 (13:22 +0000)]
Stubs for slot/shared/plain memory modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730386
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 31 Dec 2008 02:27:24 +0000 (02:27 +0000)]
Add support for escaping all non-ascii chars to ap_escape_html, and use
it to fix PR#25202: encoding="entity" doesn't work as advertised in
mod_include.
For backport, this'll need an ABI-preserving version that'll be
a minor MMN bump. But if we do that in /trunk/, it'll never change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730296
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 31 Dec 2008 00:50:04 +0000 (00:50 +0000)]
PR#13603 - clarify description of DOCUMENT_URI
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730283
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Wed, 31 Dec 2008 00:49:19 +0000 (00:49 +0000)]
use a local apr_shm_t* to avoid casts and type-punning warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730281
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 31 Dec 2008 00:08:00 +0000 (00:08 +0000)]
Fix mod_rewrite "B" flag breakage by reverting r589343
PR#45529
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730274
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Tue, 30 Dec 2008 23:48:04 +0000 (23:48 +0000)]
remove unused variables and fix naming conflicts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730273
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Tue, 30 Dec 2008 22:23:35 +0000 (22:23 +0000)]
detabify and clean some whitespace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730262
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 30 Dec 2008 20:34:40 +0000 (20:34 +0000)]
no need here :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730231
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 30 Dec 2008 17:09:02 +0000 (17:09 +0000)]
Bump up...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730182
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 30 Dec 2008 17:08:24 +0000 (17:08 +0000)]
And complete the API changes...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730181
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 30 Dec 2008 17:07:25 +0000 (17:07 +0000)]
Start of further refactoring....
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730180
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 30 Dec 2008 13:59:17 +0000 (13:59 +0000)]
Move desc of slotmem type to be generic enough so can be
shared among all memory providers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730133
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 29 Dec 2008 17:10:06 +0000 (17:10 +0000)]
* This files gets generated. So no need to put it in svn.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729947
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Dec 2008 16:25:04 +0000 (16:25 +0000)]
No need to sep out all the shared mem stuff... clean up
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729929
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 29 Dec 2008 15:55:58 +0000 (15:55 +0000)]
implement mutex control from shared memory... plain memory not
done yet... wonder if we should even do/include it?
Also looking at cleaning up the struct... do we really need
the sharedslotdesc element??
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729921
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 27 Dec 2008 06:09:40 +0000 (06:09 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729608
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 27 Dec 2008 06:05:30 +0000 (06:05 +0000)]
update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729606
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 27 Dec 2008 03:53:32 +0000 (03:53 +0000)]
CGI: return 504 (Gateway timeout) rather than 500 when a script
times out before returning status line/headers.
PR 42190
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729586
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 27 Dec 2008 02:13:47 +0000 (02:13 +0000)]
PR#39332: fix for segfault problem with mod_cgid on Solaris
Patch by Masaoki Kobayashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729579
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 26 Dec 2008 21:53:16 +0000 (21:53 +0000)]
add tracking keyword
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729541
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 26 Dec 2008 21:47:51 +0000 (21:47 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729540
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 26 Dec 2008 21:45:59 +0000 (21:45 +0000)]
fix validation errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729539
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 26 Dec 2008 21:41:48 +0000 (21:41 +0000)]
add mod_proxy_scgi, as announced a long time ago
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729538
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 26 Dec 2008 21:36:24 +0000 (21:36 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729537
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 25 Dec 2008 20:40:01 +0000 (20:40 +0000)]
Fix r729438 to commit the right version of the patch, dammit!
Basant's real patch to optimise mod_sed throughput
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729439
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 25 Dec 2008 20:23:07 +0000 (20:23 +0000)]
Use transient buckets to optimise mod_sed throughput
Patch by Basant Kumar Kukreja
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729438
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 25 Dec 2008 01:47:44 +0000 (01:47 +0000)]
Remove a dirty hack in find_default_item.
Creating local request_rec breaks Module Magic Number.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729388
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 24 Dec 2008 15:07:11 +0000 (15:07 +0000)]
document no-cache envvar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729317
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 24 Dec 2008 15:03:33 +0000 (15:03 +0000)]
look for 'no-cache' in subprocess_env to prevent the saving
of an otherwise cacheable response.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729316
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Wed, 24 Dec 2008 14:21:45 +0000 (14:21 +0000)]
Make "HeaderName" and "ReadmeName" be stored in simple entries "header" and "readme" respectively.
Side effect:
In the case that multiple "HeaderName"s or multiple "ReadmeName"s exist in one directory section.
Before this change, the first directive is effective.
After this change, the last directive is effective.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729314
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 24 Dec 2008 13:35:58 +0000 (13:35 +0000)]
Foo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729312
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 24 Dec 2008 13:10:52 +0000 (13:10 +0000)]
remove dup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729310
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 24 Dec 2008 13:08:20 +0000 (13:08 +0000)]
return apr_status_t
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729309
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 24 Dec 2008 13:04:34 +0000 (13:04 +0000)]
style changes only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729308
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 24 Dec 2008 02:22:38 +0000 (02:22 +0000)]
Add in the ability to fetch from headers_in.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729194
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 23 Dec 2008 20:00:57 +0000 (20:00 +0000)]
* These files get generated during build and hence do not need to be in svn.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729080
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 23 Dec 2008 18:39:56 +0000 (18:39 +0000)]
Add in the useful slotmem memory module, from httpd-scoreboard.
Cleaned up...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729059
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 22 Dec 2008 21:34:59 +0000 (21:34 +0000)]
ditto hack from mpm_default.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728787
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 22 Dec 2008 21:15:32 +0000 (21:15 +0000)]
Hack to add basic support for LuaJIT.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728779
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 22 Dec 2008 21:01:20 +0000 (21:01 +0000)]
httpd 2.x is further modular; presume pcre is yet another .dll
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728772
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 22 Dec 2008 20:36:51 +0000 (20:36 +0000)]
pcre, and therefore dftables, aren't built within httpd anymore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728765
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Mon, 22 Dec 2008 17:29:04 +0000 (17:29 +0000)]
Small typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728730
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 22 Dec 2008 14:27:36 +0000 (14:27 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728701
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Mon, 22 Dec 2008 13:58:28 +0000 (13:58 +0000)]
Small typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728695
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 22 Dec 2008 06:47:42 +0000 (06:47 +0000)]
* Comment out unused pstack_dump for the time being until it is used, a better
compile time conditional is found or it is removed from the code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728623
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 22 Dec 2008 06:45:32 +0000 (06:45 +0000)]
* Remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728621
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 22 Dec 2008 01:05:25 +0000 (01:05 +0000)]
Use the HTTP_INTERNAL_SERVER_ERROR define instead of 500 directly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728568
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 22:58:56 +0000 (22:58 +0000)]
Fix C90 forbids mixed declarations and code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728547
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 22:54:07 +0000 (22:54 +0000)]
Fix mixed declarations and code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728545
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 22:53:08 +0000 (22:53 +0000)]
Fix more ISO C90 forbids mixed declarations and code...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728544
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 22:40:43 +0000 (22:40 +0000)]
Rename rstack_dump to apl_rstack_dump.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728540
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 22:38:07 +0000 (22:38 +0000)]
Attempt to make mod_lua compile under a strict c89 compiler by moving all variable declarations to be before code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728539
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 22:25:22 +0000 (22:25 +0000)]
Remove some extra logging, and make it more debug instead of warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728535
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 22:21:54 +0000 (22:21 +0000)]
Change apl_get_lua_state to take a apl_vm_spec instead of a filename, and to
load the bytecode if it is present, rather than the file, as this gets the
inline config file blocks hooks working again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728531
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 21:41:52 +0000 (21:41 +0000)]
Reformat mod_lua according to the HTTP Server Project C Style Guide:
<http://httpd.apache.org/dev/styleguide.html>
No functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728516
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 21 Dec 2008 21:32:04 +0000 (21:32 +0000)]
Include standard ASF license block.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728512
13f79535 -47bb-0310-9956-
ffa450edef68