]> granicus.if.org Git - apache/log
apache
13 years agoMore splitting as suggested by minfrin.
Guenter Knauf [Thu, 11 Nov 2010 14:41:32 +0000 (14:41 +0000)]
More splitting as suggested by minfrin.

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

13 years agoUpdate.
Lucien Gentis [Thu, 11 Nov 2010 14:22:38 +0000 (14:22 +0000)]
Update.

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

13 years agoUpdates.
Lucien Gentis [Thu, 11 Nov 2010 14:12:39 +0000 (14:12 +0000)]
Updates.

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

13 years agoSplitted off cache defines/structs used by htcacheclean.
Guenter Knauf [Wed, 10 Nov 2010 23:43:06 +0000 (23:43 +0000)]
Splitted off cache defines/structs used by htcacheclean.

This makes htcacheclean again independent from httpd.h.
Submitted by: NormW <normw gknw net>

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

13 years agoRebuild.
Rich Bowen [Wed, 10 Nov 2010 19:19:39 +0000 (19:19 +0000)]
Rebuild.

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

13 years agoAdd ProxyPassReverse to the examples in the mod_proxy_balancer docs.
Rich Bowen [Wed, 10 Nov 2010 18:07:41 +0000 (18:07 +0000)]
Add ProxyPassReverse to the examples in the mod_proxy_balancer docs.

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

13 years agoWhen restarting, reset ap_server_config_defines to what was set on the command
Stefan Fritsch [Wed, 10 Nov 2010 18:03:32 +0000 (18:03 +0000)]
When restarting, reset ap_server_config_defines to what was set on the command
line. This makes the result more predictable for the user and resolves some
string lifetime issues in the implementation of set_define/unset_define.

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

13 years agoSupress generation of unused yy_top_state function, to avoid a compiler
Stefan Fritsch [Wed, 10 Nov 2010 17:22:20 +0000 (17:22 +0000)]
Supress generation of unused yy_top_state function, to avoid a compiler
warning. Regenerate the scanner code with flex.

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

13 years agogenerated xml transformations
Jeff Trawick [Wed, 10 Nov 2010 15:36:05 +0000 (15:36 +0000)]
generated xml transformations

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

13 years agosuEXEC: Add Suexec directive to disable suEXEC without renaming the
Jeff Trawick [Wed, 10 Nov 2010 15:34:43 +0000 (15:34 +0000)]
suEXEC: Add Suexec directive to disable suEXEC without renaming the
binary (Suexec Off), or force startup failure if suEXEC is required
but not supported (Suexec On).  Change SuexecUserGroup to fail
startup instead of just printing a warning if suEXEC is disabled.

Additionally, ap_unixd_config.suexec_disabled_reason has a message,
suitable for logging/messaging, explaining why the feature isn't
available.

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

13 years ago* Fix parameter name as new is a reserved word in C++ which makes compiling
Ruediger Pluem [Wed, 10 Nov 2010 12:09:27 +0000 (12:09 +0000)]
* Fix parameter name as new is a reserved word in C++ which makes compiling
  of http_config.h with C++ impossible.

PR: 50243

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

13 years agoFixed eol props.
Guenter Knauf [Wed, 10 Nov 2010 01:08:49 +0000 (01:08 +0000)]
Fixed eol props.

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

13 years agosupport error log id as variables
Stefan Fritsch [Tue, 9 Nov 2010 19:24:45 +0000 (19:24 +0000)]
support error log id as variables

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

13 years agoAdd support for conditional logging depending on an expression.
Stefan Fritsch [Tue, 9 Nov 2010 18:59:33 +0000 (18:59 +0000)]
Add support for conditional logging depending on an expression.
The syntax is a bit unwieldy, the quotes have to start before
the 'expr=':

    CustomLog "logs/cond_log" combined "expr=req('User-Agent') == 'x'"

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

13 years agouse temp_pool for some temporary regexps
Stefan Fritsch [Tue, 9 Nov 2010 18:34:43 +0000 (18:34 +0000)]
use temp_pool for some temporary regexps

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

13 years agoUpdate transforms
Daniel Earl Poirier [Tue, 9 Nov 2010 15:50:43 +0000 (15:50 +0000)]
Update transforms

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

13 years agoRemove out-of-date details about which modules are enabled by default
Daniel Earl Poirier [Tue, 9 Nov 2010 15:40:44 +0000 (15:40 +0000)]
Remove out-of-date details about which modules are enabled by default
from the documentation, in favor of suggesting getting the up-to-date
information by running ./configure -h.

The special cases previously documented here (such as, this module
depends on this other module, or you probably don't want this module
unless you're a developer), have had that information added to the
output of configure -h in r1029814.

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

13 years agoRebuild docs changes.
Rich Bowen [Tue, 9 Nov 2010 14:09:04 +0000 (14:09 +0000)]
Rebuild docs changes.

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

13 years agoRebuild SSL FAQ.
Rich Bowen [Mon, 8 Nov 2010 21:21:06 +0000 (21:21 +0000)]
Rebuild SSL FAQ.

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

13 years agoFixes PR47236 - Using : or @ in a URL already means something else, and
Rich Bowen [Mon, 8 Nov 2010 21:19:57 +0000 (21:19 +0000)]
Fixes PR47236  - Using : or @ in a URL already means something else, and
so shouldn't be inserted into a URL for other special meaning.

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

13 years agofollow up to r1031659:
Jeff Trawick [Mon, 8 Nov 2010 20:56:20 +0000 (20:56 +0000)]
follow up to r1031659:
fix a remaining reference to the old non-zero default for
MaxConnectionsPerChild for most MPMs

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

13 years agoupdate transformation
Stefan Fritsch [Mon, 8 Nov 2010 20:49:47 +0000 (20:49 +0000)]
update transformation

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

13 years agoNote that CRL-querying browsers can have problems with low header timeouts.
Stefan Fritsch [Mon, 8 Nov 2010 20:41:15 +0000 (20:41 +0000)]
Note that CRL-querying browsers can have problems with low header timeouts.
Add another expamle config.

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

13 years agoThanks, everyone, for your work at ApacheCon. 54 documentation bugzilla
Rich Bowen [Mon, 8 Nov 2010 15:39:06 +0000 (15:39 +0000)]
Thanks, everyone, for your work at ApacheCon. 54 documentation bugzilla
tickets closed. That's awesome.

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

13 years agoRebuild various files affected by the changes last week.
Rich Bowen [Mon, 8 Nov 2010 15:24:17 +0000 (15:24 +0000)]
Rebuild various files affected by the changes last week.

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

13 years agogenerated changes
Jeff Trawick [Mon, 8 Nov 2010 13:16:11 +0000 (13:16 +0000)]
generated changes

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

13 years agoAdd Error directive for aborting startup or htaccess processing
Jeff Trawick [Mon, 8 Nov 2010 13:15:17 +0000 (13:15 +0000)]
Add Error directive for aborting startup or htaccess processing
with a specified error message.

Be nice and strip off any quotes, which aren't necessary.

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

13 years agomod_rewrite: Fix the RewriteEngine directive to work within a
Graham Leggett [Mon, 8 Nov 2010 00:41:35 +0000 (00:41 +0000)]
mod_rewrite: Fix the RewriteEngine directive to work within a
location. Previously, once RewriteEngine was switched on globally,
it was impossible to switch off.

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

13 years agoUpdate transformations
Stefan Fritsch [Sun, 7 Nov 2010 22:55:58 +0000 (22:55 +0000)]
Update transformations

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

13 years agoSupport %{HANDLER} in ap_expr (required for mod_filter)
Stefan Fritsch [Sun, 7 Nov 2010 22:53:59 +0000 (22:53 +0000)]
Support %{HANDLER} in ap_expr (required for mod_filter)
Update mod_filter docs

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

13 years agoImplement "reqenv", "note", "-z", "-n" in ap_expr.
Stefan Fritsch [Sun, 7 Nov 2010 22:06:33 +0000 (22:06 +0000)]
Implement "reqenv", "note", "-z", "-n" in ap_expr.
Make "env" ssl_expr compatible

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

13 years agogenerated files
Jeff Trawick [Sun, 7 Nov 2010 21:39:12 +0000 (21:39 +0000)]
generated files

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

13 years agorewrite introductory section which lists the various modules
Jeff Trawick [Sun, 7 Nov 2010 21:18:23 +0000 (21:18 +0000)]
rewrite introductory section which lists the various modules
required for proxy

show more protocol modules (and in tabular form)
separate protocol modules from balancing

(mod_proxy_fdpass still omitted for now)

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

13 years agoPort "file" function from ssl_expr
Stefan Fritsch [Sun, 7 Nov 2010 21:09:19 +0000 (21:09 +0000)]
Port "file" function from ssl_expr

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

13 years agomark connection for close after the return from
Jeff Trawick [Sun, 7 Nov 2010 18:54:44 +0000 (18:54 +0000)]
mark connection for close after the return from
ap_proxy_determine_connection()

before this revision: if there was an existing connection,
ap_proxy_determine_connection() would close it but then clear
the close flag, so it didn't get closed by
ap_proxy_release_connection()

thus, if this child process doesn't use the connection for a
while, the application could be stuck in read() for the same
while

after: ap_proxy_release_connection() will close it after the
request completes

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

13 years agoUpdate.
Lucien Gentis [Sun, 7 Nov 2010 18:00:56 +0000 (18:00 +0000)]
Update.

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

13 years agoUpdates.
Lucien Gentis [Sun, 7 Nov 2010 17:21:41 +0000 (17:21 +0000)]
Updates.

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

13 years agolog how long worker will be disabled
Jeff Trawick [Sun, 7 Nov 2010 14:49:58 +0000 (14:49 +0000)]
log how long worker will be disabled

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

13 years agoimprove wording of some function descriptions
Jeff Trawick [Sun, 7 Nov 2010 14:35:21 +0000 (14:35 +0000)]
improve wording of some function descriptions

add explicit "FIXME" to an ancient issue

remove implicit fixme wording related to mutex use

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

13 years agoTweak some doxygen comments to get these functions to show up in
Daniel Earl Poirier [Sun, 7 Nov 2010 13:36:48 +0000 (13:36 +0000)]
Tweak some doxygen comments to get these functions to show up in
the right places in the generated doc.

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

13 years agoStart some docs for the ap_expr parser.
Stefan Fritsch [Sun, 7 Nov 2010 13:26:54 +0000 (13:26 +0000)]
Start some docs for the ap_expr parser.
Still needs a lot of work but may be usefult for testers.

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

13 years agoaxe outdated comment about FIXMEs/CHECKMEs
Jeff Trawick [Sun, 7 Nov 2010 13:13:26 +0000 (13:13 +0000)]
axe outdated comment about FIXMEs/CHECKMEs

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

13 years agoMore fixes for picky compilers
Stefan Fritsch [Sun, 7 Nov 2010 13:00:00 +0000 (13:00 +0000)]
More fixes for picky compilers

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

13 years agoavoid duplicate end-of-stdin header
Jeff Trawick [Sun, 7 Nov 2010 12:35:32 +0000 (12:35 +0000)]
avoid duplicate end-of-stdin header

avoid passing {iov_base = &buffer, iov_len=0} to writev() when
there is no stdin data

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

13 years agoImplement "HTTPS" and "IPV6" vars in ap_expr
Stefan Fritsch [Sat, 6 Nov 2010 22:21:46 +0000 (22:21 +0000)]
Implement "HTTPS" and "IPV6" vars in ap_expr

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

13 years agoAnother ooops: properly return APR_SUCCESS
Stefan Fritsch [Sat, 6 Nov 2010 22:16:25 +0000 (22:16 +0000)]
Another ooops: properly return APR_SUCCESS

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

13 years agoOoops. Forgot the minor bump for r1032167
Stefan Fritsch [Sat, 6 Nov 2010 22:14:12 +0000 (22:14 +0000)]
Ooops. Forgot the minor bump for r1032167

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

13 years agoAdd a generic pool cleanup function that sets a pointer to NULL and use
Stefan Fritsch [Sat, 6 Nov 2010 22:12:41 +0000 (22:12 +0000)]
Add a generic pool cleanup function that sets a pointer to NULL and use
it to replace various pool cleanup functions.

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

13 years agoNetware build fixes
Stefan Fritsch [Sat, 6 Nov 2010 21:47:39 +0000 (21:47 +0000)]
Netware build fixes

Submitted by: NormW <normw gknw net>

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

13 years agoadd support for trace loglevels in mod_lua
Stefan Fritsch [Sat, 6 Nov 2010 14:48:43 +0000 (14:48 +0000)]
add support for trace loglevels in mod_lua

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

13 years agoReplace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
Stefan Fritsch [Sat, 6 Nov 2010 14:31:16 +0000 (14:31 +0000)]
Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
the new parser. Rework ap_expr's public interface and provide hooks for modules
to add variables and functions.

The Netware and Windows build files still need to be adjusted

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

13 years agoPut the expression parser back into mod_include
Stefan Fritsch [Sat, 6 Nov 2010 14:03:13 +0000 (14:03 +0000)]
Put the expression parser back into mod_include
This reverts r642559 and r642978

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

13 years agoupdate transformation
André Malo [Sat, 6 Nov 2010 13:54:21 +0000 (13:54 +0000)]
update transformation

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

13 years agoFix hook sorting for the pre_config hook.
Stefan Fritsch [Sat, 6 Nov 2010 11:11:17 +0000 (11:11 +0000)]
Fix hook sorting for the pre_config hook.
Move modules/http/config2.m4 back to modules/http/config.m4, since this was
only done as work-around in r88887 for the broken hook-sorting.

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

13 years agoa pointer optim.
Jim Jagielski [Fri, 5 Nov 2010 21:17:05 +0000 (21:17 +0000)]
a pointer optim.

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

13 years agocorrection to r1031776, retain OR_UNSET with default AllowOverride None
Eric Covener [Fri, 5 Nov 2010 21:00:18 +0000 (21:00 +0000)]
correction to r1031776, retain OR_UNSET with default AllowOverride None

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

13 years agoPR49823: Make the hardcoded default for AllowOverride match the default config -...
Eric Covener [Fri, 5 Nov 2010 20:21:09 +0000 (20:21 +0000)]
PR49823: Make the hardcoded default for AllowOverride match the default config -- None.

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

13 years agoPR47765: leave a hint about ProxyPass and ProxyPassReverse not
Eric Covener [Fri, 5 Nov 2010 20:05:39 +0000 (20:05 +0000)]
PR47765: leave a hint about ProxyPass and ProxyPassReverse not
working in Directory and Files sections.

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

13 years agoPR47765: ProxyPass and ProxyPassReverse should not be accepted in
Eric Covener [Fri, 5 Nov 2010 20:03:02 +0000 (20:03 +0000)]
PR47765: ProxyPass and ProxyPassReverse should not be accepted in
Directory or Files sections.

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

13 years agoPR#48720: SSLProxyVerify is not per-directory, only per-server.
Eric Covener [Fri, 5 Nov 2010 19:35:23 +0000 (19:35 +0000)]
PR#48720: SSLProxyVerify is not per-directory, only per-server.

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

13 years agoPR#40047: explain that AJP_* variables can be used to send atrributes to the backend...
Eric Covener [Fri, 5 Nov 2010 19:21:24 +0000 (19:21 +0000)]
PR#40047: explain that AJP_* variables can be used to send atrributes to the backend, like JkEnvVar.

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

13 years agominor typo
Eric Covener [Fri, 5 Nov 2010 17:21:07 +0000 (17:21 +0000)]
minor typo

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

13 years agoChange the default of the Header directive to apply to responses of all types
Eric Covener [Fri, 5 Nov 2010 17:20:31 +0000 (17:20 +0000)]
Change the default of the Header directive to apply to responses of all types
instead of just 2xx successful responses.

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

13 years agorename the mod_headers variables used to track onsuccess vs. always for clarity
Eric Covener [Fri, 5 Nov 2010 17:15:50 +0000 (17:15 +0000)]
rename the mod_headers variables used to track onsuccess vs. always for clarity

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

13 years agoPR47782: On trunk, the default conf and the hard-coded default are zero for MaxConnec...
Eric Covener [Fri, 5 Nov 2010 16:31:45 +0000 (16:31 +0000)]
PR47782: On trunk, the default conf and the hard-coded default are zero for MaxConnectionsPerChild

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

13 years agoPR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the
Eric Covener [Fri, 5 Nov 2010 16:29:08 +0000 (16:29 +0000)]
PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the
recommendations in the default conf and the manual.

Principle of least astonishment says to use a baked-in value of zero until
an admin asks for processes to exit this way.

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

13 years agofix typo pointed out by poirier offline.
Eric Covener [Fri, 5 Nov 2010 15:56:09 +0000 (15:56 +0000)]
fix typo pointed out by poirier offline.

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

13 years agogratuitous style change
Jeff Trawick [Fri, 5 Nov 2010 15:05:39 +0000 (15:05 +0000)]
gratuitous style change

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

13 years agorepeat apr_poll() while EINTR
Jeff Trawick [Fri, 5 Nov 2010 15:04:37 +0000 (15:04 +0000)]
repeat apr_poll() while EINTR

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

13 years agolink to the RFC for the list of CGI environment variables
Eric Covener [Fri, 5 Nov 2010 14:45:53 +0000 (14:45 +0000)]
link to the RFC for the list of CGI environment variables

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

13 years agoPR#49152: newsgroup is dead and 'hoohoo.ncsa.uiuc.edu' is gone. Suggest users
Eric Covener [Fri, 5 Nov 2010 14:36:35 +0000 (14:36 +0000)]
PR#49152: newsgroup is dead and 'hoohoo.ncsa.uiuc.edu' is gone.  Suggest users
search the web or visit the RFC.

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

13 years agoPR#29538: ErrorLog syslog facility can't be changed per-virtualhost.
Eric Covener [Fri, 5 Nov 2010 14:15:23 +0000 (14:15 +0000)]
PR#29538: ErrorLog syslog facility can't be changed per-virtualhost.

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

13 years agoPR#44758: document LimitRequestBody vs. proxy
Eric Covener [Fri, 5 Nov 2010 13:55:38 +0000 (13:55 +0000)]
PR#44758: document LimitRequestBody vs. proxy

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

13 years agoPR50220: keep on chugging after EINTR in mod_proxy_connect
Eric Covener [Fri, 5 Nov 2010 13:12:14 +0000 (13:12 +0000)]
PR50220: keep on chugging after EINTR in mod_proxy_connect

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

13 years agoPR#47766 mod_autoindex directives not merged into sections with no autoindex directives.
Eric Covener [Fri, 5 Nov 2010 04:45:21 +0000 (04:45 +0000)]
PR#47766 mod_autoindex directives not merged into sections with no autoindex directives.

This is due to an empty "opts" field looking just like one that has specified "None".  None is always
alone, so simplify and test for equality.

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

13 years agoPR#47348: missing "response" the ProxyBadHeader description,
Eric Covener [Fri, 5 Nov 2010 04:22:36 +0000 (04:22 +0000)]
PR#47348: missing "response" the ProxyBadHeader description,
and drive home with  ...from the origin server.

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

13 years agoPR#48474: wrong directive name in mod_proxy_scgi example
Eric Covener [Fri, 5 Nov 2010 04:11:39 +0000 (04:11 +0000)]
PR#48474: wrong directive name in mod_proxy_scgi example

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

13 years agotypo
Eric Covener [Fri, 5 Nov 2010 04:03:43 +0000 (04:03 +0000)]
typo

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

13 years agoPR#46582 document that modules can implement internal map functions
Eric Covener [Thu, 4 Nov 2010 23:26:35 +0000 (23:26 +0000)]
PR#46582 document that modules can implement internal map functions

minor changes to original due to changes in context.

Submitted by: Bob Ionescu
Reviewed By: Eric Covener:

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

13 years agoPR#40831: empty-valued keys behave like missing keys in a RewriteMap lookup.
Eric Covener [Thu, 4 Nov 2010 23:10:45 +0000 (23:10 +0000)]
PR#40831: empty-valued keys behave like missing keys in a RewriteMap lookup.

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

13 years agoLook for a deeper clue into the existance of srclib/apr[-2.0], where
William A. Rowe Jr [Thu, 4 Nov 2010 22:58:47 +0000 (22:58 +0000)]
Look for a deeper clue into the existance of srclib/apr[-2.0], where
we won't have apr-util in that tree.

(The real patch, redux)

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

13 years agoPR#49460: balancer example sets a large loadfactor on the "weak" server.
Eric Covener [Thu, 4 Nov 2010 22:55:06 +0000 (22:55 +0000)]
PR#49460: balancer example sets a large loadfactor on the "weak" server.

Set loadfactors on both servers, also remove smax= from the example.

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

13 years agoCorrect the instructions for stopping an Apache server
Daniel Earl Poirier [Thu, 4 Nov 2010 22:46:32 +0000 (22:46 +0000)]
Correct the instructions for stopping an Apache server
running in a Windows console.  Reported by jhannwong.
PR47325

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

13 years agoPR#48865: maxattempts=1 in balancer doc is wrong.
Eric Covener [Thu, 4 Nov 2010 22:46:27 +0000 (22:46 +0000)]
PR#48865: maxattempts=1 in balancer doc is wrong.

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

13 years agoPR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3
Eric Covener [Thu, 4 Nov 2010 22:36:37 +0000 (22:36 +0000)]
PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3
about search permissions on intermediate directories.  I left the prefix of the message
as "denied" instead of "failed" to satisfy web searches.

The extended error text was added to 1.3.x but not trunk in
  http://svn.apache.org/viewvc?view=revision&revision=99781

This plagues users on IRC!

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

13 years agoDocument the default value of mod_autoindex's CharSet option
Daniel Earl Poirier [Thu, 4 Nov 2010 22:33:40 +0000 (22:33 +0000)]
Document the default value of mod_autoindex's CharSet option
on various platforms.  Reported by Toralf Forster.  PR49675

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

13 years agoRevert r1031167
William A. Rowe Jr [Thu, 4 Nov 2010 21:55:29 +0000 (21:55 +0000)]
Revert r1031167

Not the advertised fix, and premature as it is.

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

13 years agoLook for a deeper clue into the existance of srclib/apr[-2.0], where
William A. Rowe Jr [Thu, 4 Nov 2010 21:54:31 +0000 (21:54 +0000)]
Look for a deeper clue into the existance of srclib/apr[-2.0], where
we won't have apr-util in that tree.

(The real patch)

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

13 years agoAdd some more cross-references related to the protocol
Daniel Earl Poirier [Thu, 4 Nov 2010 20:22:41 +0000 (20:22 +0000)]
Add some more cross-references related to the protocol
argument for Listen and AcceptFilter, as suggested by
Otmar Lendl.  PR45286

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

13 years agoClarify that the "www.example.com" is in the ServerName directive
Daniel Earl Poirier [Thu, 4 Nov 2010 19:59:40 +0000 (19:59 +0000)]
Clarify that the "www.example.com" is in the ServerName directive
in the first example.  Reported by Charles Merriam.  PR49611

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

13 years agoNote that people should not spend time on the ap_expr documentation, yet.
Stefan Fritsch [Thu, 4 Nov 2010 19:29:27 +0000 (19:29 +0000)]
Note that people should not spend time on the ap_expr documentation, yet.
I hope I will post something reviewable to the dev-list in the next few days.

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

13 years agoPR46916
Igor Galić [Thu, 4 Nov 2010 19:29:26 +0000 (19:29 +0000)]
PR46916

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

13 years agoLook for a deeper clue into the existance of srclib/apr[-2.0], where
William A. Rowe Jr [Thu, 4 Nov 2010 19:20:58 +0000 (19:20 +0000)]
Look for a deeper clue into the existance of srclib/apr[-2.0], where
we won't have apr-util in that tree.

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

13 years agoThe discussion of conditional logging is much better than I remember it being.
Rich Bowen [Thu, 4 Nov 2010 19:03:36 +0000 (19:03 +0000)]
The discussion of conditional logging is much better than I remember it being.

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

13 years agoMention the %200{var}i syntax in the conditional logging doc.
Rich Bowen [Thu, 4 Nov 2010 19:02:51 +0000 (19:02 +0000)]
Mention the %200{var}i syntax in the conditional logging doc.

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

13 years agoNote that the new expression language for <If> and Require expr
Daniel Earl Poirier [Thu, 4 Nov 2010 18:44:46 +0000 (18:44 +0000)]
Note that the new expression language for <If> and Require expr
needs documentatio.

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

13 years agoDocuments undocumented directive. PR42912
Rich Bowen [Thu, 4 Nov 2010 18:35:31 +0000 (18:35 +0000)]
Documents undocumented directive. PR42912

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

13 years agoExplain that Options [+-]?Multiviews doesn't make any sense anywhere outside <Directory>
Igor Galić [Thu, 4 Nov 2010 17:58:22 +0000 (17:58 +0000)]
Explain that Options [+-]?Multiviews doesn't make any sense anywhere outside <Directory>

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

13 years agoMention the "Windows ^N end-of-line character" problem
Rich Bowen [Thu, 4 Nov 2010 17:29:54 +0000 (17:29 +0000)]
Mention the "Windows ^N end-of-line character" problem

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

13 years agoThere's already a seealso link for Options. Added 'ExecCGI' explicitly
Rich Bowen [Thu, 4 Nov 2010 17:19:28 +0000 (17:19 +0000)]
There's already a seealso link for Options. Added 'ExecCGI' explicitly
to that link for clarity.

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