]>
granicus.if.org Git - apache/log
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
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
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
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
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
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
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
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
William A. Rowe Jr [Sun, 21 Dec 2008 19:54:55 +0000 (19:54 +0000)]
text... wonderful editable text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728484
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 21 Dec 2008 08:08:52 +0000 (08:08 +0000)]
Update examples to be more per-directory agnostic, identify examples that
seem to be inherently per-directory oriented (REQUEST_URI vs REQUEST_FILENAME)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728400
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 21 Dec 2008 08:04:29 +0000 (08:04 +0000)]
Various cleanups and per-directory behavior differences
Submitted By: Bob Ionescu
Reviewed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728399
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 21 Dec 2008 08:02:32 +0000 (08:02 +0000)]
Clarification of regexes/examples for rewrite flags.
Submitted by: Bob Ionescu
Reviewed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728398
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 20 Dec 2008 16:00:32 +0000 (16:00 +0000)]
Update after english file modification.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728292
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 20 Dec 2008 01:53:26 +0000 (01:53 +0000)]
axe r->path_info in a more standard way, suggested by Aleksander Budzynowski
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728220
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Fri, 19 Dec 2008 20:01:21 +0000 (20:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728127
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Fri, 19 Dec 2008 19:57:02 +0000 (19:57 +0000)]
Documentation revisions for r726082.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728126
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 19 Dec 2008 13:39:55 +0000 (13:39 +0000)]
typo spotted by Vincent Bray
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728020
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 19 Dec 2008 12:59:52 +0000 (12:59 +0000)]
*) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
way that per-directory rewrites append the previous notion of PATH_INFO
to each substitution before evaluating subsequent rules.
PR38642 [Eric Covener]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728015
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 18 Dec 2008 17:51:18 +0000 (17:51 +0000)]
Use apr_cpystrn instead of strncpy since strncpy can create an unterminated string.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727777
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Thu, 18 Dec 2008 17:31:28 +0000 (17:31 +0000)]
Removing entry now that it is backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727774
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Thu, 18 Dec 2008 17:23:26 +0000 (17:23 +0000)]
Remove entry now that it is backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727770
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Thu, 18 Dec 2008 17:15:24 +0000 (17:15 +0000)]
Remove entry now that it is backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727768
13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 18 Dec 2008 16:52:33 +0000 (16:52 +0000)]
Slight fix to r712611: introductory comment should
stay above the blocks for the individual MPMs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727761
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 18 Dec 2008 04:22:10 +0000 (04:22 +0000)]
* This one is now backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727634
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Thu, 18 Dec 2008 00:25:44 +0000 (00:25 +0000)]
Removing entry that was backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727602
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Wed, 17 Dec 2008 19:20:50 +0000 (19:20 +0000)]
Set Listen protocol to "https" if port is set to 443 and no proto is specified
(as documented but not implemented). PR 46066 [Dan Poirier <poirier pobox.com>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727477
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Wed, 17 Dec 2008 18:03:09 +0000 (18:03 +0000)]
Output -M and -S dumps (modules and vhosts) to stdout instead of stderr.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727452
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Tue, 16 Dec 2008 14:08:19 +0000 (14:08 +0000)]
*) mod_ldap: Avoid a segfault when result->rc is checked in uldap_connection_init
when result is NULL. This could happen if LDAP initialization failed.
PR 45994. [Dan Poirier <poirier pobox.com>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727053
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Tue, 16 Dec 2008 00:08:01 +0000 (00:08 +0000)]
* Change some "apr_palloc / memcpy" to apr_pstrmemdup
PR: 39519
Submitted by: Christophe JAILLET <christophe.jaillet wanadoo.fr>
* Remove unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726884
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Tue, 16 Dec 2008 00:04:42 +0000 (00:04 +0000)]
core.xml: Clarify the Location and LocationMatch directive doc to emphasize
restrictions on valid configuration values.
PR: 45987
Submitted by: Dan Poirier
Reviewed by: Paul J. Reder
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726882
13f79535 -47bb-0310-9956-
ffa450edef68