]> granicus.if.org Git - apache/log
apache
12 years agoPr#52239: clarify Event MPM's behaviour with strictly
Igor Galić [Thu, 24 Nov 2011 15:34:19 +0000 (15:34 +0000)]
Pr#52239: clarify Event MPM's behaviour with strictly
synchronous libraries.

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

12 years agodocument userland change
Jim Jagielski [Thu, 24 Nov 2011 14:38:34 +0000 (14:38 +0000)]
document userland change

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

12 years agoadd util.regex.c to MPM, had been unneeded untill r1200055
Gregg Lewis Smith [Wed, 23 Nov 2011 20:33:25 +0000 (20:33 +0000)]
add util.regex.c to MPM, had been unneeded untill r1200055

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

12 years agofix comment
Stefan Fritsch [Wed, 23 Nov 2011 20:24:49 +0000 (20:24 +0000)]
fix comment

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

12 years agomod_ratelimit has an output filter, not a handler. Also took a quick
Eric Covener [Wed, 23 Nov 2011 20:09:24 +0000 (20:09 +0000)]
mod_ratelimit has an output filter, not a handler.  Also took a quick
pass through the other text.

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

12 years agoupdate xforms
Stefan Fritsch [Wed, 23 Nov 2011 19:55:24 +0000 (19:55 +0000)]
update xforms

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

12 years agoThe expression parser is not only a developer change.
Stefan Fritsch [Wed, 23 Nov 2011 19:52:29 +0000 (19:52 +0000)]
The expression parser is not only a developer change.
Mention reduced memory usage.

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

12 years agoMake it more explicit that mod_lua may change in 2.4.x
Stefan Fritsch [Wed, 23 Nov 2011 19:40:21 +0000 (19:40 +0000)]
Make it more explicit that mod_lua may change in 2.4.x

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

12 years agospecify limited context list for ModemStandard
Eric Covener [Wed, 23 Nov 2011 16:03:42 +0000 (16:03 +0000)]
specify limited context list for ModemStandard

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

12 years agoUse ap_pass_brigade_fchk()
Jim Jagielski [Wed, 23 Nov 2011 15:01:42 +0000 (15:01 +0000)]
Use ap_pass_brigade_fchk()

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

12 years agoAdd ap_pass_brigade_fchk() which does a Filter CHecK on the
Jim Jagielski [Wed, 23 Nov 2011 14:52:43 +0000 (14:52 +0000)]
Add ap_pass_brigade_fchk() which does a Filter CHecK on the
brigade pass.

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

12 years agorebuild markup
Igor Galić [Wed, 23 Nov 2011 12:25:00 +0000 (12:25 +0000)]
rebuild markup

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

12 years agomod_session: document overrides.
Igor Galić [Wed, 23 Nov 2011 12:21:23 +0000 (12:21 +0000)]
mod_session: document overrides.

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

12 years agomod_negotiation: don't return non-AP_FILTER_ERROR filter return values
Eric Covener [Wed, 23 Nov 2011 03:36:22 +0000 (03:36 +0000)]
mod_negotiation: don't return non-AP_FILTER_ERROR filter return values
to ap_run_handler() when sending a body directly from a type-map.

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

12 years agoUpdate the documentation for the %a and %{c}a logging format strings, and
Graham Leggett [Tue, 22 Nov 2011 16:50:00 +0000 (16:50 +0000)]
Update the documentation for the %a and %{c}a logging format strings, and
update the mod-remoteip documentation in line with the new API.

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

12 years agoAlign the format variable for the raw IP between the error_log and the
Graham Leggett [Tue, 22 Nov 2011 16:16:51 +0000 (16:16 +0000)]
Align the format variable for the raw IP between the error_log and the
access_log.

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

12 years agoHello. Let's compile again.
Jim Jagielski [Tue, 22 Nov 2011 14:02:25 +0000 (14:02 +0000)]
Hello. Let's compile again.

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

12 years agoAdd the ability to access the connection level remote IP address from the
Graham Leggett [Tue, 22 Nov 2011 13:40:58 +0000 (13:40 +0000)]
Add the ability to access the connection level remote IP address from the
expression parser.

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

12 years agoIntroduce a per request version of the remote IP address, which can be
Graham Leggett [Tue, 22 Nov 2011 13:10:39 +0000 (13:10 +0000)]
Introduce a per request version of the remote IP address, which can be
optionally modified by a module when the effective IP of the client
is not the same as the real IP of the client (such as a load balancer).

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

12 years agoPartial cleanup of trunk STATUS.
Rainer Jung [Tue, 22 Nov 2011 11:28:30 +0000 (11:28 +0000)]
Partial cleanup of trunk STATUS.

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

12 years agoDowngrade some more error messages about broken client behavior to level
Stefan Fritsch [Mon, 21 Nov 2011 18:16:01 +0000 (18:16 +0000)]
Downgrade some more error messages about broken client behavior to level
info.

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

12 years agoPass ap_errorlog_info to error_log hook.
Stefan Fritsch [Mon, 21 Nov 2011 17:36:26 +0000 (17:36 +0000)]
Pass ap_errorlog_info to error_log hook.

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

12 years agomod_cache_disk: Make sure we check return codes on all writes and attempts
Graham Leggett [Mon, 21 Nov 2011 17:06:15 +0000 (17:06 +0000)]
mod_cache_disk: Make sure we check return codes on all writes and attempts
to close, and clean up after ourselves in these cases. PR43589.

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

12 years agoFix logic when to call error_log hook
Stefan Fritsch [Mon, 21 Nov 2011 17:01:10 +0000 (17:01 +0000)]
Fix logic when to call error_log hook

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

12 years agovalue never used: dead assignment
Jim Jagielski [Mon, 21 Nov 2011 15:51:48 +0000 (15:51 +0000)]
value never used: dead assignment

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

12 years agocheck return status
Jim Jagielski [Mon, 21 Nov 2011 15:51:46 +0000 (15:51 +0000)]
check return status

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

12 years agovalue never used: dead assignment
Jim Jagielski [Mon, 21 Nov 2011 15:51:44 +0000 (15:51 +0000)]
value never used: dead assignment

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

12 years agovalue never used : dead assignment
Jim Jagielski [Mon, 21 Nov 2011 15:51:43 +0000 (15:51 +0000)]
value never used : dead assignment

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

12 years agoNever used.
Jim Jagielski [Mon, 21 Nov 2011 15:51:40 +0000 (15:51 +0000)]
Never used.

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

12 years agoroll back pair of recent autoindex changes (1204355:1204306)
Eric Covener [Mon, 21 Nov 2011 05:12:12 +0000 (05:12 +0000)]
roll back pair of recent autoindex changes (1204355:1204306)

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

12 years agoPR51471: IndexIgnore doesn't work in DirectoryMatch.
Eric Covener [Mon, 21 Nov 2011 03:29:12 +0000 (03:29 +0000)]
PR51471: IndexIgnore doesn't work in DirectoryMatch.

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

12 years agoupgrading/compat notes on some unexpected AddDescription behavior
Eric Covener [Mon, 21 Nov 2011 01:38:11 +0000 (01:38 +0000)]
upgrading/compat notes on some unexpected AddDescription behavior

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

12 years agoPR39923: Allow AddDescription to work with absolute filesystem paths,
Eric Covener [Mon, 21 Nov 2011 01:03:15 +0000 (01:03 +0000)]
PR39923: Allow AddDescription to work with absolute filesystem paths,
by not adding "*/" to their prefix (intended for relative paths)

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

12 years agomod_include: The SSIAccessEnable directive existed to ensure the addition
Graham Leggett [Sun, 20 Nov 2011 16:49:38 +0000 (16:49 +0000)]
mod_include: The SSIAccessEnable directive existed to ensure the addition
of the "-A" syntax would not break existing configurations in v2.2. Remove
the directive for v2.4, defaulting the behaviour to enabled.

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

12 years agoFix segfault caused by r1204104 on non-async mpms.
Stefan Fritsch [Sun, 20 Nov 2011 16:41:42 +0000 (16:41 +0000)]
Fix segfault caused by r1204104 on non-async mpms.

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

12 years agoRemove MPM-private stuff from conn_state_t
Stefan Fritsch [Sat, 19 Nov 2011 23:35:46 +0000 (23:35 +0000)]
Remove MPM-private stuff from conn_state_t

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

12 years agomod_cache_disk: Remove the unnecessary intermediate brigade while writing
Graham Leggett [Sat, 19 Nov 2011 22:37:55 +0000 (22:37 +0000)]
mod_cache_disk: Remove the unnecessary intermediate brigade while writing
to disk. Fixes a problem where mod_disk_cache was leaving buckets in the
intermediate brigade and not passing them to out on exit.

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

12 years agoclarify comment
Stefan Fritsch [Sat, 19 Nov 2011 22:06:16 +0000 (22:06 +0000)]
clarify comment
remove broken recursion counting bits

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

12 years agoLimit recursion in ap_expr evaluation to avoid unbounded stack usage
Stefan Fritsch [Sat, 19 Nov 2011 21:58:48 +0000 (21:58 +0000)]
Limit recursion in ap_expr evaluation to avoid unbounded stack usage
* evaluate chains of ||, &&, and string concatenation non-recursively
* limit other types of recursion to 20 levels
* avoid some string copies if concatenating more than 2 strings

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

12 years agoUpdate.
Lucien Gentis [Sat, 19 Nov 2011 14:12:55 +0000 (14:12 +0000)]
Update.

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

12 years agoBuild mod_allowmethods on Windows
Gregg Lewis Smith [Sat, 19 Nov 2011 00:35:17 +0000 (00:35 +0000)]
Build mod_allowmethods on Windows
project file exists

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

12 years agoMore ap_log_rerror() usage and axe some more AJP: prefixes
Stefan Fritsch [Fri, 18 Nov 2011 22:02:27 +0000 (22:02 +0000)]
More ap_log_rerror() usage and axe some more AJP: prefixes

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

12 years agoStyle fixes, no functional change.
Graham Leggett [Fri, 18 Nov 2011 22:00:35 +0000 (22:00 +0000)]
Style fixes, no functional change.

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

12 years agoLog fatal errors at level CRIT, not at some random level from DEBUG to EMERG
Stefan Fritsch [Fri, 18 Nov 2011 21:49:44 +0000 (21:49 +0000)]
Log fatal errors at level CRIT, not at some random level from DEBUG to EMERG

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

12 years agogreat proxy logging cleanup:
Stefan Fritsch [Fri, 18 Nov 2011 21:41:09 +0000 (21:41 +0000)]
great proxy logging cleanup:

  * remove "proxy:", "FCGI", etc. prefixes and pid which are now
    included in the error log format

  * propagate frontend request's logconfig to backend request

  * use ap_log_rerror where possible

  * remove obsolete APLOG_NOERRNO

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

12 years agofollow up to r1202257 -- perform normal wakeup processing when
Jeff Trawick [Fri, 18 Nov 2011 21:39:33 +0000 (21:39 +0000)]
follow up to r1202257 -- perform normal wakeup processing when
APR_EINTR is seen from apr_pollset_poll(), with expectation that
it was triggered by apr_pollset_wakeup()

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

12 years ago* Actually change the defines and not only the comment.
Ruediger Pluem [Fri, 18 Nov 2011 19:12:31 +0000 (19:12 +0000)]
* Actually change the defines and not only the comment.

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

12 years agoupdate transformations
Kaspar Brand [Fri, 18 Nov 2011 17:37:36 +0000 (17:37 +0000)]
update transformations

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

12 years agoChange the SSLCipherSuite default to a shorter, whitelist
Kaspar Brand [Fri, 18 Nov 2011 17:17:20 +0000 (17:17 +0000)]
Change the SSLCipherSuite default to a shorter, whitelist
oriented definition, and add an example for a speed-optimized
configuration (commented out by default).

In the SSL How-To, streamline the SSLCipherSuite examples where
applicable (explicitly banning EXP and NULL is not needed when
only HIGH is specified).

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

12 years agoUpdates.
Lucien Gentis [Fri, 18 Nov 2011 16:12:05 +0000 (16:12 +0000)]
Updates.

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

12 years agogarbage C's in server-status and extra child processes with async lingering
Greg Ames [Fri, 18 Nov 2011 15:54:18 +0000 (15:54 +0000)]
garbage C's in server-status and extra child processes with async lingering
close support in Event.  these are set by the listener due to a residual
c->sbh for a worker thread no longer associated with the connection.

the associated worker threads are really idle and blocked in
ap_queue_pop_something and will serve new work normally.  but since they
are marked as SERVER_CLOSING rather than SERVER_READY in the scoreboard,
the parent process thinks they are busy and forks extra children.

reproduction recipe: start Event with server-status enabled.  hit
localhost/server-status?refresh=5 and watch the C's trail behind the lone W.

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

12 years agono 2.5 alphas yet, so drop the entries for changes also in
Jeff Trawick [Fri, 18 Nov 2011 13:14:42 +0000 (13:14 +0000)]
no 2.5 alphas yet, so drop the entries for changes also in
2.4.x branch

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

12 years agoadd conn_rec to error log hook
Jeff Trawick [Fri, 18 Nov 2011 13:10:06 +0000 (13:10 +0000)]
add conn_rec to error log hook

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

12 years agoremove lingering reslist cruft
Jeff Trawick [Fri, 18 Nov 2011 12:59:36 +0000 (12:59 +0000)]
remove lingering reslist cruft

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

12 years agodrop SSLv2 support (set SSL_OP_NO_SSLv2 for any new SSL_CTX)
Kaspar Brand [Fri, 18 Nov 2011 05:27:00 +0000 (05:27 +0000)]
drop SSLv2 support (set SSL_OP_NO_SSLv2 for any new SSL_CTX)

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

12 years agoevent no longer requires APR_POLLSET_THREADSAFE, or any
Jeff Trawick [Thu, 17 Nov 2011 22:48:35 +0000 (22:48 +0000)]
event no longer requires APR_POLLSET_THREADSAFE, or any
other non-standard feature (all but OS/2 have APR_POLLSET_WAKEABLE)

config-foo: don't require thread-safe pollset in order to
            build event

event.c: don't stress APR_ENOTIMPL in apr_pollset_create errors;
         just give the standard "check system or user limits"
         message

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

12 years agosilly indentation fix
Jeff Trawick [Thu, 17 Nov 2011 22:45:10 +0000 (22:45 +0000)]
silly indentation fix

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

12 years agos/WATCHODG/WATCHDOG/
Jeff Trawick [Thu, 17 Nov 2011 19:07:08 +0000 (19:07 +0000)]
s/WATCHODG/WATCHDOG/

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

12 years agoAvoid one apr_time_now() call in the fast path
Stefan Fritsch [Wed, 16 Nov 2011 21:08:50 +0000 (21:08 +0000)]
Avoid one apr_time_now() call in the fast path

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

12 years agoFix typo
Gregg Lewis Smith [Wed, 16 Nov 2011 06:27:41 +0000 (06:27 +0000)]
Fix typo

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

12 years agoAdd mod_data project file missing from r1202365
Gregg Lewis Smith [Tue, 15 Nov 2011 23:45:54 +0000 (23:45 +0000)]
Add mod_data project file missing from r1202365

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

12 years agoadd new ldap features, make ap_expr entry more verbose
Stefan Fritsch [Tue, 15 Nov 2011 22:53:17 +0000 (22:53 +0000)]
add new ldap features, make ap_expr entry more verbose

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

12 years agoFix xml
Stefan Fritsch [Tue, 15 Nov 2011 22:49:14 +0000 (22:49 +0000)]
Fix xml

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

12 years agospellcheck r1202258
Jeff Trawick [Tue, 15 Nov 2011 19:38:31 +0000 (19:38 +0000)]
spellcheck r1202258

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

12 years agoAdd mod_data to Windown build
Gregg Lewis Smith [Tue, 15 Nov 2011 18:36:06 +0000 (18:36 +0000)]
Add mod_data to Windown build

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

12 years agoCalculate the power of two size of the buffer before allocating it.
Paul Querna [Tue, 15 Nov 2011 17:47:33 +0000 (17:47 +0000)]
Calculate the power of two size of the buffer before allocating it.

Spotted by: Rüdiger Plüm

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

12 years agoFix comment style
Paul Querna [Tue, 15 Nov 2011 17:46:27 +0000 (17:46 +0000)]
Fix comment style

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

12 years agoupdate transformation
André Malo [Tue, 15 Nov 2011 17:17:36 +0000 (17:17 +0000)]
update transformation

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

12 years agoupdate version
André Malo [Tue, 15 Nov 2011 16:56:16 +0000 (16:56 +0000)]
update version

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

12 years agoWe're now on 2.5.0 ...
Guenter Knauf [Tue, 15 Nov 2011 16:45:56 +0000 (16:45 +0000)]
We're now on 2.5.0 ...

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

12 years agoUse apr_pollset_wakeup to ensure that the listener thread will process most enqueue...
Paul Querna [Tue, 15 Nov 2011 15:52:59 +0000 (15:52 +0000)]
Use apr_pollset_wakeup to ensure that the listener thread will process most enqueue'd events quickly

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

12 years agoBecause the pollset is now only mutated from the event thread, we no longer need...
Paul Querna [Tue, 15 Nov 2011 15:52:00 +0000 (15:52 +0000)]
Because the pollset is now only mutated from the event thread, we no longer need the APR_POLLSET_THREADSAFE flag for the event_pollset

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

12 years agoCreate a new lock free circular queue, and use it in the EventMPM to remove the timeo...
Paul Querna [Tue, 15 Nov 2011 15:51:03 +0000 (15:51 +0000)]
Create a new lock free circular queue, and use it in the EventMPM to remove the timeout mutex that was wrapping both timeout queue operations and pollset operations.

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

12 years agoInstead of disabling the listening sockets from the pollset when under load, just...
Paul Querna [Tue, 15 Nov 2011 15:50:09 +0000 (15:50 +0000)]
Instead of disabling the listening sockets from the pollset when under load, just stop calling the accept call, but leave the sockets in the pollset.

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

12 years agodisable mod_reqtimeout if not configured
Paul Querna [Tue, 15 Nov 2011 15:49:19 +0000 (15:49 +0000)]
disable mod_reqtimeout if not configured

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

12 years agoap_core_translate: factor out duplicate code. no functional change.
Greg Ames [Tue, 15 Nov 2011 15:20:38 +0000 (15:20 +0000)]
ap_core_translate: factor out duplicate code.  no functional change.

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

12 years agoAdded another module load statement to NetWare config.
Guenter Knauf [Tue, 15 Nov 2011 01:27:27 +0000 (01:27 +0000)]
Added another module load statement to NetWare config.

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

12 years agoAdded some module load statements to NetWare config.
Guenter Knauf [Tue, 15 Nov 2011 01:12:59 +0000 (01:12 +0000)]
Added some module load statements to NetWare config.

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

12 years agoFixed typo.
Guenter Knauf [Tue, 15 Nov 2011 00:47:34 +0000 (00:47 +0000)]
Fixed typo.

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

12 years agoAdded mod_data to NetWare build.
Guenter Knauf [Tue, 15 Nov 2011 00:27:50 +0000 (00:27 +0000)]
Added mod_data to NetWare build.

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

12 years agoFixed NetWare install.
Guenter Knauf [Mon, 14 Nov 2011 22:56:24 +0000 (22:56 +0000)]
Fixed NetWare install.

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

12 years agoSince we have branched 2.4.x we are now at 2.5.0 in trunk.
Guenter Knauf [Mon, 14 Nov 2011 21:55:07 +0000 (21:55 +0000)]
Since we have branched 2.4.x we are now at 2.5.0 in trunk.

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

12 years agoAdded apreq to NetWare build.
Guenter Knauf [Mon, 14 Nov 2011 21:39:19 +0000 (21:39 +0000)]
Added apreq to NetWare build.

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

12 years agoFixed broken NWGNUmakefile introduced with r1201194, r1201195.
Guenter Knauf [Mon, 14 Nov 2011 15:09:45 +0000 (15:09 +0000)]
Fixed broken NWGNUmakefile introduced with r1201194, r1201195.

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

12 years agoAdded comment to clarify for which module this directive is.
Guenter Knauf [Mon, 14 Nov 2011 14:38:54 +0000 (14:38 +0000)]
Added comment to clarify for which module this directive is.

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

12 years agofollowups on PR52175
Eric Covener [Mon, 14 Nov 2011 13:15:09 +0000 (13:15 +0000)]
followups on PR52175

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

12 years agoupdate transformation
André Malo [Mon, 14 Nov 2011 12:12:14 +0000 (12:12 +0000)]
update transformation

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

12 years agoPR52175: RewriteBase is what applies to relative substitutions, not
Eric Covener [Mon, 14 Nov 2011 01:58:02 +0000 (01:58 +0000)]
PR52175: RewriteBase is what applies to relative substitutions, not
the stripping of the per-directory prefix.

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

12 years agoadd some todos from my apachecon notes
Eric Covener [Sun, 13 Nov 2011 17:10:03 +0000 (17:10 +0000)]
add some todos from my apachecon notes

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

12 years agoclarify looping issue for PR52171.
Eric Covener [Sun, 13 Nov 2011 16:55:55 +0000 (16:55 +0000)]
clarify looping issue for PR52171.

-This line, and those below, will be ignored--

M    rewrite/tech.html.en
M    rewrite/tech.xml

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

12 years agoUpdates.
Lucien Gentis [Sun, 13 Nov 2011 16:13:34 +0000 (16:13 +0000)]
Updates.

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

12 years agospeling fix
Jeff Trawick [Sun, 13 Nov 2011 16:13:12 +0000 (16:13 +0000)]
speling fix

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

12 years agoadd per-dir config merging to mod_lua so LuaHook* in multiple per-dir sections
Eric Covener [Sun, 13 Nov 2011 15:48:06 +0000 (15:48 +0000)]
add per-dir config merging to mod_lua so LuaHook* in multiple per-dir sections
behaves as expected instead of discarding previous sections.

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

12 years agoset svn:ignores
Philip M. Gollucci [Sun, 13 Nov 2011 01:07:37 +0000 (01:07 +0000)]
set svn:ignores

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

12 years agolibapreq is not a bunch of C files now, no special configure magic required
Philip M. Gollucci [Sun, 13 Nov 2011 00:21:45 +0000 (00:21 +0000)]
libapreq is not a bunch of C files now, no special configure magic required

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

12 years agoremove leftovers from initial libapreq import
Philip M. Gollucci [Sun, 13 Nov 2011 00:21:15 +0000 (00:21 +0000)]
remove leftovers from initial libapreq import

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

12 years agoAs discussed at AC NA 2011
Philip M. Gollucci [Sun, 13 Nov 2011 00:20:32 +0000 (00:20 +0000)]
As discussed at AC NA 2011

o relocate srclib/libapreq/library/*.c -> server/apreq_${f}.c
o relocate srclib/libapreq/include/*.h -> include/*.h
o remove apreq_version.[hc] related stuff since its nolonger its own lib
o connect modules/apreq to the build under 'most' default comment out in httpd.conf
o update make_exports.awk to handle APREQ marcos

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

12 years agoServer directive display (-L): Include directives of DSOs.
Jeff Trawick [Sat, 12 Nov 2011 23:42:45 +0000 (23:42 +0000)]
Server directive display (-L): Include directives of DSOs.

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

12 years agomod_cache: Make sure we merge headers correctly when we handle a non
Graham Leggett [Sat, 12 Nov 2011 21:24:47 +0000 (21:24 +0000)]
mod_cache: Make sure we merge headers correctly when we handle a non
cacheable conditional response. PR52120.

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

12 years agoSet --enable-load-all-modules implicitely in
Rainer Jung [Sat, 12 Nov 2011 19:13:44 +0000 (19:13 +0000)]
Set --enable-load-all-modules implicitely in
maintainer mode unless disabled explicitely.

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