]>
granicus.if.org Git - apache/log
Jeff Trawick [Thu, 15 Apr 2010 16:38:33 +0000 (16:38 +0000)]
describe the connection reuse issue, which can break the simplest
FastCGI applications
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934479
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 15 Apr 2010 16:18:01 +0000 (16:18 +0000)]
improve balancer references in the examples
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934470
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 15 Apr 2010 15:10:27 +0000 (15:10 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934441
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 15 Apr 2010 13:23:38 +0000 (13:23 +0000)]
Replace 'Apache' with contextually correct phrasing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934398
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 15 Apr 2010 00:02:14 +0000 (00:02 +0000)]
tweak some language, add examples
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934249
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 14 Apr 2010 17:48:50 +0000 (17:48 +0000)]
build the socket address first, then get a matching socket
that resolves an issue where sockaddr_get would return an
AF_INET6/IPv6 address that we'd try to bind to an AF_INET/IPv4
socket
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934052
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 14 Apr 2010 12:00:11 +0000 (12:00 +0000)]
* Do NOT cache 206 responses in any case since we don't (yet) know how to
cache partial responses. Fixes regression of r724093.
PR: 49113
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933919
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 14 Apr 2010 08:57:18 +0000 (08:57 +0000)]
* According to RFC2616 13.2.3 1. negative results of age calculations should
be replaced by zero.
Reported by: Ryujiro Shibuya <rshibuya gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933886
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 13 Apr 2010 14:58:03 +0000 (14:58 +0000)]
generalize the existing (r589761) platform- and errno-specific
logic to suppress an error message if accept() fails after the
socket has been marked inactive
a message will still be logged, but at debug level instead of error
PR: 49058
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933657
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 13 Apr 2010 13:54:00 +0000 (13:54 +0000)]
Poking around the old htaccess howto, looking for ways that we can make
it more relevant. These days, instead of "htaccess files are for auth"
the general belief is "htaccess files are for rewrite".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933606
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 13 Apr 2010 12:17:20 +0000 (12:17 +0000)]
Full doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933579
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 13 Apr 2010 12:14:21 +0000 (12:14 +0000)]
Fix XML breakage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933577
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 13 Apr 2010 12:12:58 +0000 (12:12 +0000)]
Fix XML breakage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933576
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 13 Apr 2010 12:11:23 +0000 (12:11 +0000)]
Fix XML breakage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933574
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 13 Apr 2010 11:30:46 +0000 (11:30 +0000)]
Rebuild, and fix malformed XML in .fr version, since it was my fault in
the first place. Still looking for the other errors that validate-xml is
reporting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933562
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 13 Apr 2010 11:21:00 +0000 (11:21 +0000)]
Example for using mod_substitute a la mod_proxy_html, in proxy context,
to fix hard-coded URLs in HTML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933559
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Tue, 13 Apr 2010 11:07:29 +0000 (11:07 +0000)]
Fix backward compatibility with APR versions less than 2.0 which don't have
apr_socket_wait().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933547
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 13 Apr 2010 11:05:19 +0000 (11:05 +0000)]
Trivial grammatical tweak.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933544
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Mon, 12 Apr 2010 18:12:43 +0000 (18:12 +0000)]
Remove usage of the APR private function apr_wait_for_io_or_timeout(),
replacing it with the newly added apr_socket_wait().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933341
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Sun, 11 Apr 2010 16:42:47 +0000 (16:42 +0000)]
Transform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932936
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Sun, 11 Apr 2010 16:41:30 +0000 (16:41 +0000)]
Fix xml validation error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932935
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 11 Apr 2010 15:54:02 +0000 (15:54 +0000)]
mod_proxy_connect: Support port ranges in AllowConnect
PR: 23673
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932927
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 11 Apr 2010 14:25:19 +0000 (14:25 +0000)]
Add AAA issue
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932911
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 11 Apr 2010 14:17:51 +0000 (14:17 +0000)]
Divide showstoppers into sub-sections for alpha, beta, ga
Please add issues!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932910
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 11 Apr 2010 13:20:52 +0000 (13:20 +0000)]
Typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932893
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 11 Apr 2010 12:25:51 +0000 (12:25 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932881
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 10 Apr 2010 20:54:37 +0000 (20:54 +0000)]
Remove useless use of $[, which was long deprecated and is an error with perl 5.12rc3.
Submitted by: Roderich Schupp <roderich schupp googlemail com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932791
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 9 Apr 2010 16:46:42 +0000 (16:46 +0000)]
make_sock() sets lr->listen on success, so no need to set
in the caller
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932501
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:47:03 +0000 (12:47 +0000)]
Rebuild translation files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932394
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:45:53 +0000 (12:45 +0000)]
We've removed all mentions of the 1.3 version of the server, where "how
things used to be done" is explained. I find that these just confuse
people, and leave them wondering which is correct. There are a few stray
references here and there to 1.3 that have been left in, and I feel that
these are all appropriate, non-confusing ones.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932393
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:44:32 +0000 (12:44 +0000)]
Remove another confusing explanation of how things used to be long, long
ago.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932391
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:40:54 +0000 (12:40 +0000)]
Rebuilding various metafiles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932390
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:40:19 +0000 (12:40 +0000)]
Removes 1.3-specific phrasing in a few places.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932389
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:34:46 +0000 (12:34 +0000)]
Descriptions of how things used to be in 1.3 just confuse people.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932385
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:32:30 +0000 (12:32 +0000)]
Remove more 1.3-specific language.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932384
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:29:40 +0000 (12:29 +0000)]
Remove 1.3-specific language.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932383
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:28:04 +0000 (12:28 +0000)]
"If you're running Apache 1.3 or later ..." Seriously?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932380
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Apr 2010 12:20:38 +0000 (12:20 +0000)]
General review and updating of document. Added mention of the other
modules located in the modules/mappers directory that aren't already
mentioned, and made a note to come back and flesh this out a little
later.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932378
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 8 Apr 2010 16:58:47 +0000 (16:58 +0000)]
translation metafile thingy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932006
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 8 Apr 2010 06:45:34 +0000 (06:45 +0000)]
* Fix compiler warning on 64 bit systems (cast from pointer to integer of different size)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931794
13f79535 -47bb-0310-9956-
ffa450edef68
Igor Galić [Wed, 7 Apr 2010 21:14:48 +0000 (21:14 +0000)]
Clarifying/Simplifying the Proxy examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931689
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 7 Apr 2010 12:37:42 +0000 (12:37 +0000)]
Rebuild various metafiles and translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931525
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 7 Apr 2010 12:36:27 +0000 (12:36 +0000)]
Minor tweaks to the _default_ example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931524
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 7 Apr 2010 12:22:52 +0000 (12:22 +0000)]
Comparnisions to Apache 1.3 aren't terribly helpful.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931520
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 7 Apr 2010 10:15:56 +0000 (10:15 +0000)]
I was wrong (and looked at the wrong commit when trying to figure
out this change) -
20100223 was a _MAJOR mmn bump!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931488
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 7 Apr 2010 04:51:46 +0000 (04:51 +0000)]
First order simplification; Add IncludeOptional for introducing
wildcard pattern matches or specific includes which may be omitted.
Refactors ap_process_resource_config() to deal efficiently with
a single file, and renames the new _ex() flavor per list discussion
to ap_process_fnmatch_configs() for wildcard processing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931435
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 7 Apr 2010 04:40:36 +0000 (04:40 +0000)]
Look ma, portable code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931434
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 7 Apr 2010 04:39:43 +0000 (04:39 +0000)]
Correct bogus code; stack alloc of variable length is not portable from C++.
And look, there's an apr for that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931432
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 6 Apr 2010 13:06:36 +0000 (13:06 +0000)]
Rebuild translation transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931139
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 6 Apr 2010 13:04:03 +0000 (13:04 +0000)]
Make the example match the descriptive text about the example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931138
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 6 Apr 2010 12:58:24 +0000 (12:58 +0000)]
Translation conversion updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931134
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 6 Apr 2010 12:57:41 +0000 (12:57 +0000)]
Remove a TODO item: Turns out mod_vhost_alias does not set DocumentRoot
per request. Also several of the 'Apache' -> 'Apache HTTP Server'
conversions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931133
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 6 Apr 2010 12:50:48 +0000 (12:50 +0000)]
Replace .xbm with .png and .gif in the examples. We haven't shipped .xbm
icons for many years.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931128
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 5 Apr 2010 21:17:08 +0000 (21:17 +0000)]
fix more errors found by cppcheck
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930962
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 5 Apr 2010 20:36:23 +0000 (20:36 +0000)]
fix potential file descriptor leak with DEBUG_CGI
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930955
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 5 Apr 2010 16:10:11 +0000 (16:10 +0000)]
* Fix compiler warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930892
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Apr 2010 20:22:49 +0000 (20:22 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930746
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Apr 2010 20:16:01 +0000 (20:16 +0000)]
another xml error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930744
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 4 Apr 2010 20:13:23 +0000 (20:13 +0000)]
fix xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930742
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 4 Apr 2010 01:37:37 +0000 (01:37 +0000)]
I'm reluctant to keep telling people about the ServerPath directive,
much less encouraging them to use it in a document on name-based vhosts.
It causes confusion, and hasn't been necessary for years.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930608
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 4 Apr 2010 01:29:01 +0000 (01:29 +0000)]
Adds a related modules list. Trying to work up the steam to overhaul the
'conditional logging' section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930607
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sun, 4 Apr 2010 01:28:18 +0000 (01:28 +0000)]
Rebuild various transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930606
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 2 Apr 2010 12:19:22 +0000 (12:19 +0000)]
small style tweaks to r930125
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930254
13f79535 -47bb-0310-9956-
ffa450edef68
Stephen Henson [Thu, 1 Apr 2010 23:09:11 +0000 (23:09 +0000)]
Code tidy, certificate extension decode can be done with the single
function X509_get_ext_d2i().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930131
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 1 Apr 2010 22:48:38 +0000 (22:48 +0000)]
Proxy balancer: support setting error status according to
HTTP response code from a backend.
PR 48939 [Daniel Ruggeri <DRuggeri primary.net>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930125
13f79535 -47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Thu, 1 Apr 2010 20:32:18 +0000 (20:32 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930080
13f79535 -47bb-0310-9956-
ffa450edef68
Stephen Henson [Thu, 1 Apr 2010 18:47:27 +0000 (18:47 +0000)]
Free surrounding PKCS7 structure to avoid a leak.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930063
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 31 Mar 2010 19:04:34 +0000 (19:04 +0000)]
Add the missing header file from r928916.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@929663
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Wed, 31 Mar 2010 17:06:08 +0000 (17:06 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@929621
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 30 Mar 2010 22:14:24 +0000 (22:14 +0000)]
Retract veto over inconsistent behaviour between directory and file wildcards,
implement wrowe's missing directory wilcard must fail / missing file wildcard
must pass requirement. Introduce 'optional' and 'strict' modifiers to the
Include directive for the end user to express their desired behaviour.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@929318
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 30 Mar 2010 07:12:58 +0000 (07:12 +0000)]
* Fix compiler warning on 64 bit environments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@929022
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 29 Mar 2010 22:32:37 +0000 (22:32 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928922
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 29 Mar 2010 22:30:46 +0000 (22:30 +0000)]
htcacheclean: Introduce the ability to clean specific URLs from the
cache, if provided as an optional parameter on the command line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928921
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 29 Mar 2010 22:09:35 +0000 (22:09 +0000)]
core: Introduce the IncludeStrict directive, which explicitly fails
server startup if no files or directories match a wildcard path.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928916
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 29 Mar 2010 19:33:49 +0000 (19:33 +0000)]
Disable body timeout for CONNECT requests
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928881
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Mar 2010 18:29:30 +0000 (18:29 +0000)]
Updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928468
13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 28 Mar 2010 14:19:49 +0000 (14:19 +0000)]
Create new files with APR_OS_DEFAULT permissions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928403
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 27 Mar 2010 17:48:20 +0000 (17:48 +0000)]
Make sure we respect the proper pool lifetimes when saving away a preparsed
session.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928238
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 27 Mar 2010 16:31:56 +0000 (16:31 +0000)]
htcacheclean: Report additional statistics about entries deleted.
PR: 48944
Submitted by: Mark Drayton mark markdrayton.info
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@928223
13f79535 -47bb-0310-9956-
ffa450edef68
Igor Galić [Fri, 26 Mar 2010 12:56:36 +0000 (12:56 +0000)]
Adding an explanation about how URLs are ultimately mapped.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927824
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 25 Mar 2010 13:22:31 +0000 (13:22 +0000)]
Rebuild transformations. That's probably all I have time for today.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927387
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 25 Mar 2010 13:20:39 +0000 (13:20 +0000)]
Bring this doc a little further into this century. Considering dropping,
or at least rewriting, most of the "Background" section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927382
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 25 Mar 2010 13:01:48 +0000 (13:01 +0000)]
Reverts earlier patch. The --enable-MODULE=shared syntax is valid. Need
to fix ./configure --help output instead.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927377
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 25 Mar 2010 13:00:37 +0000 (13:00 +0000)]
My mistake. --enaable-rewrite=shared is in fact valid syntax, even
though ./configure --help doesn't mention it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927376
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 25 Mar 2010 12:22:04 +0000 (12:22 +0000)]
Invalid syntax for the configure script.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927365
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 25 Mar 2010 11:03:30 +0000 (11:03 +0000)]
dso.xml needs some help
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927345
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 25 Mar 2010 01:45:48 +0000 (01:45 +0000)]
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927252
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 25 Mar 2010 01:42:52 +0000 (01:42 +0000)]
This doc could use a major overhaul. Meanwhile, 'Apache' => 'Apache HTTP
Server'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927251
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 24 Mar 2010 13:14:30 +0000 (13:14 +0000)]
Rebuild translation transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927047
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 24 Mar 2010 13:11:51 +0000 (13:11 +0000)]
'Apache' -> 'Apache HTTP Server' etc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927046
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 23 Mar 2010 15:28:57 +0000 (15:28 +0000)]
* Silence compiler warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926619
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 23 Mar 2010 15:25:40 +0000 (15:25 +0000)]
* sc->fips is only defined if we have HAVE_FIPS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926614
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Mar 2010 12:47:18 +0000 (12:47 +0000)]
language and metafile transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926545
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Mar 2010 12:46:46 +0000 (12:46 +0000)]
More 'Apache' => 'Apache HTTP Server' changes. Other minor nitpicky
changes. Identified a few docs that could use some attention to grammar.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926543
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Mar 2010 12:27:20 +0000 (12:27 +0000)]
'Apache' -> 'Apache HTTP Server' where appropriate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926537
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Mar 2010 12:26:03 +0000 (12:26 +0000)]
'Apache' -> 'Apache HTTP Server'
Don't use abc.com in examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926536
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Mar 2010 03:11:30 +0000 (03:11 +0000)]
'Apache HTTP Server' and 'httpd', and occasionally 'Apache httpd'. If
it's really that ambiguous in context, rewrite the paragraph.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926455
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Mar 2010 02:41:03 +0000 (02:41 +0000)]
Rebuild translation transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926440
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Mar 2010 02:39:54 +0000 (02:39 +0000)]
'Apache' => 'Apache HTTP Server'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926439
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 23 Mar 2010 02:27:37 +0000 (02:27 +0000)]
'Apache' => 'Apache HTTP Server'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926436
13f79535 -47bb-0310-9956-
ffa450edef68