]> granicus.if.org Git - apache/log
apache
15 years agoupdate transformation
Nilgun Belma Buguner [Fri, 3 Jul 2009 08:43:36 +0000 (08:43 +0000)]
update transformation

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

15 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Fri, 3 Jul 2009 08:42:34 +0000 (08:42 +0000)]
update for sync with English doc.

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

15 years agoSecurity fix for CVE-2009-1890:
Joe Orton [Thu, 2 Jul 2009 13:41:18 +0000 (13:41 +0000)]
Security fix for CVE-2009-1890:

* modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Specify the base
  passed to apr_strtoff, and validate the Content-Length in the same
  way the HTTP_IN filter does.  If the number of bytes streamed
  exceeds the expected body length, bail out of the loop.

Thanks to: Toadie <toadie643 gmail.com> for reporting and diagnosis of
this issue.
Submitted by: niq, jorton

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

15 years agomod_noloris just moved from discussion to attracting its first patch
Nick Kew [Wed, 1 Jul 2009 15:01:55 +0000 (15:01 +0000)]
mod_noloris just moved from discussion to attracting its first patch
on dev@.  That means it wants to be in svn.  Adding to modules/experimental
pending anything more definite.

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

15 years ago* server/mpm/simple/simple_run.c
Paul Querna [Sun, 28 Jun 2009 08:30:07 +0000 (08:30 +0000)]
* server/mpm/simple/simple_run.c
    (simple_setup_pollcb): If the pollset was created successfully, break out of the loop :)

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

15 years agoOnly remove sockets from the pollcb when they have events being polled for.
Paul Querna [Sun, 28 Jun 2009 08:18:37 +0000 (08:18 +0000)]
Only remove sockets from the pollcb when they have events being polled for.

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

15 years agoserver/mpm/simple/simple_run.c
Paul Querna [Sun, 28 Jun 2009 08:13:43 +0000 (08:13 +0000)]
server/mpm/simple/simple_run.c
    (simple_setup_pollcb): Only pollcbs created using KQueue, EPoll or Event Ports operate correctly with removing sockets across threads.

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

15 years agoFixed comment. Submitted by Arfrever Frehtes Taifersar Arahesis.
Guenter Knauf [Sat, 27 Jun 2009 16:31:25 +0000 (16:31 +0000)]
Fixed comment. Submitted by Arfrever Frehtes Taifersar Arahesis.

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

15 years agoFix previous commits. Forgot <br /> at the end of a couple of lines.
Vincent Deffontaines [Sat, 27 Jun 2009 14:04:11 +0000 (14:04 +0000)]
Fix previous commits. Forgot <br /> at the end of a couple of lines.

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

15 years agoNew french translation.
Vincent Deffontaines [Sat, 27 Jun 2009 07:16:09 +0000 (07:16 +0000)]
New french translation.

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

15 years agoComplete previous commit, by marking the second invalid configuration example as
Vincent Deffontaines [Sat, 27 Jun 2009 07:11:14 +0000 (07:11 +0000)]
Complete previous commit, by marking the second invalid configuration example as
such.

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

15 years agoThe first configuration example in the file is misconfiguration.
Vincent Deffontaines [Sat, 27 Jun 2009 07:06:24 +0000 (07:06 +0000)]
The first configuration example in the file is misconfiguration.
Mark it so "quick" reader won't copy/paste it to their config.

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

15 years agoNew .fr translations.
Vincent Deffontaines [Sat, 27 Jun 2009 06:59:47 +0000 (06:59 +0000)]
New .fr translations.

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

15 years agoErrorDocument may be used in .htaccess if AllowOverride is set "to Fileinfo"
Vincent Deffontaines [Sat, 27 Jun 2009 06:55:46 +0000 (06:55 +0000)]
ErrorDocument may be used in .htaccess if AllowOverride is set "to Fileinfo"
rather than "accordingly".

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

15 years agoDon't set worker->s if already set (for balancer using slotmem for examples).
Jean-Frederic Clere [Fri, 26 Jun 2009 14:26:19 +0000 (14:26 +0000)]
Don't set worker->s if already set (for balancer using slotmem for examples).

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

15 years agoFix hung SSL handshake if a particularly long CA list is configured:
Joe Orton [Fri, 26 Jun 2009 14:22:20 +0000 (14:22 +0000)]
Fix hung SSL handshake if a particularly long CA list is configured:

* modules/ssl/ssl_engine_io.c (bio_filter_in_read): Flush pending
  output unconditionally since OpenSSL is known to not flush correctly
  at all times, and it should be cheap even in cases where it is
  unnecessary.

PR: 46952

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

15 years agoadded mod_remoteip to NetWare build.
Guenter Knauf [Wed, 24 Jun 2009 00:06:21 +0000 (00:06 +0000)]
added mod_remoteip to NetWare build.

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

15 years ago* modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl): Switch
Joe Orton [Tue, 23 Jun 2009 15:42:02 +0000 (15:42 +0000)]
* modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl): Switch
  implementation of BIO_CTRL_PENDING and BIO_CTRL_WPENDING, to return
  zero and pending-bytes-to-write respectively.

PR: 46952
Submitted by: David Smith <David.Smith cern.ch>

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

15 years ago* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn_rec): Map
Joe Orton [Tue, 23 Jun 2009 14:10:06 +0000 (14:10 +0000)]
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn_rec): Map
  the _UID variable to NID_userId, where defined by OpenSSL.

PR: 45107
Submitted by: Michael Ströder <michael stroeder.com>,
     Peter Sylvester <peter.sylvester edelweb.fr>

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

15 years ago* module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.
Joe Orton [Tue, 23 Jun 2009 11:53:33 +0000 (11:53 +0000)]
* module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.

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

15 years agomod_proxy_http: fix case sensitivity checking transfer encoding
Nick Kew [Wed, 17 Jun 2009 15:21:21 +0000 (15:21 +0000)]
mod_proxy_http: fix case sensitivity checking transfer encoding
PR 47383 [Ryuzo Yamamoto]

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

15 years agomod_alias: Ensure Redirect issues a valid URL
Nick Kew [Wed, 17 Jun 2009 12:45:21 +0000 (12:45 +0000)]
mod_alias: Ensure Redirect issues a valid URL
PR 44020
Patch by Håkon Stordahl

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

15 years agoBroken directive
Tony Stevenson [Wed, 17 Jun 2009 11:40:52 +0000 (11:40 +0000)]
Broken directive

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

15 years agoOne small typo.
Lucien Gentis [Wed, 17 Jun 2009 07:14:46 +0000 (07:14 +0000)]
One small typo.

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

15 years agoFix bug in r785425 (dereference null pointer when not configured)
Nick Kew [Wed, 17 Jun 2009 00:31:10 +0000 (00:31 +0000)]
Fix bug in r785425 (dereference null pointer when not configured)
and add a couple of comments.

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

15 years agoAdd DefaultHandler directive to mod_dir.
Nick Kew [Tue, 16 Jun 2009 21:57:25 +0000 (21:57 +0000)]
Add DefaultHandler directive to mod_dir.
PR 47184

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

15 years agochange use of luaL_openlib to luaL_register via path from Arfrever Frehtes Taifersar...
Brian McCallister [Mon, 15 Jun 2009 03:10:06 +0000 (03:10 +0000)]
change use of luaL_openlib to luaL_register via path from Arfrever Frehtes Taifersar Arahesis

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

15 years agochange use of luaL_openlib to luaL_register via path from Arfrever Frehtes Taifersar...
Brian McCallister [Mon, 15 Jun 2009 03:10:03 +0000 (03:10 +0000)]
change use of luaL_openlib to luaL_register via path from Arfrever Frehtes Taifersar Arahesis

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

15 years agoremove unusable test file
Brian McCallister [Mon, 15 Jun 2009 03:10:00 +0000 (03:10 +0000)]
remove unusable test file

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

15 years agoSome typos.
Lucien Gentis [Sun, 14 Jun 2009 13:52:29 +0000 (13:52 +0000)]
Some typos.

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

15 years agoSome typos.
Lucien Gentis [Sat, 13 Jun 2009 15:45:32 +0000 (15:45 +0000)]
Some typos.

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

15 years agoUpdate.
Lucien Gentis [Thu, 11 Jun 2009 18:39:19 +0000 (18:39 +0000)]
Update.

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

15 years ago* Close the accepted fd in the error case to avoid a file descriptor leak.
Ruediger Pluem [Thu, 11 Jun 2009 12:36:36 +0000 (12:36 +0000)]
* Close the accepted fd in the error case to avoid a file descriptor leak.

PR: 47335
Submitted by: Kornél Pál <kornelpal gmail.com>
Reviewed by: rpluem

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

15 years ago* Close the listening Unix socket of the mod_cgid daemon in the CGI scripts.
Ruediger Pluem [Thu, 11 Jun 2009 12:32:59 +0000 (12:32 +0000)]
* Close the listening Unix socket of the mod_cgid daemon in the CGI scripts.

PR: 47335
Submitted by: Kornél Pál <kornelpal gmail.com>
Reviewed by: rpluem

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

15 years ago* Remove locking for writing to the rewritelog. There seems to be no reason
Ruediger Pluem [Thu, 11 Jun 2009 12:19:44 +0000 (12:19 +0000)]
* Remove locking for writing to the rewritelog. There seems to be no reason
  why locking is required here.
  See also: http://marc.info/?l=apache-httpd-dev&m=124282193217344&w=2

PR: 46942
Submitted by:  Dan Poirier <poirier pobox.com>
Reviewed by: rpluem

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

15 years agodoc xforms
Eric Covener [Tue, 9 Jun 2009 01:30:48 +0000 (01:30 +0000)]
doc xforms

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

15 years agono-cache envvar: copy the compatability note from 2.2.x for env.xml,
Eric Covener [Tue, 9 Jun 2009 01:27:43 +0000 (01:27 +0000)]
no-cache envvar: copy the compatability note from 2.2.x for env.xml,
add compat note inline for refereneces in CacheEnable/CacheDisable.

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

15 years agoupdate transformation
André Malo [Sun, 7 Jun 2009 13:03:50 +0000 (13:03 +0000)]
update transformation

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

15 years agoapparently a paste error
André Malo [Sun, 7 Jun 2009 12:53:56 +0000 (12:53 +0000)]
apparently a paste error

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

15 years agoSome typos.
Lucien Gentis [Sat, 6 Jun 2009 16:51:58 +0000 (16:51 +0000)]
Some typos.

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

15 years agoSimplify... handle this below, even though it's
Jim Jagielski [Mon, 1 Jun 2009 15:57:48 +0000 (15:57 +0000)]
Simplify... handle this below, even though it's
after some possible expensive regex

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

15 years agotypo
Jim Jagielski [Mon, 1 Jun 2009 15:50:16 +0000 (15:50 +0000)]
typo

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

15 years agoMore adjustment for Redirect argument checking...
Jim Jagielski [Mon, 1 Jun 2009 15:39:33 +0000 (15:39 +0000)]
More adjustment for Redirect argument checking...

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

15 years agoclarify ptr
Jim Jagielski [Mon, 1 Jun 2009 14:16:47 +0000 (14:16 +0000)]
clarify ptr

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

15 years agoAlign doccos with code and clarify: grab tries to find a free
Jim Jagielski [Mon, 1 Jun 2009 14:15:48 +0000 (14:15 +0000)]
Align doccos with code and clarify: grab tries to find a free
slot and returns that

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

15 years ago* Some custom defined response codes also do not require 3 arguments (all that
Ruediger Pluem [Mon, 1 Jun 2009 14:08:19 +0000 (14:08 +0000)]
* Some custom defined response codes also do not require 3 arguments (all that
  are not redirects).

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

15 years agoFix error with arg counting
Jim Jagielski [Mon, 1 Jun 2009 13:37:59 +0000 (13:37 +0000)]
Fix error with arg counting

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

15 years agoOne typo.
Lucien Gentis [Sun, 31 May 2009 15:24:47 +0000 (15:24 +0000)]
One typo.

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

15 years agoFavor DECL over DECLS
William A. Rowe Jr [Sun, 31 May 2009 04:22:12 +0000 (04:22 +0000)]
Favor DECL over DECLS

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

15 years agoRestructure fdpass logic to not spew stderr crap for without purpose, and
William A. Rowe Jr [Sun, 31 May 2009 04:13:11 +0000 (04:13 +0000)]
Restructure fdpass logic to not spew stderr crap for without purpose, and
purposefully fail if --enable-proxy-fdpass is demanded without support.

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

15 years agoSpecify a pool for cache with apr_hash_pool_get instead of describing "pool" directly
Takashi Sato [Sat, 30 May 2009 03:36:32 +0000 (03:36 +0000)]
Specify a pool for cache with apr_hash_pool_get instead of describing "pool" directly

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

15 years agoFurther clarify what variables one has access to in the <If> directive.
Rich Bowen [Fri, 29 May 2009 15:42:45 +0000 (15:42 +0000)]
Further clarify what variables one has access to in the <If> directive.

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

15 years agoJuicy update !
Lucien Gentis [Wed, 27 May 2009 12:22:59 +0000 (12:22 +0000)]
Juicy update !

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

15 years agoSome typos.
Lucien Gentis [Wed, 27 May 2009 12:18:12 +0000 (12:18 +0000)]
Some typos.

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

15 years agoExpose whether a request was served over an Initial or Resumed SSL session to the...
Sander Temme [Wed, 27 May 2009 05:41:07 +0000 (05:41 +0000)]
Expose whether a request was served over an Initial or Resumed SSL session to the environment

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

15 years agomod_alias: Enforce sanity in args to Redirect
Nick Kew [Wed, 27 May 2009 00:58:41 +0000 (00:58 +0000)]
mod_alias: Enforce sanity in args to Redirect
PR 44729

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

15 years agoRemove the conditional for APR >= 1.3.
Takashi Sato [Tue, 26 May 2009 15:57:51 +0000 (15:57 +0000)]
Remove the conditional for APR >= 1.3.
httpd 2.3 has needed APR 1.3 or later since r582069.

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

15 years agoMake pline a child of main pool.
Takashi Sato [Tue, 26 May 2009 15:42:15 +0000 (15:42 +0000)]
Make pline a child of main pool.

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

15 years agoFix IPv6 literal addresses passed to a proxied backend.
Nick Kew [Mon, 25 May 2009 23:19:16 +0000 (23:19 +0000)]
Fix IPv6 literal addresses passed to a proxied backend.
PR 47177
Patch by Carlos Garcia Braschi

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

15 years agoFix a memory leak by freeing the memory every line.
Takashi Sato [Mon, 25 May 2009 16:06:03 +0000 (16:06 +0000)]
Fix a memory leak by freeing the memory every line.

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

15 years ago* Correctly detect if CacheIgnoreURLSessionIdentifiers is set.
Ruediger Pluem [Mon, 25 May 2009 15:24:47 +0000 (15:24 +0000)]
* Correctly detect if CacheIgnoreURLSessionIdentifiers is set.

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

15 years ago* Use the correct constant.
Ruediger Pluem [Mon, 25 May 2009 15:19:51 +0000 (15:19 +0000)]
* Use the correct constant.

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

15 years agoKill the hardcoded values
Takashi Sato [Mon, 25 May 2009 14:48:38 +0000 (14:48 +0000)]
Kill the hardcoded values

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

15 years agoDeclare the local variables in the more inner scope.
Takashi Sato [Mon, 25 May 2009 14:40:15 +0000 (14:40 +0000)]
Declare the local variables in the more inner scope.

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

15 years agoavoid a relatively ugly code dup
Jim Jagielski [Fri, 22 May 2009 16:44:15 +0000 (16:44 +0000)]
avoid a relatively ugly code dup

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

15 years agoAdd a few other 'ignore's for those gathering libs in their srclib/ tree
William A. Rowe Jr [Thu, 21 May 2009 18:44:09 +0000 (18:44 +0000)]
Add a few other 'ignore's for those gathering libs in their srclib/ tree

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

15 years agoComplete API :)
Jim Jagielski [Thu, 21 May 2009 17:35:38 +0000 (17:35 +0000)]
Complete API :)

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

15 years ago* Improve documentation for CacheIgnoreURLSessionIdentifiers
Ruediger Pluem [Thu, 21 May 2009 12:21:10 +0000 (12:21 +0000)]
* Improve documentation for CacheIgnoreURLSessionIdentifiers

Submitted by: Dan Poirier <poirier pobox.com>

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

15 years ago* Add CacheIgnoreURLSessionIdentifiers directive to ignore
Ruediger Pluem [Thu, 21 May 2009 10:42:54 +0000 (10:42 +0000)]
* Add CacheIgnoreURLSessionIdentifiers directive to ignore
  defined session identifiers encoded in the URL when caching.

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

15 years agolinewrap. no func diffs
Jim Jagielski [Tue, 19 May 2009 14:51:33 +0000 (14:51 +0000)]
linewrap. no func diffs

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

15 years agoDoesn't really make sense to have to keep these 2
Jim Jagielski [Tue, 19 May 2009 14:47:09 +0000 (14:47 +0000)]
Doesn't really make sense to have to keep these 2
structs in sync... Change once and be happy

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

15 years agoFix the error string returned by RewriteRule. RewriteRule returned "RewriteCond:...
Takashi Sato [Tue, 19 May 2009 14:24:31 +0000 (14:24 +0000)]
Fix the error string returned by RewriteRule. RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd argument of RewriteRule was not started with "[" or not ended with "]".

PR: 45082
Submitted by: Vitaly Polonetsky <m_vitaly topixoft.com>

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

15 years agoKill the hardcoded values
Takashi Sato [Tue, 19 May 2009 12:26:14 +0000 (12:26 +0000)]
Kill the hardcoded values

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

15 years ago"fix" this warning by passing "%s" as the format string:
Jeff Trawick [Sat, 16 May 2009 13:21:23 +0000 (13:21 +0000)]
"fix" this warning by passing "%s" as the format string:

mod_authz_core.c: In function ‘authz_core_check_section’:
mod_authz_core.c:579: warning: format not a string literal and no format arguments

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

15 years agoQuit hiding the previous request information while the subsequent request is partiall...
William A. Rowe Jr [Fri, 15 May 2009 21:09:21 +0000 (21:09 +0000)]
Quit hiding the previous request information while the subsequent request is partially read

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

15 years agoForce the current directory to the server root in the invocation of the piped
William A. Rowe Jr [Fri, 15 May 2009 20:53:33 +0000 (20:53 +0000)]
Force the current directory to the server root in the invocation of the piped
logger processes.

Looking for confirmation from Rainer that this resolves the ambiguity
he observed in Message-ID: <4A0C9430.2090404@kippdata.de>.

Note that the shell may decide to ignore the chdir, so test with "|$cmd"
syntax to compare to the expected behavior from 5/14 or earlier.

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

15 years agoEase migration for the hosts of piped loggers out there, handle the
William A. Rowe Jr [Fri, 15 May 2009 20:40:24 +0000 (20:40 +0000)]
Ease migration for the hosts of piped loggers out there, handle the
log process selection (| vs $ vs default) in ap_open_piped_log

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

15 years agowrap comment, no functional change
William A. Rowe Jr [Fri, 15 May 2009 20:30:47 +0000 (20:30 +0000)]
wrap comment, no functional change

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

15 years agoFix docs and bump mmn minor
William A. Rowe Jr [Fri, 15 May 2009 20:20:43 +0000 (20:20 +0000)]
Fix docs and bump mmn minor

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

15 years agoRevert the default resource abuse introduced in r104019, which can mask
William A. Rowe Jr [Fri, 15 May 2009 19:46:45 +0000 (19:46 +0000)]
Revert the default resource abuse introduced in r104019, which can mask
child logger process failures, by migrating back to 2.0.49 and prior when
rotated logs were reliable on Solaris, etc.

Provides two new piped syntaxes for ErrorLog; "||program" or "|$shellcmd",
where the existing 2.2 behavior may be preserved or the new 2.4 behavior
explicitly elected.  The default should discourage users from "|$" syntax
except as required, in the future.

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

15 years agoSet ignores; a good case for cut n paste instead of reinventing wheels
William A. Rowe Jr [Fri, 15 May 2009 18:31:03 +0000 (18:31 +0000)]
Set ignores; a good case for cut n paste instead of reinventing wheels

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

15 years agodditional docco changes... No functional changes
Jim Jagielski [Fri, 15 May 2009 18:21:12 +0000 (18:21 +0000)]
dditional docco changes... No functional changes

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

15 years agocomment change - no functional change
Jim Jagielski [Fri, 15 May 2009 18:08:38 +0000 (18:08 +0000)]
comment change - no functional change

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

15 years ago"officially" add grab/release to slotmem provider API
Jim Jagielski [Fri, 15 May 2009 18:07:17 +0000 (18:07 +0000)]
"officially" add grab/release to slotmem provider API

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

15 years agoDrop exit value (always NO_ERROR, needs work). Pass about the service context
William A. Rowe Jr [Fri, 15 May 2009 18:05:34 +0000 (18:05 +0000)]
Drop exit value (always NO_ERROR, needs work).  Pass about the service context

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

15 years agoPick up earlier SHUTDOWN notification
William A. Rowe Jr [Fri, 15 May 2009 18:03:44 +0000 (18:03 +0000)]
Pick up earlier SHUTDOWN notification

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

15 years agoAdd inuse table and grab/release to plainmem slot provider
Jim Jagielski [Fri, 15 May 2009 17:59:57 +0000 (17:59 +0000)]
Add inuse table and grab/release to plainmem slot provider

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

15 years agocleanup truncation
William A. Rowe Jr [Fri, 15 May 2009 17:46:29 +0000 (17:46 +0000)]
cleanup truncation

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

15 years agoAlign internal names with external... Note, rename
Jim Jagielski [Fri, 15 May 2009 17:45:27 +0000 (17:45 +0000)]
Align internal names with external... Note, rename
of return to release for obvious reserved keyword
reasons :)

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

15 years agoAnother slotmem flag. This one determines if access
Jim Jagielski [Fri, 15 May 2009 17:41:56 +0000 (17:41 +0000)]
Another slotmem flag. This one determines if access
requires grab/return

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

15 years agoFix win32 build includes
William A. Rowe Jr [Fri, 15 May 2009 17:38:28 +0000 (17:38 +0000)]
Fix win32 build includes

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

15 years agoRemove all locking from slotmem_shm...
Jim Jagielski [Fri, 15 May 2009 16:07:43 +0000 (16:07 +0000)]
Remove all locking from slotmem_shm...

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

15 years agoAlign with module naming
Jim Jagielski [Fri, 15 May 2009 15:19:04 +0000 (15:19 +0000)]
Align with module naming

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

15 years agocompile-time issues
Jim Jagielski [Fri, 15 May 2009 15:16:16 +0000 (15:16 +0000)]
compile-time issues

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

15 years agoFinal ( :) ) step to transition which removes the ap_slotmem_foo
Jim Jagielski [Fri, 15 May 2009 15:04:37 +0000 (15:04 +0000)]
Final ( :) ) step to transition which removes the ap_slotmem_foo
API and just does providers direct

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

15 years agoUpdate doccos due to slotmem change
Jim Jagielski [Fri, 15 May 2009 14:52:03 +0000 (14:52 +0000)]
Update doccos due to slotmem change

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

15 years agoRename 2nd step
Jim Jagielski [Fri, 15 May 2009 14:39:27 +0000 (14:39 +0000)]
Rename 2nd step

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

15 years ago1st step of man changes for slotmem refactor
Jim Jagielski [Fri, 15 May 2009 14:37:10 +0000 (14:37 +0000)]
1st step of man changes for slotmem refactor

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

15 years agoNo longer used
Jim Jagielski [Fri, 15 May 2009 14:31:38 +0000 (14:31 +0000)]
No longer used

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

15 years agoNo longer needed
Jim Jagielski [Fri, 15 May 2009 14:30:19 +0000 (14:30 +0000)]
No longer needed

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