]> granicus.if.org Git - apache/log
apache
15 years agofix mod_disk_cache to support EnableSendfile.
Lars Eilebrecht [Sat, 21 Feb 2009 17:07:01 +0000 (17:07 +0000)]
fix mod_disk_cache to support EnableSendfile.

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

15 years agoheaders replaced by directives line 48
Lucien Gentis [Sat, 21 Feb 2009 16:57:09 +0000 (16:57 +0000)]
headers replaced by directives line 48

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

15 years agoonly call mutex functions if APR_HAS_THREADS
Roy T. Fielding [Wed, 18 Feb 2009 00:59:39 +0000 (00:59 +0000)]
only call mutex functions if APR_HAS_THREADS

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

15 years agoAdd watchdog module to win32 build.
Mladen Turk [Tue, 17 Feb 2009 17:51:17 +0000 (17:51 +0000)]
Add watchdog module to win32 build.
Since it can only operate as static module reference it inside modules.c

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

15 years agoAdd watchdog module header to dist include
Mladen Turk [Tue, 17 Feb 2009 17:28:33 +0000 (17:28 +0000)]
Add watchdog module header to dist include

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

15 years agofix the name of this module in an error log message
Jeff Trawick [Tue, 17 Feb 2009 13:59:30 +0000 (13:59 +0000)]
fix the name of this module in an error log message

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

15 years agoupdate transformation
Nilgun Belma Buguner [Mon, 16 Feb 2009 10:55:23 +0000 (10:55 +0000)]
update transformation

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

15 years agosome modifications to generate the man pages in other languages
Nilgun Belma Buguner [Mon, 16 Feb 2009 10:52:26 +0000 (10:52 +0000)]
some modifications to generate the man pages in other languages

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

15 years agoFix a crash with r742218 by calling apr_os_thread_put() properly.
Jeff Trawick [Thu, 12 Feb 2009 21:40:20 +0000 (21:40 +0000)]
Fix a crash with r742218 by calling apr_os_thread_put() properly.

(The first parameter to apr_os_thread_put() must be initialized, either to
NULL or to an existing apr_thread_t.)

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

15 years agoap_meets_conditions() should not be called until all of
Roy T. Fielding [Thu, 12 Feb 2009 18:58:10 +0000 (18:58 +0000)]
ap_meets_conditions() should not be called until all of
the known content metadata has been set, so that said metadata
can be included in the condition tests and in a 304 response.

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

15 years agoAdjust content metadata on deflate/inflate response before bailing out
Roy T. Fielding [Thu, 12 Feb 2009 17:43:39 +0000 (17:43 +0000)]
Adjust content metadata on deflate/inflate response before bailing out
on a 304 response so that the metadata does not differ from 200 response.

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

15 years agoupdate transformation
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:47:28 +0000 (13:47 +0000)]
update transformation

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

15 years agoNew Turkish translation
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:37:07 +0000 (13:37 +0000)]
New Turkish translation

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@743735 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:28:32 +0000 (13:28 +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@743731 13f79535-47bb-0310-9956-ffa450edef68

15 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:15:49 +0000 (13:15 +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@743725 13f79535-47bb-0310-9956-ffa450edef68

15 years agoReimplement deflate_check_etag() so that it isn't such a pig
Roy T. Fielding [Thu, 12 Feb 2009 01:59:27 +0000 (01:59 +0000)]
Reimplement deflate_check_etag() so that it isn't such a pig
and correctly works with weak etags.  Related to PR 39727.

Note that there remains an error in ap_meets_conditions because
that function does not currently check for a transformed etag.
I am working on that.

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

15 years agomod_version needs to be compiled because the test framework requires it
Roy T. Fielding [Thu, 12 Feb 2009 01:44:53 +0000 (01:44 +0000)]
mod_version needs to be compiled because the test framework requires it
(and the feature doesn't make much sense if it crashes httpd on test).

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

15 years agoMMapStatic directive doesn't exist.
Lucien Gentis [Wed, 11 Feb 2009 17:12:18 +0000 (17:12 +0000)]
MMapStatic directive doesn't exist.

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

15 years agofix validation errors
Nilgun Belma Buguner [Wed, 11 Feb 2009 07:16:18 +0000 (07:16 +0000)]
fix validation errors

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

15 years agopre-translation improvements
Nilgun Belma Buguner [Wed, 11 Feb 2009 07:12:19 +0000 (07:12 +0000)]
pre-translation improvements

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

15 years agoMissed the plainmem getter/setter. Caught by R\9fdiger
Jim Jagielski [Tue, 10 Feb 2009 21:14:47 +0000 (21:14 +0000)]
Missed the plainmem getter/setter. Caught by R\9fdiger

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

15 years agoUpdate xforms
Jim Jagielski [Tue, 10 Feb 2009 19:42:13 +0000 (19:42 +0000)]
Update xforms

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

15 years agoremove belt-and-suspenders casting
Jim Jagielski [Tue, 10 Feb 2009 15:25:32 +0000 (15:25 +0000)]
remove belt-and-suspenders casting

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

15 years agoAdd getter/setter functions to the slotmem API. Also,
Jim Jagielski [Tue, 10 Feb 2009 15:16:24 +0000 (15:16 +0000)]
Add getter/setter functions to the slotmem API. Also,
reset the id vars to unsigned ints universally.

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

15 years agouse pid_t consistantly
Jim Jagielski [Mon, 9 Feb 2009 19:21:25 +0000 (19:21 +0000)]
use pid_t consistantly

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

15 years agoFixed :)
Jim Jagielski [Mon, 9 Feb 2009 19:13:25 +0000 (19:13 +0000)]
Fixed :)

CORE_PRIVATE not in trunk

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

15 years agoRemoved in trunk
Jim Jagielski [Mon, 9 Feb 2009 19:12:44 +0000 (19:12 +0000)]
Removed in trunk

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

15 years agoRemove unused var
Mladen Turk [Mon, 9 Feb 2009 06:50:26 +0000 (06:50 +0000)]
Remove unused var

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

15 years agoAdd missing cleanup register
Mladen Turk [Mon, 9 Feb 2009 06:49:46 +0000 (06:49 +0000)]
Add missing cleanup register

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

15 years agoAdd conn_rec::current_thread.
Paul Querna [Mon, 9 Feb 2009 00:57:58 +0000 (00:57 +0000)]
Add conn_rec::current_thread.

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

15 years agoAdded a section about dynamic content security, and a couple of pointers to
Vincent Deffontaines [Sun, 8 Feb 2009 16:30:24 +0000 (16:30 +0000)]
Added a section about dynamic content security, and a couple of pointers to
external projects.

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

15 years agoNew french translation for security tips.
Vincent Deffontaines [Sun, 8 Feb 2009 14:33:05 +0000 (14:33 +0000)]
New french translation for security tips.

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

15 years agoNew french translations.
Vincent Deffontaines [Sun, 8 Feb 2009 11:21:21 +0000 (11:21 +0000)]
New french translations.

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

15 years agoNew french translation for the SSI howto
Vincent Deffontaines [Sun, 8 Feb 2009 10:33:15 +0000 (10:33 +0000)]
New french translation for the SSI howto

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

15 years agoNew translation for the public_html howto
Vincent Deffontaines [Sat, 7 Feb 2009 22:35:55 +0000 (22:35 +0000)]
New translation for the public_html howto

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

15 years agobackported CHANGES entries are meaningful while we're rolling 2.3.x alphas.
Eric Covener [Sat, 7 Feb 2009 20:03:37 +0000 (20:03 +0000)]
backported CHANGES entries are meaningful while we're rolling 2.3.x alphas.

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

15 years agoAdd watchdog module
Mladen Turk [Sat, 7 Feb 2009 19:51:52 +0000 (19:51 +0000)]
Add watchdog module

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

15 years ago* Only drop the last char (the '"') and not the last one of the etag itself.
Ruediger Pluem [Sat, 7 Feb 2009 09:25:28 +0000 (09:25 +0000)]
* Only drop the last char (the '"') and not the last one of the etag itself.

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

15 years agoupdate transformation
Nilgun Belma Buguner [Wed, 4 Feb 2009 01:09:28 +0000 (01:09 +0000)]
update transformation

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

15 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Wed, 4 Feb 2009 01:05:29 +0000 (01:05 +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@740548 13f79535-47bb-0310-9956-ffa450edef68

15 years agoNew Turkish translation
Nilgun Belma Buguner [Wed, 4 Feb 2009 00:10:13 +0000 (00:10 +0000)]
New Turkish translation

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@740525 13f79535-47bb-0310-9956-ffa450edef68

15 years agoAdded french translation for the CGI howto
Vincent Deffontaines [Tue, 3 Feb 2009 22:16:22 +0000 (22:16 +0000)]
Added french translation for the CGI howto

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

15 years agoregen manual
Roy T. Fielding [Tue, 3 Feb 2009 20:35:21 +0000 (20:35 +0000)]
regen manual

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

15 years agoDocument the disabling of DefaultType and update terminology
Roy T. Fielding [Tue, 3 Feb 2009 20:29:55 +0000 (20:29 +0000)]
Document the disabling of DefaultType and update terminology
regarding Internet message metadata.

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

15 years agoAdjust compatibility (unix specific) and description (this is
William A. Rowe Jr [Tue, 3 Feb 2009 18:10:06 +0000 (18:10 +0000)]
Adjust compatibility (unix specific) and description (this is
apparently not FastCGI - probably a cut n paste bug).

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

15 years agomod_deflate: Fix creation of invalid Etag headers. We now make sure
Lars Eilebrecht [Mon, 2 Feb 2009 23:20:37 +0000 (23:20 +0000)]
mod_deflate: Fix creation of invalid Etag headers. We now make sure
that the Etag value is properly quoted when adding the gzip marker.
PR 39727.

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

15 years agoRemove DefaultType config. I could have sworn I did this
Roy T. Fielding [Mon, 2 Feb 2009 23:08:25 +0000 (23:08 +0000)]
Remove DefaultType config.  I could have sworn I did this
four years ago, but apparently that was just AddDefaultCharset.
PR: 13986

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

15 years agoClarify the description of what mod_charset_lite does and doesn't do
Eric Covener [Mon, 2 Feb 2009 17:11:17 +0000 (17:11 +0000)]
Clarify the description of what mod_charset_lite does and doesn't do

Submitted By: Dan Poirier
Reviwed By: covener

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

15 years agopre-translation improvements
Nilgun Belma Buguner [Mon, 2 Feb 2009 16:37:49 +0000 (16:37 +0000)]
pre-translation improvements

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

15 years agoupdate transformation
Nilgun Belma Buguner [Mon, 2 Feb 2009 04:20:58 +0000 (04:20 +0000)]
update transformation

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

15 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Mon, 2 Feb 2009 04:18:13 +0000 (04:18 +0000)]
update for sync with English docs.

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@739918 13f79535-47bb-0310-9956-ffa450edef68

15 years agoCorrect logic with non-seq lbsets config'ed
Jim Jagielski [Sun, 1 Feb 2009 21:53:05 +0000 (21:53 +0000)]
Correct logic with non-seq lbsets config'ed

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

15 years agoCorrect logic with non-seq lbsets config'ed
Jim Jagielski [Sun, 1 Feb 2009 21:52:54 +0000 (21:52 +0000)]
Correct logic with non-seq lbsets config'ed

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

15 years agoCorrect logic with non-seq lbsets config'ed
Jim Jagielski [Sun, 1 Feb 2009 21:52:38 +0000 (21:52 +0000)]
Correct logic with non-seq lbsets config'ed

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

15 years agoMake the french translation appear.
Vincent Deffontaines [Sun, 1 Feb 2009 21:39:35 +0000 (21:39 +0000)]
Make the french translation appear.

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

15 years agoBase our mod_buffer.so
William A. Rowe Jr [Sun, 1 Feb 2009 21:30:07 +0000 (21:30 +0000)]
Base our mod_buffer.so

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

15 years agoThe binary win32 installer copies pcre.dll
William A. Rowe Jr [Sun, 1 Feb 2009 21:10:47 +0000 (21:10 +0000)]
The binary win32 installer copies pcre.dll

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

15 years agoWe no longer bundle PCRE in 2.3-dev, not in svn either
William A. Rowe Jr [Sun, 1 Feb 2009 20:45:16 +0000 (20:45 +0000)]
We no longer bundle PCRE in 2.3-dev, not in svn either

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

15 years agoThese occur in NOTICE/LICENSE and elsewhere, not for README
William A. Rowe Jr [Sun, 1 Feb 2009 20:44:36 +0000 (20:44 +0000)]
These occur in NOTICE/LICENSE and elsewhere, not for README

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

15 years agoBuild mod_buffer on win32
William A. Rowe Jr [Sun, 1 Feb 2009 20:30:44 +0000 (20:30 +0000)]
Build mod_buffer on win32

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

15 years agoChange top level win32 Makefile for seperate pcre compilation
William A. Rowe Jr [Sun, 1 Feb 2009 19:51:21 +0000 (19:51 +0000)]
Change top level win32 Makefile for seperate pcre compilation

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

15 years agoupdate xforms
Eric Covener [Sun, 1 Feb 2009 17:57:35 +0000 (17:57 +0000)]
update xforms

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

15 years agoNew htaccess howto translation
Vincent Deffontaines [Sun, 1 Feb 2009 17:17:52 +0000 (17:17 +0000)]
New htaccess howto translation

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

15 years agoNew french translation for auth howto.
Vincent Deffontaines [Sun, 1 Feb 2009 16:55:14 +0000 (16:55 +0000)]
New french translation for auth howto.

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

15 years agofrench translation for faq
Vincent Deffontaines [Sun, 1 Feb 2009 16:31:11 +0000 (16:31 +0000)]
french translation for faq

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

15 years agositemap page french translation
Vincent Deffontaines [Sun, 1 Feb 2009 11:51:01 +0000 (11:51 +0000)]
sitemap page french translation

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

15 years agoaccents fix
Vincent Deffontaines [Sun, 1 Feb 2009 11:49:42 +0000 (11:49 +0000)]
accents fix

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

15 years ago1st translation of env page.
Vincent Deffontaines [Sun, 1 Feb 2009 11:28:27 +0000 (11:28 +0000)]
1st translation of env page.

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

15 years ago* Reindent.
Ruediger Pluem [Sun, 1 Feb 2009 03:25:42 +0000 (03:25 +0000)]
* Reindent.

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

15 years ago20x22 icons for ODF, SVG, and XML documents.
Roy T. Fielding [Sun, 1 Feb 2009 01:41:33 +0000 (01:41 +0000)]
20x22 icons for ODF, SVG, and XML documents.

Submitted by: Peter Harlow (CLA on file)
PR: 37185

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

15 years ago20x22 icons for ODF, SVG, and XML documents.
Roy T. Fielding [Sun, 1 Feb 2009 01:37:34 +0000 (01:37 +0000)]
20x22 icons for ODF, SVG, and XML documents.

Submitted by: Peter Harlow (CLA on file)
PR: 37185

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

15 years agoredefine vnd.curl media types according to their documentation at
Roy T. Fielding [Sat, 31 Jan 2009 22:54:20 +0000 (22:54 +0000)]
redefine vnd.curl media types according to their documentation at

    http://developers.curl.com/docs/DOC-1126

instead of following their bone-headed IANA registrations.

PR: 43135

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

15 years agoProvide a hint when we see what looks like an SSL record when we're
Eric Covener [Sat, 31 Jan 2009 21:16:51 +0000 (21:16 +0000)]
Provide a hint when we see what looks like an SSL record when we're
expecting a plain-text request line.

Submitted by: Dan Poirer <poirier pobox.com>
Reviwed by: covener

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

15 years ago* Prevent segfaults in handlers by ensuring that r->handler != NULL.
Ruediger Pluem [Sat, 31 Jan 2009 20:35:03 +0000 (20:35 +0000)]
* Prevent segfaults in handlers by ensuring that r->handler != NULL.

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

15 years agouse a local module header file to store the function prototype
Roy T. Fielding [Sat, 31 Jan 2009 01:46:56 +0000 (01:46 +0000)]
use a local module header file to store the function prototype
for ap_unixd_setup_child() that is used outside this module.

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

15 years agoDisabled DefaultType directive and removed ap_default_type()
Roy T. Fielding [Fri, 30 Jan 2009 19:12:51 +0000 (19:12 +0000)]
Disabled DefaultType directive and removed ap_default_type()
from core.  We now exclude Content-Type from responses for which
a media type has not been configured via mime.types, AddType,
ForceType, or some other mechanism.  MMN major bump to NZ time.

PR: 13986

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

15 years agoReflect the unixd_setup_child() rename (r739151) in the MMN (mod_backdoor needs to...
Jeff Trawick [Fri, 30 Jan 2009 12:12:24 +0000 (12:12 +0000)]
Reflect the unixd_setup_child() rename (r739151) in the MMN (mod_backdoor needs to check that).

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

15 years agoname protect unixd_setup_child and restore its prototype to unixd.h
Roy T. Fielding [Fri, 30 Jan 2009 02:51:32 +0000 (02:51 +0000)]
name protect unixd_setup_child and restore its prototype to unixd.h

If someone wants to find a better place for it, then feel free to
so so only if you compile with -Werror before committing.

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

15 years agorevert r711228: the ap_unixd_setup_child prototype needs to go somewhere.
Roy T. Fielding [Fri, 30 Jan 2009 02:48:08 +0000 (02:48 +0000)]
revert r711228: the ap_unixd_setup_child prototype needs to go somewhere.

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

15 years agoaddress a frequent pitfall/misunderstanding about how multiple basic auth providers...
Eric Covener [Thu, 29 Jan 2009 12:44:19 +0000 (12:44 +0000)]
address a frequent pitfall/misunderstanding about how multiple basic auth providers are used

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

15 years agoMatch up formats with args in error messages.
Nick Kew [Wed, 28 Jan 2009 16:23:11 +0000 (16:23 +0000)]
Match up formats with args in error messages.

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

15 years ago* Correctly construct base href url in the reverse proxy case.
Ruediger Pluem [Tue, 27 Jan 2009 22:08:23 +0000 (22:08 +0000)]
* Correctly construct base href url in the reverse proxy case.

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

15 years agoAdd IPv6 variable to mod_rewrite.
Paul Querna [Tue, 27 Jan 2009 02:12:37 +0000 (02:12 +0000)]
Add IPv6 variable to mod_rewrite.
Submitted by: Ryan Phillips <ryan-apache trolocsis.com>

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

15 years agoAdds a mod_authn_file example to the AuthProviderAlias docs, since more
Rich Bowen [Sun, 25 Jan 2009 22:13:40 +0000 (22:13 +0000)]
Adds a mod_authn_file example to the AuthProviderAlias docs, since more
people understand mod_authn_file than understand LDAP.

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

15 years agofix spelling in debug log message
Jeff Trawick [Sun, 25 Jan 2009 21:35:44 +0000 (21:35 +0000)]
fix spelling in debug log message

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

15 years agoa better and valid message
William A. Rowe Jr [Sat, 24 Jan 2009 20:52:53 +0000 (20:52 +0000)]
a better and valid message

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

15 years agoTrivial change - Change /foo to /var/www/html/private. This serves two
Rich Bowen [Sat, 24 Jan 2009 18:43:32 +0000 (18:43 +0000)]
Trivial change - Change /foo to /var/www/html/private. This serves two
purposes. I dislike the use of 'foo' in documentation. But also, it
aleviates some of the confusion that people have between /foo as a URI
and /foo as a directory path. Using /var/www/html/private makes this
much less ambiguous.

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

15 years agoSmall typos.
Lucien Gentis [Sat, 24 Jan 2009 15:34:27 +0000 (15:34 +0000)]
Small typos.

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

15 years agochanges headers_in and headers_out handling in mod_lua to map apr_table_t instances...
Brian McCallister [Sat, 24 Jan 2009 03:10:40 +0000 (03:10 +0000)]
changes headers_in and headers_out handling in mod_lua to map apr_table_t instances as boxed pointers

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

15 years agominor edit to lua readme
Brian McCallister [Sat, 24 Jan 2009 01:50:36 +0000 (01:50 +0000)]
minor edit to lua readme

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

15 years agoTag the pool at creation time.
Paul Querna [Thu, 22 Jan 2009 22:08:46 +0000 (22:08 +0000)]
Tag the pool at creation time.

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

15 years agoUse the more traditional create/clear/destroy style for the main loop pool.
Paul Querna [Thu, 22 Jan 2009 21:47:16 +0000 (21:47 +0000)]
Use the more traditional create/clear/destroy style for the main loop pool.
Suggested by: jerenkrantz

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

15 years agoLittle reorganisation.
Lucien Gentis [Thu, 22 Jan 2009 17:55:07 +0000 (17:55 +0000)]
Little reorganisation.

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

15 years agoFix two small glitches in r730828 (Win9x code
Rainer Jung [Wed, 21 Jan 2009 21:52:28 +0000 (21:52 +0000)]
Fix two small glitches in r730828 (Win9x code
removal in mpm_winnt).

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

15 years agoUpdating after english file modification.
Lucien Gentis [Wed, 21 Jan 2009 13:04:43 +0000 (13:04 +0000)]
Updating after english file modification.

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

15 years agostatus of mod_charset_lite is Extension instead of Experimental
Jeff Trawick [Wed, 21 Jan 2009 12:54:07 +0000 (12:54 +0000)]
status of mod_charset_lite is Extension instead of Experimental

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

15 years agoSmall typo
Lucien Gentis [Wed, 21 Jan 2009 12:15:36 +0000 (12:15 +0000)]
Small typo

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

15 years agoSmall typo
Lucien Gentis [Wed, 21 Jan 2009 12:14:23 +0000 (12:14 +0000)]
Small typo

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

15 years agoremove "experimental" disclaimer in mod_charset_lite
Jeff Trawick [Tue, 20 Jan 2009 22:50:40 +0000 (22:50 +0000)]
remove "experimental" disclaimer in mod_charset_lite
docs; no longer experimental as of 2.2.x

Submitted by: Dan Poirier <poirier pobox.com>

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

15 years ago* We need to return an int not a pointer!
Ruediger Pluem [Tue, 20 Jan 2009 21:22:10 +0000 (21:22 +0000)]
* We need to return an int not a pointer!

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