Rich Bowen [Fri, 10 Sep 2010 15:55:47 +0000 (15:55 +0000)]
Further clarification of SuppressHTMLPreamble + ReadmeName behavior.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@995838
13f79535-47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 10 Sep 2010 15:53:05 +0000 (15:53 +0000)]
Clarify that SuppressHTMLPreamble also suppresses the </body></html> on
the output. (Thanks to "Alumin" on #httpd freenode IRC)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@995837
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Mon, 6 Sep 2010 18:53:38 +0000 (18:53 +0000)]
- Add another check during ErrorLogFormat parsing
- Simplify code (including Ruediger's suggestions)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@993120
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 5 Sep 2010 16:01:15 +0000 (16:01 +0000)]
update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992810
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 5 Sep 2010 15:56:10 +0000 (15:56 +0000)]
remove unused variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992809
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 5 Sep 2010 15:44:19 +0000 (15:44 +0000)]
Add ErrorLogFormat directive for configuring the error log format, including
additional information that is logged once per connection or request.
Add error log IDs for connections and request to allow correlating error log
lines and the corresponding access log entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992806
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 4 Sep 2010 21:53:06 +0000 (21:53 +0000)]
Disable sendfile by default, as discussed at
http://mail-archives.apache.org/mod_mbox/httpd-dev/201007.mbox/<
4C4355EE.
2060605@rowe-clan.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992689
13f79535-47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 4 Sep 2010 15:20:30 +0000 (15:20 +0000)]
mod_cache: Check the request to determine whether we are allowed
to return cached content at all, and respect a "Cache-Control:
no-cache" header from a client. Previously, "no-cache" would
behave like "max-age=0".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992625
13f79535-47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 4 Sep 2010 14:42:30 +0000 (14:42 +0000)]
mod_cache: Use a proper filter context to hold filter data instead
of misusing the per-request configuration. Fixes a segfault on trunk
when the normal handler is used.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992614
13f79535-47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 4 Sep 2010 14:20:17 +0000 (14:20 +0000)]
Fix a spelling mistake.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992612
13f79535-47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 4 Sep 2010 14:09:47 +0000 (14:09 +0000)]
Add a TODO.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992610
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 4 Sep 2010 11:24:49 +0000 (11:24 +0000)]
mod_cgid: Log a warning if the ScriptSock path is truncated because
it is too long.
PR 49388
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992583
13f79535-47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 1 Sep 2010 18:14:11 +0000 (18:14 +0000)]
Changed comments to C stye.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@991632
13f79535-47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 1 Sep 2010 16:27:14 +0000 (16:27 +0000)]
Fixed wrong comment.
ap_body_to_table() was dropped with r953203, not ap_args_to_table().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@991592
13f79535-47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 1 Sep 2010 16:17:23 +0000 (16:17 +0000)]
Added require prototypes conditionally to CFLAGS for NETWare;
added header includes for getting protos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@991588
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 1 Sep 2010 12:43:03 +0000 (12:43 +0000)]
set default pattern type using the enum value instead of
integer literal (Intel C compiler groans about this)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@991516
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 1 Sep 2010 12:41:19 +0000 (12:41 +0000)]
c isn't used after being set (Fortify)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@991515
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 1 Sep 2010 12:10:11 +0000 (12:10 +0000)]
running_gen was only set to an interesting value on a path
where it wasn't used before returning from the function; axe it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@991507
13f79535-47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Mon, 30 Aug 2010 17:39:26 +0000 (17:39 +0000)]
In the upgrading document, mention the messages for virtual
hosts that can now cause startup failure.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990876
13f79535-47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Mon, 30 Aug 2010 16:09:50 +0000 (16:09 +0000)]
Fail startup for vhost configuration problems, rather than
running with a configuration with undefined behavior.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990844
13f79535-47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 30 Aug 2010 09:45:34 +0000 (09:45 +0000)]
* - temp_sa is already the correct pointer
- use temp_sa instead of temp_sa_buff which is not a pointer
Pointed by: Andrew Skalski <voltara gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990746
13f79535-47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 30 Aug 2010 09:41:38 +0000 (09:41 +0000)]
* temp_sa is already the correct pointer.
PR: 49838
Submitted by: Andrew Skalski <voltara gmail.com>
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990745
13f79535-47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 27 Aug 2010 12:38:23 +0000 (12:38 +0000)]
note a limitation on some kinds of flags in per-dir rewrite (since the current request
is not long for this world and these fields are not copied on the internal redirect)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990129
13f79535-47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 27 Aug 2010 11:55:34 +0000 (11:55 +0000)]
add compat info to apachectl -T, add -T to short description of flags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990112
13f79535-47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 27 Aug 2010 11:50:20 +0000 (11:50 +0000)]
doc updates around why a few directives can't set arbitrary Content-Types for
non-static responses.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990109
13f79535-47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 27 Aug 2010 10:51:33 +0000 (10:51 +0000)]
remove another reference to DirectoryMatch matching unmatched subdirectories
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990094
13f79535-47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 27 Aug 2010 10:46:02 +0000 (10:46 +0000)]
PR49809: Allow DirectoryMatch to match the EOL character ($). and
stop applying to subdirectories (that don't also match the regex) implicitly.
The manual already uses DirectoryMatch syntax that assumes this in other places!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990091
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 26 Aug 2010 15:14:53 +0000 (15:14 +0000)]
Update transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989750
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 26 Aug 2010 12:59:33 +0000 (12:59 +0000)]
Docs: "Header add" doesn't need a colon after
the header name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989651
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 26 Aug 2010 10:56:01 +0000 (10:56 +0000)]
Fix missing line break in example.
Example formating is not verbatim.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989600
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 25 Aug 2010 21:29:41 +0000 (21:29 +0000)]
- add more comments explaining the logging macros
- make the documentation more doxygen friendly, as suggested by Justin
Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989377
13f79535-47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 25 Aug 2010 14:48:28 +0000 (14:48 +0000)]
Adds link to main Vhosts document, for folks who don't know what a
virtual host is.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989142
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 25 Aug 2010 14:12:36 +0000 (14:12 +0000)]
Fix correct PR
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989121
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Wed, 25 Aug 2010 10:34:48 +0000 (10:34 +0000)]
Update transform.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988988
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Wed, 25 Aug 2010 10:34:23 +0000 (10:34 +0000)]
Add link to list of 2.4 API changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988987
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 24 Aug 2010 18:04:06 +0000 (18:04 +0000)]
ap_proxy_retry_worker() only needs to spit out one debug
message, and it should indicate whether or not retry will
be attempted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988635
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 24 Aug 2010 16:35:26 +0000 (16:35 +0000)]
Bump up for 2.3.9-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988618
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 24 Aug 2010 16:33:37 +0000 (16:33 +0000)]
Get ready to tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988616
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 23 Aug 2010 11:34:55 +0000 (11:34 +0000)]
Update transormations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988078
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 23 Aug 2010 11:13:23 +0000 (11:13 +0000)]
Add information about "||" and "|$" piped log
syntax to the docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988071
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 23 Aug 2010 10:48:22 +0000 (10:48 +0000)]
Remove obsolete transforms from docs.
The files have been erroneously added in r987255.
These pages have moved to the developer directory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988069
13f79535-47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Mon, 23 Aug 2010 09:09:25 +0000 (09:09 +0000)]
Prevent race condition
See http://www.mail-archive.com/dev@httpd.apache.org/msg47171.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988038
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Sun, 22 Aug 2010 10:37:28 +0000 (10:37 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987862
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 22 Aug 2010 10:34:20 +0000 (10:34 +0000)]
Support large log files in suexec
PR: 45856
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987861
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 22 Aug 2010 10:26:18 +0000 (10:26 +0000)]
Simplify code as noted by Jeff.
arg can't be NULL and the message created by missing_container_arg() is
good enough
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987860
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Sun, 22 Aug 2010 10:09:25 +0000 (10:09 +0000)]
Add information about proxy workers to proxy docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987858
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Sun, 22 Aug 2010 09:47:29 +0000 (09:47 +0000)]
Change behaviour of worker sharing.
A proxy worker is shared, if its URL is a leading substring
of the URL of another worker defined later in the configuration.
Before this change this
- triggered the "worker ... already used by another worker" message
- resulted in a hard to understand configuration for this worker
- Attributes explicitely given in the later worker overwrote
attributes in the worker which was defined first
- General proxy attributes (e.g. ProxyTimeout ) overwrote
attributes in the worker which was defined first
New behaviour:
- Talk about "sharing" of workers and log both worker URLs
in the info log message instead of the "already used" message
- Do not overwrite attributes. If attributes were explicitely
given in the later worker, log a warning that those are ignored
because of sharing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987854
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Sun, 22 Aug 2010 09:46:23 +0000 (09:46 +0000)]
Minor style nits.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987853
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 21 Aug 2010 18:06:41 +0000 (18:06 +0000)]
core: Abort with sensible error message if no or more than one MPM is
loaded.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987806
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 20 Aug 2010 20:47:35 +0000 (20:47 +0000)]
follow up r987629 with another similar issue
curr_parent can't be NULL (or we segfault elsewhere), so
don't check for NULL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987631
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 20 Aug 2010 20:39:02 +0000 (20:39 +0000)]
remove useless check for current == NULL; if it is NULL, a
segfault will occur right before the function returns anyway
(IOW, caller must not pass in NULL for that arg)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987629
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 20 Aug 2010 13:43:12 +0000 (13:43 +0000)]
Remove unneeded CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987503
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 20 Aug 2010 13:16:24 +0000 (13:16 +0000)]
Fortify falsely complained that the sprintf() result was unbounded.
We may as well use apr_snprintf() though, as well as comment on the
available space for "::\0" (for people like me).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987498
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 20 Aug 2010 12:55:42 +0000 (12:55 +0000)]
Fix broken "creationdate" property in mod_dav_fs and
remove remaining uses of sprintf() in the dav modules.
This is a regression in 2.3.7 introduced by r931434.
It calls sizeof() for a function parameter, which only returns the
pointer size, not the size of the char array. Thus the
"creationdate" property got truncated to three characters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987484
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 20 Aug 2010 00:54:34 +0000 (00:54 +0000)]
mod_proxy: Rename erroronstatus to failonstatus...
... by popular demand, and add documentation.
Submitted by: Daniel Ruggeri <DRuggeri primary.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987359
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 19 Aug 2010 22:35:21 +0000 (22:35 +0000)]
Fortify complains about an overflow of pad[], which would
require a mongo argv[0]. Get the vprintf formatter to handle
the padding and avoid creating the padding altogether.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987339
13f79535-47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 19 Aug 2010 20:31:22 +0000 (20:31 +0000)]
alert docs readers to minor gotcha
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987299
13f79535-47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Thu, 19 Aug 2010 18:05:20 +0000 (18:05 +0000)]
Update transforms and add some html and meta files generated from new pages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987255
13f79535-47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Thu, 19 Aug 2010 18:03:50 +0000 (18:03 +0000)]
Overhaul the detailed doc for virtual hosts:
- remove references to implementation details
- re-order information to fit the order of the page
- add more links to glossary and other pages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987254
13f79535-47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Thu, 19 Aug 2010 17:57:47 +0000 (17:57 +0000)]
For NameVirtualHost, specify which vhost is the default if no
match is found.
For ServerName, copy information about how multiple occurrences
are handled from the vhost doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987251
13f79535-47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Thu, 19 Aug 2010 17:38:18 +0000 (17:38 +0000)]
Minor corrections and cleanup in the descriptions of IP-based and
name-based virtual hosts.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987242
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 19 Aug 2010 12:46:34 +0000 (12:46 +0000)]
And we are at 2.3.8-dev...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987153
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 19 Aug 2010 12:41:40 +0000 (12:41 +0000)]
Bump
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987146
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 19 Aug 2010 12:37:27 +0000 (12:37 +0000)]
Prepare for tagging of 2.3.7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987143
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 19 Aug 2010 12:32:18 +0000 (12:32 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987141
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 18 Aug 2010 23:11:56 +0000 (23:11 +0000)]
Fix usage output.
PR: 45331
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986979
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 18 Aug 2010 22:59:45 +0000 (22:59 +0000)]
Properly check the result returned by apr_ldap_init: There may have been an
error even if ldc->ldap != NULL.
PR 46076
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986974
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 18 Aug 2010 20:35:43 +0000 (20:35 +0000)]
mod_rewrite: Log errors if rewrite map files cannot be opened
PR: 49639
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986921
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 18 Aug 2010 20:22:51 +0000 (20:22 +0000)]
Remove obsolete "see error log" log messages.
mod_rewrite now uses the error log.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986912
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 18 Aug 2010 20:10:12 +0000 (20:10 +0000)]
Perform NULL check before dereferencing arg, not after.
PR: 49634
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986901
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 18 Aug 2010 14:30:50 +0000 (14:30 +0000)]
Pull out "does request have a body" logic to a central
canon function and use that for the 100-Continue OK
check.
Should likely also start using this in the various
other places we do this "have body" check thruout
the codebase...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986699
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 18 Aug 2010 09:24:04 +0000 (09:24 +0000)]
Add the same r->user == NULL check in the Satisfy Any code path as r965709 did
for Satisfy all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986606
13f79535-47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Wed, 18 Aug 2010 08:31:36 +0000 (08:31 +0000)]
Don't log errors when we can't send to client, just debug.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986591
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Aug 2010 19:59:39 +0000 (19:59 +0000)]
Fix comment and code to be what it should have been/
thx to r and r for spotting this foobar.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986468
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Tue, 17 Aug 2010 18:24:24 +0000 (18:24 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986436
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Tue, 17 Aug 2010 18:01:03 +0000 (18:01 +0000)]
Fix validation error on docs xml file.
Order of elements is relevant for validation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986424
13f79535-47bb-0310-9956-
ffa450edef68
Rainer Jung [Tue, 17 Aug 2010 17:56:51 +0000 (17:56 +0000)]
Fix syntax error in xml file.
Move list item into correct unordered list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986422
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Aug 2010 14:43:45 +0000 (14:43 +0000)]
Further checks for non-body requests...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986333
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 17 Aug 2010 14:15:07 +0000 (14:15 +0000)]
detab
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986318
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 16 Aug 2010 18:36:19 +0000 (18:36 +0000)]
For backends which are HTTP/1.1, do a quick test (ping)
of the "connection" via 100-Continue for reverse
proxies...
ACO and Filip Hanik also helped out with the idea...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986090
13f79535-47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 15 Aug 2010 13:59:22 +0000 (13:59 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@985677
13f79535-47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 13 Aug 2010 07:24:36 +0000 (07:24 +0000)]
* The forward and reverse worker do not keep connections alive, so
ensure that mod_proxy_http does the correct thing
regarding the Connection header in the request.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@985112
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Thu, 12 Aug 2010 21:28:32 +0000 (21:28 +0000)]
Revert part of r983116: Don't break the loop if rv is EAGAIN
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@984985
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Aug 2010 19:55:27 +0000 (19:55 +0000)]
oops
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@984191
13f79535-47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 10 Aug 2010 19:46:58 +0000 (19:46 +0000)]
Fold in some stuff to allow for matching of workers
to their actual scoreboard slots, independent of slot
ID.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@984188
13f79535-47bb-0310-9956-
ffa450edef68
Igor Galić [Mon, 9 Aug 2010 17:34:49 +0000 (17:34 +0000)]
Missing a word.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983745
13f79535-47bb-0310-9956-
ffa450edef68
Igor Galić [Mon, 9 Aug 2010 16:52:00 +0000 (16:52 +0000)]
And the html..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983730
13f79535-47bb-0310-9956-
ffa450edef68
Igor Galić [Mon, 9 Aug 2010 16:50:00 +0000 (16:50 +0000)]
[PT] is implied in per-dir context. (Also, FallbackResource is backported in 2.2.16)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983728
13f79535-47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 8 Aug 2010 13:27:59 +0000 (13:27 +0000)]
Added casts to silent compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983412
13f79535-47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 8 Aug 2010 12:34:44 +0000 (12:34 +0000)]
Updated copyright year.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983402
13f79535-47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 8 Aug 2010 12:34:05 +0000 (12:34 +0000)]
Changed macro for .rc in ap_release.h.
MingW32 windres issued a couple of warnings, and Watcom wrc broke with this
macro. This version tested with MingW32, Watcom, OpenWatcom, MSVC6, MSVC7,
and all can create now a *.res warning-free.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983401
13f79535-47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Fri, 6 Aug 2010 20:10:25 +0000 (20:10 +0000)]
zRC is never used before its overwritten below the while loop
Reported by: clang static analyzer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983117
13f79535-47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Fri, 6 Aug 2010 20:07:57 +0000 (20:07 +0000)]
rv is never used which makes the whole if useless
Reported by: clang static analyzer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983116
13f79535-47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Fri, 6 Aug 2010 20:02:59 +0000 (20:02 +0000)]
entry is over written immediately below
Reported by: clang static analyzer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983115
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 6 Aug 2010 17:39:26 +0000 (17:39 +0000)]
axe unexpected ';' after end of block
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983066
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 6 Aug 2010 17:36:52 +0000 (17:36 +0000)]
Intel's compiler warns about assigning the non-enum value 0 to the
enumeration apr_finfo_t.filetype, which is done when forgetting
the previously-derived file type
use the appropriate enum value APR_NOFILE instead
Also change comparisons of the field with 0 to use APR_NOFILE instead,
as is the practice of some existing code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983065
13f79535-47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 6 Aug 2010 17:04:40 +0000 (17:04 +0000)]
comment fixes for "send" vs. "sent"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983056
13f79535-47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Thu, 5 Aug 2010 14:12:25 +0000 (14:12 +0000)]
With -S, show ServerAlias values that go with the virtual hosts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@982629
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 4 Aug 2010 19:47:18 +0000 (19:47 +0000)]
Re-add AP_DEBUG_ASSERTs that were wrongly removed in r982050
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@982382
13f79535-47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 3 Aug 2010 22:12:19 +0000 (22:12 +0000)]
remove more unused variables
revove some obsolete comments
netware file is untested
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@982050
13f79535-47bb-0310-9956-
ffa450edef68