]> granicus.if.org Git - apache/log
apache
13 years agoFix a spelling mistake.
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

13 years agoAdd a TODO.
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

13 years agomod_cgid: Log a warning if the ScriptSock path is truncated because
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

13 years agoChanged comments to C stye.
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

13 years agoFixed wrong comment.
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

13 years agoAdded require prototypes conditionally to CFLAGS for NETWare;
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

13 years agoset default pattern type using the enum value instead of
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

13 years agoc isn't used after being set (Fortify)
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

13 years agorunning_gen was only set to an interesting value on a path
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

13 years agoIn the upgrading document, mention the messages for virtual
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

13 years agoFail startup for vhost configuration problems, rather than
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

13 years ago* - temp_sa is already the correct pointer
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

13 years ago* temp_sa is already the correct pointer.
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

13 years agonote a limitation on some kinds of flags in per-dir rewrite (since the current request
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

13 years agoadd compat info to apachectl -T, add -T to short description of flags
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

13 years agodoc updates around why a few directives can't set arbitrary Content-Types for
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

13 years agoremove another reference to DirectoryMatch matching unmatched subdirectories
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

13 years agoPR49809: Allow DirectoryMatch to match the EOL character ($). and
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

13 years agoUpdate transforms.
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

13 years agoDocs: "Header add" doesn't need a colon after
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

13 years agoFix missing line break in example.
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

13 years ago- add more comments explaining the logging macros
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

13 years agoAdds link to main Vhosts document, for folks who don't know what a
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

13 years agoFix correct PR
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

13 years agoUpdate transform.
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

13 years agoAdd link to list of 2.4 API changes.
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

13 years agoap_proxy_retry_worker() only needs to spit out one debug
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

13 years agoBump up for 2.3.9-dev
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

13 years agoGet ready to tag
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

13 years agoUpdate transormations.
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

13 years agoAdd information about "||" and "|$" piped log
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

13 years agoRemove obsolete transforms from docs.
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

13 years agoPrevent race condition
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

13 years agoUpdate transformations.
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

13 years agoSupport large log files in suexec
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

13 years agoSimplify code as noted by Jeff.
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

13 years agoAdd information about proxy workers to proxy docs.
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

13 years agoChange behaviour of worker sharing.
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

13 years agoMinor style nits.
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

13 years agocore: Abort with sensible error message if no or more than one MPM is
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

13 years agofollow up r987629 with another similar issue
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

13 years agoremove useless check for current == NULL; if it is NULL, a
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

13 years agoRemove unneeded CHANGES entry.
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

13 years agoFortify falsely complained that the sprintf() result was unbounded.
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

13 years agoFix broken "creationdate" property in mod_dav_fs and
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

13 years agomod_proxy: Rename erroronstatus to failonstatus...
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

13 years agoFortify complains about an overflow of pad[], which would
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

13 years agoalert docs readers to minor gotcha
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

13 years agoUpdate transforms and add some html and meta files generated from new pages
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

13 years agoOverhaul the detailed doc for virtual hosts:
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

13 years agoFor NameVirtualHost, specify which vhost is the default if no
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

13 years agoMinor corrections and cleanup in the descriptions of IP-based and
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

13 years agoAnd we are at 2.3.8-dev...
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

13 years agoBump
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

13 years agoPrepare for tagging of 2.3.7
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

13 years agoupdate xforms
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

13 years agoFix usage output.
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

13 years agoProperly check the result returned by apr_ldap_init: There may have been an
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

13 years agomod_rewrite: Log errors if rewrite map files cannot be opened
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

13 years agoRemove obsolete "see error log" log messages.
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

13 years agoPerform NULL check before dereferencing arg, not after.
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

13 years agoPull out "does request have a body" logic to a central
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

13 years agoAdd the same r->user == NULL check in the Satisfy Any code path as r965709 did
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

13 years agoDon't log errors when we can't send to client, just debug.
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

13 years agoFix comment and code to be what it should have been/
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

13 years agoUpdate transformations.
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

13 years agoFix validation error on docs xml file.
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

13 years agoFix syntax error in xml file.
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

13 years agoFurther checks for non-body requests...
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

13 years agodetab
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

13 years agoFor backends which are HTTP/1.1, do a quick test (ping)
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

13 years agoUpdates.
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

13 years ago* The forward and reverse worker do not keep connections alive, so
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

13 years agoRevert part of r983116: Don't break the loop if rv is EAGAIN
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

13 years agooops
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

13 years agoFold in some stuff to allow for matching of workers
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

13 years agoMissing a word.
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

13 years agoAnd the html..
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

13 years ago[PT] is implied in per-dir context. (Also, FallbackResource is backported in 2.2.16)
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

14 years agoAdded casts to silent compiler warnings.
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

14 years agoUpdated copyright year.
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

14 years agoChanged macro for .rc in ap_release.h.
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

14 years agozRC is never used before its overwritten below the while loop
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

14 years agorv is never used which makes the whole if useless
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

14 years agoentry is over written immediately below
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

14 years agoaxe unexpected ';' after end of block
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

14 years agoIntel's compiler warns about assigning the non-enum value 0 to the
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

14 years agocomment fixes for "send" vs. "sent"
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

14 years agoWith -S, show ServerAlias values that go with the virtual hosts
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

14 years agoRe-add AP_DEBUG_ASSERTs that were wrongly removed in r982050
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

14 years agoremove more unused variables
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

14 years agoremove more useless use of strlen
Stefan Fritsch [Tue, 3 Aug 2010 22:06:24 +0000 (22:06 +0000)]
remove more useless use of strlen

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

14 years agoremove some useless use of strlen()
Stefan Fritsch [Tue, 3 Aug 2010 19:49:21 +0000 (19:49 +0000)]
remove some useless use of strlen()

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

14 years ago- Remove a load of unused variables (or variables that are set but never read).
Stefan Fritsch [Tue, 3 Aug 2010 19:45:21 +0000 (19:45 +0000)]
- Remove a load of unused variables (or variables that are set but never read).
- Move some declarations into the correct #ifdef scope.

I couldn't compile/test netware, but the changes look obvious enough.

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

14 years agoPass the huge apr_uri_t structs by reference instead of by value
Stefan Fritsch [Tue, 3 Aug 2010 19:39:03 +0000 (19:39 +0000)]
Pass the huge apr_uri_t structs by reference instead of by value

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

14 years agoset free()d pointers to NULL to avoid potential use-after-free bugs
Stefan Fritsch [Tue, 3 Aug 2010 19:36:03 +0000 (19:36 +0000)]
set free()d pointers to NULL to avoid potential use-after-free bugs

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

14 years agoNow with a rebuild-all
William A. Rowe Jr [Mon, 2 Aug 2010 04:06:58 +0000 (04:06 +0000)]
Now with a rebuild-all

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

14 years agoIt seems we haven't built in some time
William A. Rowe Jr [Mon, 2 Aug 2010 03:48:08 +0000 (03:48 +0000)]
It seems we haven't built in some time

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

14 years agoIndicate this is a recent revision, didn't try to track back to the alpha rev
William A. Rowe Jr [Mon, 2 Aug 2010 03:47:37 +0000 (03:47 +0000)]
Indicate this is a recent revision, didn't try to track back to the alpha rev

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

14 years agoReduce logging noise at graceful restart
Stefan Fritsch [Sat, 31 Jul 2010 21:07:41 +0000 (21:07 +0000)]
Reduce logging noise at graceful restart

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