]>
granicus.if.org Git - apache/log
Eric Covener [Mon, 2 Sep 2013 17:06:16 +0000 (17:06 +0000)]
register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE_LENGTH
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519476 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 2 Sep 2013 17:03:47 +0000 (17:03 +0000)]
*) mod_filter: Add "change=no" as a proto-flag to FilterProtocol
to remove a providers initial flags set at registration time.
[Eric Covener]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519475 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 2 Sep 2013 11:43:53 +0000 (11:43 +0000)]
Return a 500 error instead of DECLINED when LuaHook* script does not
return a numeric value.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519398 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 2 Sep 2013 01:21:39 +0000 (01:21 +0000)]
trace4 logging of return codes from LuaHook* functions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519329 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 1 Sep 2013 15:37:41 +0000 (15:37 +0000)]
Removed comment which should never have been committed.
(thanks Eric!)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519285 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 1 Sep 2013 15:12:48 +0000 (15:12 +0000)]
some xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519279 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Gruno [Sun, 1 Sep 2013 15:10:32 +0000 (15:10 +0000)]
Adding a simple logging hook for mod_lua, which allows users to create their own logs or bypass the generic logging on a per-request basis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519277 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 1 Sep 2013 13:49:55 +0000 (13:49 +0000)]
Let the location of APR[-Util] and PCRE libs and
includes default to the same prefix where this package
is installed, generally eliminating four required settings
for users.
APR trunk vs. APR[-Util] 1.x is selected automatically,
as is PCRE debug vs. release. (But if you have both
debug and release builds of PCRE you may not like the choice,
and will need to override.
Add a bunch of gory details about the build to the configuration
summary.
Document that static PCRE builds aren't yet supported (before
or after this commit).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519270 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 1 Sep 2013 12:26:25 +0000 (12:26 +0000)]
add some log messages and AP_DEBUG_ASSERTs for functions that should never be
called
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519264 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 31 Aug 2013 16:36:38 +0000 (16:36 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519189 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 31 Aug 2013 16:02:15 +0000 (16:02 +0000)]
remove c++ comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519188 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 31 Aug 2013 13:19:16 +0000 (13:19 +0000)]
Simplify -DENABLE_MOD_foo to -DENABLE_FOO
Improve display of module selections at end of configuration
Zap an unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519179 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 31 Aug 2013 12:37:31 +0000 (12:37 +0000)]
add option EXTRA_INCLUDE_DIRS for pointing to outside directories
for .h files (sometimes needed with statically linked, third-party
modules)
axe remnant of the old way of finding private APR .h files
install .h files that live outside of the top include directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1519175 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 29 Aug 2013 23:56:11 +0000 (23:56 +0000)]
adjust default module enablement to kinda-sorta sync with
autoconf-based build (see commentary added as part of this
revision
sync-ing is limited by
* not all modules with prereqs can be built yet
* no infrastructure yet to control related modules together (e.g.,
enabling mod_proxy also enables a slew of others)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518859 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 29 Aug 2013 20:18:02 +0000 (20:18 +0000)]
mention the PATH issue
this will be resolved for most users by bundlers/distributors, but some hints
are appropriate
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518801 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 29 Aug 2013 17:59:11 +0000 (17:59 +0000)]
move cmake howto/buglist to a separate file, README.cmake
add license text to CMakeLists.txt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518736 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 29 Aug 2013 15:40:52 +0000 (15:40 +0000)]
Only minor adjustments were required to support 2.4.x too, so
look at AP_SERVER_MINORVERSION_NUMBER and adjust the lists of
available modules and libhttpd sources.
The build already worked with apr/aprutil 1.x, so adjust the
doc, defaults, and todo list.
The --with-module equivalent is already done, so zap the todo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518676 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 29 Aug 2013 15:02:25 +0000 (15:02 +0000)]
Fix source path to error documents and icons.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518668 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 29 Aug 2013 14:24:50 +0000 (14:24 +0000)]
Don't forget to disable an optional module if the prerequisite
wasn't found.
Tweak the doc a little.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518660 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 28 Aug 2013 23:01:12 +0000 (23:01 +0000)]
Support new configuration feature
-DWITH_MODULES=d:/path/to/mod_foo.c,d:/path/to/mod_bar.c,
analogous to --with-module=modpath:/path/to/mod_foo.c,...
with the autoconf-based build.
This introduces a dependency on awk, but only for users that
use this feature. Other users will get the canned
os/win32/modules.c.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518414 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 28 Aug 2013 20:38:14 +0000 (20:38 +0000)]
Generate and install .conf files
(with heavy lifting from tdonovan!).
Install sample docroot (if the top directory doesn't exist).
Change installation of error and icons directories to match
Unix -- only if the top directory doesn't exist.
Provide a simple Perl script to help with non-standard copy
semantics used by the install.
THIS ADDS PERL AS A BUILD PREREQ. (The VisualStudio-specific
Windows build system required it too.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518376 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 28 Aug 2013 16:07:50 +0000 (16:07 +0000)]
Expires in a 304 is not a contradiction in terms of r1487118:
- Expires, Cache-Control, and/or Vary, if the field-value might
differ from that sent in any previous response for the same
variant
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518269 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 28 Aug 2013 15:51:19 +0000 (15:51 +0000)]
remove <var> from the literal parm options
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518267 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 28 Aug 2013 15:49:07 +0000 (15:49 +0000)]
add "default" option to LDAPReferrals, to allow "off" to really mean "off".
Need compatibility tag/note if backported.
Submitted By: Jan Kaluza & Eric Covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518265 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 28 Aug 2013 12:48:39 +0000 (12:48 +0000)]
Handle the libxml2 prereq of some modules, including its possible
dependency on iconv. With that in place, build mod_proxy_html
and mod_xml2enc if libxml2 is found.
Don't reference zlib or OpenSSL-related variables set by the
FindXXX macro unless they were actually found (avoids a cmake
warning).
Improve the readme.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518185 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 28 Aug 2013 00:59:05 +0000 (00:59 +0000)]
Follow up to r1518041: zlib is found, deflate build is working
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518042 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 28 Aug 2013 00:58:10 +0000 (00:58 +0000)]
Add mod_deflate build support, along with module enablement options
"a" and "i" which are ignored with a warning if a prerequisite
is not found.
Fix the mod_ssl build to use the same mechanism, and to use
enablement option "i" so that it is installed but not loaded
if its prereq (OpenSSL) is available.
Fix a few messaging buglets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518041 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 27 Aug 2013 22:28:59 +0000 (22:28 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1518023 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 27 Aug 2013 20:46:16 +0000 (20:46 +0000)]
Mention how "satisfy any" affects AAA hooks run after access_checker
(access_checker_ex, check_user_id, auth_checker)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517979 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 27 Aug 2013 20:02:06 +0000 (20:02 +0000)]
Forward-port a typo corrected in 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517962 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 27 Aug 2013 18:52:31 +0000 (18:52 +0000)]
Add experimental cmake-based build system for Windows.
Thanks tdonovan for sharing your earlier version! A lot
of good stuff is from Tom; a lot of bad stuff is from me.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517919 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 26 Aug 2013 16:11:22 +0000 (16:11 +0000)]
add a warning about BREACH to the first two sample configurations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517589 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 26 Aug 2013 16:10:39 +0000 (16:10 +0000)]
fix whitespace in example config
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517588 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 26 Aug 2013 14:54:17 +0000 (14:54 +0000)]
remove cache-busting workarounds for ancient browsers. Add more mimetypes to
the "simple" example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517551 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 26 Aug 2013 01:22:55 +0000 (01:22 +0000)]
PR55352: mention in the <Proxy> manual that the matching is a prefix only, not
the same context-root / segment-aware matching done by <Location>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517406 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 26 Aug 2013 01:17:50 +0000 (01:17 +0000)]
fix markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517405 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 25 Aug 2013 22:46:30 +0000 (22:46 +0000)]
fix email ID
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517389 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 25 Aug 2013 22:42:29 +0000 (22:42 +0000)]
"LDAPReferrals off" does not disable LDAPReferrals feature. Default OpenLDAP value for LDAP_OPT_REFERRALS is ON and the current code does not set it to OFF even when there is "LDAPReferrals off" directive in the config file.
Changes LDAPReferrals to tri-state:
- "on" - default. Calls apr_ldap_set_option to set referrals on.
- "off" - Calls apr_ldap_set_option to turn referrals off.
- "default" - Does not call apr_ldap_set_option at all.
The default remains ON. If "default" and SDK defaults to ON, no rebind callback
is used.
Submitted By: Jan Kaluza <kaluze AT redhat.com>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517388 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 25 Aug 2013 21:43:42 +0000 (21:43 +0000)]
Use %S instead of %C which already in use
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517386 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 25 Aug 2013 19:07:11 +0000 (19:07 +0000)]
Don't log AUTHZ_DENIED failures at ERROR level in authz providers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517366 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 25 Aug 2013 18:59:42 +0000 (18:59 +0000)]
In event's process_lingering_close, close the socket and remove it
from the ring as soon as we see any status that isn't
APR_EAGAIN or APR_SUCCESS, instead of waiting specifically
for EOF.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517365 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 24 Aug 2013 18:22:46 +0000 (18:22 +0000)]
Add "URI Mapping" to the list of limitations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517175 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 23 Aug 2013 21:19:21 +0000 (21:19 +0000)]
Save a few cycles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517045 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 23 Aug 2013 20:41:41 +0000 (20:41 +0000)]
No need to lower the string before removing the path, it is just a waste of time.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1517025 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Aug 2013 18:18:51 +0000 (18:18 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516965 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Aug 2013 17:17:07 +0000 (17:17 +0000)]
Change docs... will likely also need to change when we
formalize a better "encoding" for paths, but...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516936 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Aug 2013 16:48:42 +0000 (16:48 +0000)]
Allow for a simple socket check in addition to the
higher level protocol-level checks for backends...
Not sure if it makes sense to do both or not... Comments?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516930 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 23 Aug 2013 16:00:47 +0000 (16:00 +0000)]
Save some cycles...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516911 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 23 Aug 2013 14:48:34 +0000 (14:48 +0000)]
elaborate on the early/late vs "Authorization" header (vs. other forms of
authorization)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516872 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 23 Aug 2013 14:39:20 +0000 (14:39 +0000)]
drop the repeated phrase about Authorization, since it only applies to the
default value of CacheQuickHandler. Other pieces of the manual refer
to authorization and caching.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516867 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 23 Aug 2013 14:37:09 +0000 (14:37 +0000)]
s/authorisation/authorization/ for consistency with the rest of this
doc and manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516864 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 21 Aug 2013 19:50:52 +0000 (19:50 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516275 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 21 Aug 2013 19:43:09 +0000 (19:43 +0000)]
property fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1516270 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 19:34:25 +0000 (19:34 +0000)]
pre_htaccess hook is gone
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515574 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 13:57:47 +0000 (13:57 +0000)]
'make docs' xforms, adding new mod_authnz_fcgi files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515423 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 13:56:20 +0000 (13:56 +0000)]
whitespace tweaks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515421 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 13:55:03 +0000 (13:55 +0000)]
follow up to r1515403: fix eol-style on new files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515420 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 13:47:13 +0000 (13:47 +0000)]
fix validation problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515413 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 13:43:37 +0000 (13:43 +0000)]
tweak xml to satisfy 'make docs'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515411 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 13:25:55 +0000 (13:25 +0000)]
mod_authnz_fcgi: New module to enable FastCGI authorizer
applications to authenticate and/or authorize clients.
A fair amount of code was taken from or at least based on
mod_proxy_fcgi, with a smaller amount taken from mod_fcgid.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515403 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 11:41:29 +0000 (11:41 +0000)]
merged to 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515371 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 19 Aug 2013 11:38:11 +0000 (11:38 +0000)]
merged to 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515368 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 19 Aug 2013 00:28:27 +0000 (00:28 +0000)]
PR 55447: Elaborate on how a type map foo.html.var can be found when
requesting foo.html (this was automatic in 1.3)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515245 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 18 Aug 2013 16:30:21 +0000 (16:30 +0000)]
Limit SHMCB_MAX_SIZE to min(UINT_MAX, APR_SIZE_MAX) to match the current code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515162 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 18 Aug 2013 00:35:33 +0000 (00:35 +0000)]
fcgistarter: Specify SO_REUSEADDR to allow starting a server
with old connections in TIME_WAIT.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515050 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 17 Aug 2013 16:17:16 +0000 (16:17 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1515008 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 17 Aug 2013 12:40:30 +0000 (12:40 +0000)]
Doxygen fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514987 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 16 Aug 2013 08:53:45 +0000 (08:53 +0000)]
adjust log level
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514624 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 16 Aug 2013 08:40:18 +0000 (08:40 +0000)]
Make the statement about the poll sense change less strong
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514617 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 15 Aug 2013 13:37:08 +0000 (13:37 +0000)]
tweak syntax strings for ServerTokens
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514267 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 15 Aug 2013 13:18:50 +0000 (13:18 +0000)]
follow-up to r813376:
finish reverting r808965 (ServerTokens set foo)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514255 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Thu, 15 Aug 2013 09:22:02 +0000 (09:22 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514216 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Thu, 15 Aug 2013 09:18:48 +0000 (09:18 +0000)]
fix typo in include guard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514215 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Thu, 15 Aug 2013 09:17:10 +0000 (09:17 +0000)]
Try to document the current behavior of MPM event with filters like mod_ssl,
mod_deflate, or mod_include
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514214 13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Wed, 14 Aug 2013 21:59:10 +0000 (21:59 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514065 13f79535 -47bb-0310-9956-
ffa450edef68
Chris Darroch [Wed, 14 Aug 2013 21:57:21 +0000 (21:57 +0000)]
Add AuthBasicUseDigestAlgorithm directive to allow migration of
passwords from digest to basic authentication.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514064 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 14 Aug 2013 20:54:15 +0000 (20:54 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514041 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 14 Aug 2013 20:53:58 +0000 (20:53 +0000)]
Mention the DumpIOLogLevel change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1514039 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Wed, 14 Aug 2013 16:23:55 +0000 (16:23 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1513948 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Ruggeri [Tue, 13 Aug 2013 14:35:47 +0000 (14:35 +0000)]
UDS subsequent request on a connection fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1513508 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 13 Aug 2013 13:49:50 +0000 (13:49 +0000)]
follow up to r1513454: fill in missing log number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1513492 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 13 Aug 2013 12:36:27 +0000 (12:36 +0000)]
fix Doxygen warnings/comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1513461 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 13 Aug 2013 12:28:31 +0000 (12:28 +0000)]
fix Doxygen warnings/comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1513458 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 13 Aug 2013 12:16:39 +0000 (12:16 +0000)]
Add util_fcgi.h and associated definitions and support
routines for FastCGI, based largely on mod_proxy_fcgi.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1513454 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 10 Aug 2013 19:50:58 +0000 (19:50 +0000)]
Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1512819 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 9 Aug 2013 18:57:53 +0000 (18:57 +0000)]
restore.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1512447 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Aug 2013 18:33:18 +0000 (18:33 +0000)]
Rebuilds other older changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1512436 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Aug 2013 18:32:01 +0000 (18:32 +0000)]
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1512434 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 9 Aug 2013 18:10:43 +0000 (18:10 +0000)]
Link to wiki for more detail on troubleshooting this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1512426 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 8 Aug 2013 17:06:48 +0000 (17:06 +0000)]
access_checker_ex runs immediately after access_checker,
which both must run well before auth_checker. No other contrast is possible so
assuming this doc is just a typo.
access_checker vs. access_checker_ex is discussed here:
Subject: svn commit: r964156 - in /httpd/httpd/trunk: docs/manual/developer/ include/ modules/aaa/ server/
http://svn.apache.org/viewvc?rev=964156&view=rev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1511878 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 6 Aug 2013 19:45:16 +0000 (19:45 +0000)]
mention the change of default value for AllowOverride
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1511093 13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 6 Aug 2013 16:51:15 +0000 (16:51 +0000)]
Add support for systemd socket activation to listener sockets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1511033 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 6 Aug 2013 15:21:52 +0000 (15:21 +0000)]
tweak indentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510993 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 6 Aug 2013 02:16:51 +0000 (02:16 +0000)]
* remove "... and port" references added in http://svn.apache.org/viewvc?rev=
1208753 &view=rev
while trying to account for mod_remoteip.
* mention mod_remote_ip for %a too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510842 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 5 Aug 2013 20:24:39 +0000 (20:24 +0000)]
ab: Fix potential buffer overflows when processing the T and X
command-line options.
PR: 55360
Submitted by: Mike Rumph <mike.rumph oracle.com>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510707 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 5 Aug 2013 16:17:37 +0000 (16:17 +0000)]
fix broken indentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510588 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 5 Aug 2013 11:01:47 +0000 (11:01 +0000)]
fix odd wording
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510426 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 4 Aug 2013 18:21:24 +0000 (18:21 +0000)]
add high trace level log messages for debugging buffering and write completion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510295 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sun, 4 Aug 2013 05:21:25 +0000 (05:21 +0000)]
Fix logging of SSL session cache timeout value (at TRACE2 level).
Inadvertent side effect of r907918, where the timeout calculation
in ssl_callback_NewSessionCacheEntry was slightly modified.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510098 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 4 Aug 2013 01:24:25 +0000 (01:24 +0000)]
remove nested retry loop, uldap_connection_open retries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1510086 13f79535 -47bb-0310-9956-
ffa450edef68