]>
granicus.if.org Git - apache/log
Jim Jagielski [Sat, 12 May 2007 14:12:24 +0000 (14:12 +0000)]
Add regex pattern matching to ProxyPass, allowing,
for example:
ProxyPass ~ \.gif balancer://imagecluster
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@537429
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Tue, 8 May 2007 04:45:54 +0000 (04:45 +0000)]
Add detection for post XP operating systems.
Think this can be safely backported to 2.2 and 2.0 branches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@536052
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 7 May 2007 15:37:36 +0000 (15:37 +0000)]
* Sync with 2.2.x CHANGES file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535907
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 7 May 2007 14:20:09 +0000 (14:20 +0000)]
- In AP_MODE_SPECULATIVE ap_core_input_filter returns APR_SUCCESS and an empty
brigade in the case that a non blocking read from the socket returned
APR_EAGAIN. So getting an empty brigade also shows that no data is present
in the input filter.
While this reduces the number of false positives for "real data" in the input
filter the behaviour is not as good as before 533820 because if there are
only CRLF's in the input filter we do not flush, but we should. To fix this
it seems that a simulation of AP_MODE_EATCRLF is needed inside of
check_pipeline.
- Destroy brigade bb at the end of the function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535879
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 6 May 2007 14:35:02 +0000 (14:35 +0000)]
* Prevent a segmentation fault if one of the Cache-Control headers
s-maxage, max-age, min-fresh, max-stale has no value assigned.
In this case ignore s-maxage, max-age, min-fresh. For max-stale
it is valid to set no value. In this case set max-stale to 1 year
to signal that the client is accepting a stale response of any age.
Submitted by: Niklas Edmundsson <nikke acc.umu.se>
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535617
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 4 May 2007 20:12:46 +0000 (20:12 +0000)]
the problem with Event and mod_ssl was fixed with rev. 533820. I'm not
aware of problems with other input filters that aren't addressed in that fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535370
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 4 May 2007 19:12:38 +0000 (19:12 +0000)]
Abstract out (kinda) MSG_PEEK. This way when we
actually update APR and apr_socket_recvfrom()
to know about APR_MSG_OOB, APR_MSG_PEEK, etc...
this code won't need to be adjusted. Also,
make nicer for 2.2 backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535354
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 4 May 2007 14:13:42 +0000 (14:13 +0000)]
As discussed on docs@httpd, remove the FAQ and replace it with the contents
of the old support.xml and a pointer to the wiki.
Of possible interest: I've also removed the link to the professional support
database, since it was returning error 500 for some time and nobody
seemed to care.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535248
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 4 May 2007 11:11:26 +0000 (11:11 +0000)]
* Add extern "C" linkage to several headers to make it easier to use
them in C++ code.
PR: 42286
Submitted by: Davi Arnaut <davi haxent.com.br>
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535169
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Fri, 4 May 2007 07:15:24 +0000 (07:15 +0000)]
English Revision: 478131
Submitted by: Takashi Sato
Reviewed by: Hiroaki Kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535117
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 2 May 2007 16:39:40 +0000 (16:39 +0000)]
Update the status of the access control directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@534536
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 2 May 2007 16:31:39 +0000 (16:31 +0000)]
re-introduce ap_satisfies API back into core and modify how the access_checker, check_user_id and auth_checker hooks are called so that they respect the precedence that is set through the satisfy ALL/ANY directive. This also restores the directives order, allow, deny, satisfyas supported directives rather than being deprecated. These directives still remain in mod_access_compat however.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@534533
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 May 2007 13:26:06 +0000 (13:26 +0000)]
Sync with recently backported patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@534074
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 1 May 2007 12:17:30 +0000 (12:17 +0000)]
* Rework the error handling logic to make it more readable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@534031
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Mon, 30 Apr 2007 18:16:06 +0000 (18:16 +0000)]
check_pipeline: use AP_MODE_SPECULATIVE to check for data in the input filters
to accomodate mod_ssl's input filter. AP_MODE_EATCRLF is essentially a no-op
in that filter.
this fixes missing imbedded graphics etc when using the Event MPM with mod_ssl
with HTTP pipelining enabled in the browser. the pipelined requests after the
first were never read from mod_ssl's input filter. it might reduce unneeded
flushes with other MPMs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@533820
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 29 Apr 2007 14:21:15 +0000 (14:21 +0000)]
English Revision: 522942
Submitted by: Takashi Sato
Reviewed by: Hiroaki Kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@533511
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 28 Apr 2007 13:39:20 +0000 (13:39 +0000)]
Typo: slashed -> slashes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@533344
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Wed, 25 Apr 2007 01:09:35 +0000 (01:09 +0000)]
Add two new mime types, per the IANA registrations:
http://www.iana.org/assignments/media-types/application/vnd.google-earth.kml+xml
http://www.iana.org/assignments/media-types/application/vnd.google-earth.kmz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@532162
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 24 Apr 2007 22:22:49 +0000 (22:22 +0000)]
`build all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@532108
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 24 Apr 2007 22:16:42 +0000 (22:16 +0000)]
xml validation and drop the <pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@532107
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 24 Apr 2007 13:58:07 +0000 (13:58 +0000)]
`build extraclean all`
`build convmap`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@531943
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 24 Apr 2007 13:52:20 +0000 (13:52 +0000)]
Property fixup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@531940
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 24 Apr 2007 13:07:44 +0000 (13:07 +0000)]
newlines
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@531920
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 24 Apr 2007 10:56:14 +0000 (10:56 +0000)]
Add forgotten '||true' to prevent 'make install-man' from returning an error if rsync is not present on the platform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@531875
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 17 Apr 2007 14:36:12 +0000 (14:36 +0000)]
log the uri for some access-denied paths when r->filename is
unset
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@529626
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 12 Apr 2007 15:10:12 +0000 (15:10 +0000)]
commit generated html file from changes in r527969
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@527971
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 12 Apr 2007 15:07:11 +0000 (15:07 +0000)]
HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone. Only
processing of error responses (4xx, 5xx) will be altered.
PR: 39245
This is based on a patch submitted by Bart van der Schans <schans hippo.nl>
and tweaked slightly by me based on discussions on dev@ since April 2006.
I think rpleum was the first to mention the 1xx issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@527969
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 10 Apr 2007 13:11:30 +0000 (13:11 +0000)]
Encourage people to look at ./configure --help
Several people this week have seemed to think that this document should
list all the options. Perhaps that's not entirely unreasonable, but it
isn't going to happen any time soon.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@527129
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 9 Apr 2007 20:57:15 +0000 (20:57 +0000)]
sync with 2.2.x branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526914
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 9 Apr 2007 19:49:59 +0000 (19:49 +0000)]
htdbm: Enable crypt support on platforms with crypt() but not
<crypt.h>, such as z/OS.
We assume that the ancient code in htpasswd has it right --
all but Windows, TPF, and NetWare have crypt().
Submitted by: David Jones <oscaremma gmail.com>
Reviewed by: wrowe, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526892
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Mon, 9 Apr 2007 18:50:28 +0000 (18:50 +0000)]
Correct behavior of HTTP request headers sent by ab in presence of -H command-
line overrides. Previously, ab would concatenate a supplied -H User-Agent:
header to the existing one, and send duplicate headers if either -H Host: or
-H Accept: were specified on the command line.
Now, the default headers are not sent if they are overridden using the -H
command-line flag.
Submitted by: Arvind Srinivasan arvind.srinivasan sun.com
Reviewed by: sctemme
PR: 31268, 26554
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526872
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 8 Apr 2007 23:21:00 +0000 (23:21 +0000)]
moved socket type string to build/NWGNUenvironment.inc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526617
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 8 Apr 2007 23:19:10 +0000 (23:19 +0000)]
moved a couple of options to the generated def file since -copy option seems broken;
this makes the def file also compatible to other NLM linkers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526616
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Sun, 8 Apr 2007 17:44:57 +0000 (17:44 +0000)]
The apr_port_t type is unsigned, but ab was using a signed format code in
its reports. PR 42070. Submitted by Takashi Sato serai lans-tv.com,
reviewed by sctemme.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526584
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 7 Apr 2007 00:43:22 +0000 (00:43 +0000)]
another fix to the linker copyright string.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526334
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Thu, 5 Apr 2007 05:43:25 +0000 (05:43 +0000)]
Move the thread locking upcall initialization before the hardware library init,
so the hardware library can pick up the locking callbacks. Fixes PR 20951.
Tested on Linux with trunk and an nCipher nShield card, and on Solaris 10/Sparc
on 2.0.55 with an nCipher NetHSM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@525709
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 4 Apr 2007 18:37:30 +0000 (18:37 +0000)]
Make the hardcoded checks for platforms-without-crypt consistent.
This apparently fixes some oddities on TPF.
Submitted by: David Jones <oscaremma gmail.com>
Reviewed by: wrowe, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@525571
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 27 Mar 2007 15:05:37 +0000 (15:05 +0000)]
Docs transform.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@522943
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 27 Mar 2007 15:04:27 +0000 (15:04 +0000)]
Fix backward Order definitions.
PR: 41826
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@522942
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Sat, 24 Mar 2007 18:22:35 +0000 (18:22 +0000)]
Detab
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@522084
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 24 Mar 2007 12:58:40 +0000 (12:58 +0000)]
PR#41829 - Torsten Förtsch
Fix uninitialised var in server/request.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@522011
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 23 Mar 2007 11:46:10 +0000 (11:46 +0000)]
* server/core_filters.c (ap_core_output_filter): Fail quickly with
APR_ECONNABORTED if the c->aborted flag is already set.
PR: 39605
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521681
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 22 Mar 2007 17:58:26 +0000 (17:58 +0000)]
added access_compat_module to created httpd.conf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521380
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 22 Mar 2007 16:58:49 +0000 (16:58 +0000)]
changed to use xcopy directly instead of creating a copy batch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521344
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 22 Mar 2007 16:01:38 +0000 (16:01 +0000)]
few minor cleanups.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521317
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 22 Mar 2007 15:29:03 +0000 (15:29 +0000)]
removed obsolete stuff which is done by APR makefiles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521309
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 22 Mar 2007 13:45:54 +0000 (13:45 +0000)]
removed obsolete -prefix; minor cosmetic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521264
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 22 Mar 2007 11:58:20 +0000 (11:58 +0000)]
added proper error message for NetWare.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521230
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 21 Mar 2007 23:56:29 +0000 (23:56 +0000)]
added mod_sedfilter; minor cosmetic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521054
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 21 Mar 2007 23:53:31 +0000 (23:53 +0000)]
removed obsolete -prefix; minor cosmetic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521052
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 21 Mar 2007 23:33:35 +0000 (23:33 +0000)]
removed obsolete -prefix; minor cosmetic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521049
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 21 Mar 2007 11:08:14 +0000 (11:08 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version): constify
where possible.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520839
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 21 Mar 2007 10:56:05 +0000 (10:56 +0000)]
Match the comment to the rules - rules mention dir1 and dir2, comment
refers to custom/ and pub/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520834
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 21 Mar 2007 03:50:49 +0000 (03:50 +0000)]
Hardly seems worth noting, but since it's an FAQ in the first place...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520735
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 21 Mar 2007 03:46:50 +0000 (03:46 +0000)]
Too many users are baffled by this message. Some days even the devs are ;-)
Votes to backport to 2.2 and 2.0?
New resulting message is
bin/httpd -f /dev/null -C "LoadModule ftp_module ../apache22/modules/mod_ftp.so"
Syntax error in -C/-c directive:
API module structure 'ftp_module' in file /usr/local/apache22/modules/mod_ftp.so
is garbled - expected signature
41503230 but saw
41503232 - perhaps this is not
an Apache module DSO, or was compiled for a different Apache version?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520733
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 21 Mar 2007 01:55:29 +0000 (01:55 +0000)]
*) adds compile-time/run time SSL-C version support
*) simplify a ton of overly-verbose legacy code
*) split the compiled-against v.s. runtime library
*) precache the results of the version string touchup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520701
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 20 Mar 2007 15:48:23 +0000 (15:48 +0000)]
Even though we don't let our bb grow too large, still
honor flush buckets anyway... Note: maybe now we
should use something a little larger that AP_MIN_BYTES_TO_WRITE??
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520442
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 20 Mar 2007 14:36:57 +0000 (14:36 +0000)]
Use macros for common code paths... this cleans it up
a bit and prevents people from worrying about
whether these 2 parts are so different or not.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520409
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 19 Mar 2007 20:19:49 +0000 (20:19 +0000)]
And note its existance on the dev doc page
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520082
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 19 Mar 2007 20:15:36 +0000 (20:15 +0000)]
Update the doccos, mainly to start folding in
the o-f developer guideline.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520078
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 19 Mar 2007 20:09:00 +0000 (20:09 +0000)]
Update build system to know about sedfilter
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520075
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 19 Mar 2007 20:04:56 +0000 (20:04 +0000)]
Some minor tweaks... return quickly if given an
empty bb, ensure EOS is the last bucket we handle
and if our chunked passing fails, then we need
to report that immediately.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520074
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 19 Mar 2007 15:22:58 +0000 (15:22 +0000)]
Add comment to avoid confusion and questions :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@519971
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 19 Mar 2007 15:03:17 +0000 (15:03 +0000)]
Note what the actually "valid" usage for apr_brigade_destroy
is, but still urge people to avoid it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@519968
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 19 Mar 2007 14:39:39 +0000 (14:39 +0000)]
Updates based on feedback from Ruediger and Jeff:
- correct use of "up" and "down" w.r.t. filter chain
- various grammar fixes
- recommend use of apr_brigade_cleanup() in the brigade structure section
- fix use of APR_BRIGADE_INSERT_HEAD in an example
- expand section on use of ap_save_brigade()
- simplify rule regarding fixed processing fixed # of buckets
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@519960
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 19 Mar 2007 14:15:07 +0000 (14:15 +0000)]
- add initial version of output filters guide (as sent to dev@)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@519952
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Fri, 16 Mar 2007 11:26:33 +0000 (11:26 +0000)]
Make sure that we are not resending if we have received something from Tomcat.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@518938
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 15 Mar 2007 23:29:23 +0000 (23:29 +0000)]
Initial import: mod_sedfilter.c (was mod_sed_filter.c) as
per discussion on dev@httpd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@518807
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 13 Mar 2007 17:53:22 +0000 (17:53 +0000)]
Remove the hardcoded size limit parameter for ldap_search_ext_s
and replace it with an APR_ defined value that is set according
to the LDAP SDK being used.
Submitted by: David Jones <oscaremma gmail com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@517788
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 13 Mar 2007 11:58:12 +0000 (11:58 +0000)]
* modules/http/http_etag.c (etag_uint64_to_hex): Fix maximum shift
size, thanks to Ruediger.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@517654
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 12 Mar 2007 15:05:50 +0000 (15:05 +0000)]
Generate etags consistently across 32-bit and 64-bit platforms:
* modules/http/http_etag.c (etag_uint64_to_hex): Renamed from
etag_ulong_to_hex; take an apr_uint64_t argument.
(ap_make_etag): Adjust to use new function and macro names.
Pass arguments directly to etag_uint64_to_hex without casting
down to unsigned long.
PR: 40064
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@517238
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 12 Mar 2007 14:49:07 +0000 (14:49 +0000)]
* server/mpm_common.c (dummy_connection): Use "OPTIONS *" for request
on dummy connection.
PR: 41796
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@517233
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 9 Mar 2007 00:19:31 +0000 (00:19 +0000)]
Add the case_flt experimental modules to the NetWare build
Submitted by: Guenter Knauf <fuankg apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@516235
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 8 Mar 2007 21:00:07 +0000 (21:00 +0000)]
ab: Add -r option to continue after socket receive errors.
Submitted by: Filip Hanik <devlist hanik.com>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@516175
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 7 Mar 2007 13:44:15 +0000 (13:44 +0000)]
* support/logresolve.c (main): Simplify to avoid conditionals in handling
of lines without spaces: ensure a newline is printed for the cache-hit
path and fix a crash in apr_file_printf for the cache-miss path.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515565
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 7 Mar 2007 03:35:41 +0000 (03:35 +0000)]
There's a link to stuff about Y2K, but the actual content about Y2K was
removed quite a while back.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515438
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Wed, 7 Mar 2007 01:13:46 +0000 (01:13 +0000)]
Quote any file system path that may have spaces when expanded
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515403
13f79535 -47bb-0310-9956-
ffa450edef68
Noirin Plunkett [Tue, 6 Mar 2007 19:48:30 +0000 (19:48 +0000)]
Tidying up - mostly outdated translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515273
13f79535 -47bb-0310-9956-
ffa450edef68
Noirin Plunkett [Tue, 6 Mar 2007 19:37:50 +0000 (19:37 +0000)]
Updating to reflect current defaults
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515267
13f79535 -47bb-0310-9956-
ffa450edef68
Noirin Plunkett [Tue, 6 Mar 2007 19:12:12 +0000 (19:12 +0000)]
HTML files changed by adding docs for BalancerMember directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515256
13f79535 -47bb-0310-9956-
ffa450edef68
Noirin Plunkett [Tue, 6 Mar 2007 19:11:05 +0000 (19:11 +0000)]
Tidying up
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515254
13f79535 -47bb-0310-9956-
ffa450edef68
Noirin Plunkett [Tue, 6 Mar 2007 18:57:07 +0000 (18:57 +0000)]
Documenting the sooper-sekrit BalancerMember directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515251
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 6 Mar 2007 02:00:18 +0000 (02:00 +0000)]
Fix near-identical potential NULL pointer dereferences, as found by
Jorton and corrected in r514915
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@514954
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 6 Mar 2007 01:56:17 +0000 (01:56 +0000)]
Prevent format specifier busting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@514953
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 6 Mar 2007 01:54:20 +0000 (01:54 +0000)]
Correct a spurious access to whatever memory is at location "1" in the
cirumstance where a log line is of the form "nn.nn.nn.nn ".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@514952
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Tue, 6 Mar 2007 01:40:23 +0000 (01:40 +0000)]
correct some indentation, no functional changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@514949
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 5 Mar 2007 23:21:31 +0000 (23:21 +0000)]
* support/logresolve.c (main): Fix potential NULL pointer dereference,
found by Coverity analysis tool.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@514915
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Wed, 28 Feb 2007 17:12:06 +0000 (17:12 +0000)]
fix a minor typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@512848
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 22 Feb 2007 14:12:14 +0000 (14:12 +0000)]
* modules/proxy/ajp_msg.c (ajp_msg_dump, ajp_msg_check_header,
asj_msg_copy): Fix format string warnings on x86_64.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@510522
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 20 Feb 2007 17:07:12 +0000 (17:07 +0000)]
Note PR 11540 closed here and in httpd-2.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@509654
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Feb 2007 16:24:33 +0000 (16:24 +0000)]
mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
for SDKs that define LDAP_NO_LIMIT to something other than -1.
Submitted by: David Jones <oscaremma gmail.com>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@509237
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Fri, 16 Feb 2007 23:09:00 +0000 (23:09 +0000)]
Added PR 41302 reference to mod_dbd patch r503931.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@508645
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 14 Feb 2007 13:34:38 +0000 (13:34 +0000)]
Return METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE request when
TraceEnable is Off. This agrees with our documentation, and with
our Allow: header in response to OPTIONS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@507526
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 14 Feb 2007 12:56:49 +0000 (12:56 +0000)]
Patch for PR#11540 (submitted by Stuart Children)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@507516
13f79535 -47bb-0310-9956-
ffa450edef68
Colm MacCarthaigh [Wed, 14 Feb 2007 01:34:25 +0000 (01:34 +0000)]
Use the specified IPv4 prefix for documentation and examples (192.0.2.0/24)
from RFC3330 rather than non-reserved public internet addresses and some
RFC1918 addresses.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@507346
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 12 Feb 2007 20:29:04 +0000 (20:29 +0000)]
* Save the key we generate during our first run of cache_generate_key_default
on each request in the request_config. During consecutive runs of
cache_generate_key_default during processing the request we restore it
from there as we might not be able to generate the same key again as
the ingredients used to compose the key might have changed and we constantly
must use a key that could be generated during the quick handler phase.
PR: 41475
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@506621
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 10 Feb 2007 18:41:22 +0000 (18:41 +0000)]
Simple patch to permit syntax such as...
bin/apachectl start -X
or similar, based on evaluating only the first arg as an apxs 'command',
and permitting additional args in httpd-style syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@505739
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 8 Feb 2007 20:33:06 +0000 (20:33 +0000)]
fix spelling error in a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@505027
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 8 Feb 2007 13:54:19 +0000 (13:54 +0000)]
Docs update. Sync with transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@504899
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 8 Feb 2007 13:46:14 +0000 (13:46 +0000)]
Change common but incorrect usage of 'depreciated'
for 'deprecated'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@504892
13f79535 -47bb-0310-9956-
ffa450edef68