]> granicus.if.org Git - apache/log
apache
15 years ago* Handle the case where conf->accf_map is NULL gracefully instead of segfaulting
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

15 years ago* modules/proxy/config.m4: Remove spurious notices from configure.
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

15 years agoBump to 2.3.2.
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

15 years agoMake OpenSSL pkg-config usage consistent so that we don't run the early
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

15 years agoRoll on to 2.3.2-dev.
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

15 years agoPrepare for tagging 2.3.1.
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

15 years agoFix up SSL autoconf-fu so as not to emit bogus lines.
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

15 years agoSilence ulimit warnings on platforms/configs that don't support setting the
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

15 years agoDrop some lingering pre-NT conditionals
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

15 years agoRemove console/win9x support from ApacheMonitor, now Service Control only
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

15 years agoSSL libs are needed in linking only for ab and mod_ssl.
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

15 years agoOnly link libhttpd against pcre.
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

15 years agoWe need to link only ab against libm (because of
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

15 years agoNeed to close temporary file before using it
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

15 years agoUse LDADD mechanism to only link mod_serf resp.
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

15 years agoRemove LockFile in default config
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

15 years agoFurther Win9x code elimination and simplification
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

15 years agoClean up thread and process number defaults
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

15 years agoDrop support for Service Description labels from < Win2000
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

15 years agoClean up fugly initialization of AcceptFilter mappings
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

15 years agoAdd new struct element: name...
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

15 years agoUse default object file in APACHE_MODULE calls
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

15 years agoAxe Win9x codepath, including Win32DisableAcceptEx logic. Starting clean.
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

15 years agodocument some nonsense it may be sizeof off_t > sizeof size_t.
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

15 years agoAdd a declaration check for CMSG_DATA to mod_proxy_fdpass.
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

15 years agoPrevent empty test statement.
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

15 years agoInclude mpm_common.h in simple_run.c in order
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

15 years agoAdd a header check for priv.h to mod_privileges.
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

15 years agoAdd a header check for apr_ssl.h to mod_session_crypto.
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

15 years agounixd_set_global_mutex_perms() -> ap_unixd_set_global_mutex_perms()
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

15 years agoUse APACHE_HELP_STRING() for --enable-luajit in configure
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

15 years agoTransition mod_slotmem to ap_slotmem... just monkeying
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

15 years agobe consistant with naming...
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

15 years agoDocument this change...
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

15 years agoModules will also need to know which methods are available
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

15 years agoUpdate comments
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

15 years agoTransforms
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

15 years agoStubs for slot/shared/plain memory modules
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

15 years agoAdd support for escaping all non-ascii chars to ap_escape_html, and use
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

15 years agoPR#13603 - clarify description of DOCUMENT_URI
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

15 years agouse a local apr_shm_t* to avoid casts and type-punning warnings
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

15 years agoFix mod_rewrite "B" flag breakage by reverting r589343
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

15 years agoremove unused variables and fix naming conflicts
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

15 years agodetabify and clean some whitespace
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

15 years agono need here :)
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

15 years agoBump up...
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

15 years agoAnd complete the API changes...
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

15 years agoStart of further refactoring....
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

15 years agoMove desc of slotmem type to be generic enough so can be
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

15 years ago* This files gets generated. So no need to put it in svn.
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

15 years agoNo need to sep out all the shared mem stuff... clean up
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

15 years agoimplement mutex control from shared memory... plain memory not
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

15 years agoupdate transformation
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

15 years agoupdate for sync with English docs.
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

15 years agoCGI: return 504 (Gateway timeout) rather than 500 when a script
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

15 years agoPR#39332: fix for segfault problem with mod_cgid on Solaris
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

15 years agoadd tracking keyword
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

15 years agoupdate transformation
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

15 years agofix validation errors
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

15 years agoadd mod_proxy_scgi, as announced a long time ago
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

15 years agoupdate transformation
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

15 years agoFix r729438 to commit the right version of the patch, dammit!
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

15 years agoUse transient buckets to optimise mod_sed throughput
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

15 years agoRemove a dirty hack in find_default_item.
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

15 years agodocument no-cache envvar
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

15 years agolook for 'no-cache' in subprocess_env to prevent the saving
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

15 years agoMake "HeaderName" and "ReadmeName" be stored in simple entries "header" and "readme...
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

15 years agoFoo
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

15 years agoremove dup
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

15 years agoreturn apr_status_t
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

15 years agostyle changes only
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

15 years agoAdd in the ability to fetch from headers_in.
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

15 years ago* These files get generated during build and hence do not need to be in svn.
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

15 years agoAdd in the useful slotmem memory module, from httpd-scoreboard.
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

15 years agoditto hack from mpm_default.h
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

15 years agoHack to add basic support for LuaJIT.
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

15 years agohttpd 2.x is further modular; presume pcre is yet another .dll
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

15 years agopcre, and therefore dftables, aren't built within httpd anymore
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

15 years agoSmall typo.
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

15 years agoxforms
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

15 years agoSmall typo.
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

15 years ago* Comment out unused pstack_dump for the time being until it is used, a better
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

15 years ago* Remove unused variable
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

15 years agoUse the HTTP_INTERNAL_SERVER_ERROR define instead of 500 directly.
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

15 years agoFix C90 forbids mixed declarations and code.
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

15 years agoFix mixed declarations and code.
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

15 years agoFix more ISO C90 forbids mixed declarations and code...
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

15 years agoRename rstack_dump to apl_rstack_dump.
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

15 years agoAttempt to make mod_lua compile under a strict c89 compiler by moving all variable...
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

15 years agoRemove some extra logging, and make it more debug instead of warning.
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

15 years agoChange apl_get_lua_state to take a apl_vm_spec instead of a filename, and to
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

15 years agoReformat mod_lua according to the HTTP Server Project C Style Guide:
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

15 years agoInclude standard ASF license block.
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

15 years agoMake all of the hook callbacks static functions.
Paul Querna [Sun, 21 Dec 2008 21:31:02 +0000 (21:31 +0000)]
Make all of the hook callbacks static functions.

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

15 years agoFixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again.
Paul Querna [Sun, 21 Dec 2008 21:29:11 +0000 (21:29 +0000)]
Fixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again.

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

15 years agoRename all files in mod_lua to have a lua_ prefix, as things like 'config.h' are...
Paul Querna [Sun, 21 Dec 2008 21:27:01 +0000 (21:27 +0000)]
Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' are way to generic and will often conflict with other include files.

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

15 years agoRename most of the module formally known as mod_wombat to mod_lua conventions, switch...
Paul Querna [Sun, 21 Dec 2008 21:17:15 +0000 (21:17 +0000)]
Rename most of the module formally known as mod_wombat to mod_lua conventions, switching apw prefixes for apl.

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

15 years agoMake pstack_dump a static function.
Paul Querna [Sun, 21 Dec 2008 20:56:05 +0000 (20:56 +0000)]
Make pstack_dump a static function.

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

15 years agoRemove old commented out code, if we need any of this in the future, we always will...
Paul Querna [Sun, 21 Dec 2008 20:55:51 +0000 (20:55 +0000)]
Remove old commented out code, if we need any of this in the future, we always will have the svn history.

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

15 years agoRename mod_wombat -> mod_lua.
Paul Querna [Sun, 21 Dec 2008 20:48:19 +0000 (20:48 +0000)]
Rename mod_wombat -> mod_lua.

Note that this isn't a complete transformation yet, but it should basically compile and load as mod_lua.

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