]> granicus.if.org Git - apache/log
apache
14 years agoIntroduce new config option LDAPTimeout to set the timeout for operations
Stefan Fritsch [Mon, 11 Jan 2010 23:08:31 +0000 (23:08 +0000)]
Introduce new config option LDAPTimeout to set the timeout for operations
like bind and search.

For operations other than search, the support of the timeout depends on the
LDAP SDK supporting LDAP_OPT_TIMEOUT (e.g. OpenLDAP >= 2.4.4). An exception is
the ldap_simple_bind() in uldap_connection_open(): Here we put some extra
effort into detecting a timeout in a portable way, to catch an idle connection
having been dropped by a firewall.

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

14 years agoAllow several of the configured session identifiers to be found and removed in
Stefan Fritsch [Sun, 10 Jan 2010 21:07:26 +0000 (21:07 +0000)]
Allow several of the configured session identifiers to be found and removed in
a single request.

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

14 years agoWe shouldn't need to create r->allowed_methods twice!
Nick Kew [Sat, 9 Jan 2010 22:34:51 +0000 (22:34 +0000)]
We shouldn't need to create r->allowed_methods twice!

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

14 years agoUpdates and 2 little typos in manual/mod/mod_rewrite.xml.
Lucien Gentis [Thu, 7 Jan 2010 16:40:21 +0000 (16:40 +0000)]
Updates and 2 little typos in manual/mod/mod_rewrite.xml.

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

14 years agoclarify LDAPConnectionTimeout behavior/availability which is really just
Eric Covener [Thu, 7 Jan 2010 14:52:27 +0000 (14:52 +0000)]
clarify LDAPConnectionTimeout behavior/availability which is really just
passed along to the SDK when applicable.

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

14 years agoclarify that FileETag is for static files only, and explicitly mention
Eric Covener [Wed, 6 Jan 2010 01:31:06 +0000 (01:31 +0000)]
clarify that FileETag is for static files only, and explicitly mention
that ETags aren't generated for files parsed by mod_include.

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

14 years agoComment-out all unused types for faster processing at start-up
Roy T. Fielding [Tue, 5 Jan 2010 21:20:59 +0000 (21:20 +0000)]
Comment-out all unused types for faster processing at start-up
and easier reading with a syntax-highlighting editor.

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

14 years agoUpdate transformations
Takashi Sato [Tue, 5 Jan 2010 15:07:46 +0000 (15:07 +0000)]
Update transformations

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

14 years agoSimilar to r893874, fix the ProxyPass example accoding to the trailing slash rule.
Takashi Sato [Tue, 5 Jan 2010 14:55:25 +0000 (14:55 +0000)]
Similar to r893874, fix the ProxyPass example accoding to the trailing slash rule.
PR: 48459

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

14 years agoSync with IANA registry as of 04 Jan 2010 18:22 PST
Roy T. Fielding [Tue, 5 Jan 2010 07:47:02 +0000 (07:47 +0000)]
Sync with IANA registry as of 04 Jan 2010 18:22 PST

Somebody in the ISO OOXML committee needs a friggin clue.

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

14 years ago2009 -> 2010 in the copyright statement. Nobody seems to know if this is
Rich Bowen [Mon, 4 Jan 2010 21:41:42 +0000 (21:41 +0000)]
2009 -> 2010 in the copyright statement. Nobody seems to know if this is
actually necessary, but it's sort of an annual tradition. We think
tradition is pretty important.

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

14 years agoupdates.
Lucien Gentis [Mon, 4 Jan 2010 14:25:15 +0000 (14:25 +0000)]
updates.

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

14 years agoName this doc a little more clearly.
Rich Bowen [Mon, 4 Jan 2010 13:12:13 +0000 (13:12 +0000)]
Name this doc a little more clearly.

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

14 years agoFix potential segfault when dereferencing NULL request_rec
Stefan Fritsch [Sun, 3 Jan 2010 21:31:57 +0000 (21:31 +0000)]
Fix potential segfault when dereferencing NULL request_rec

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

14 years agoversion/compat messages on flags that have been recently added.
Rich Bowen [Sat, 2 Jan 2010 16:30:59 +0000 (16:30 +0000)]
version/compat messages on flags that have been recently added.

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

14 years agoAdds helpful diagrams to the rewrite intro document, provided by Joseph
Rich Bowen [Fri, 1 Jan 2010 21:27:55 +0000 (21:27 +0000)]
Adds helpful diagrams to the rewrite intro document, provided by Joseph
Pecoraro.

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

14 years agoRewriterule syntax with new phrasing.
Rich Bowen [Fri, 1 Jan 2010 21:21:36 +0000 (21:21 +0000)]
Rewriterule syntax with new phrasing.

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

14 years agoTwo more syntax diagrams that I'd like to use in the docs. However, I've
Rich Bowen [Fri, 1 Jan 2010 20:44:23 +0000 (20:44 +0000)]
Two more syntax diagrams that I'd like to use in the docs. However, I've
requested a phrasing change to the rewriterule diagram, so I'll hold off
on adding it to the doc until I hear back. These images donated by
Joseph Pecoraro.

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

14 years agoupdate transformation
André Malo [Fri, 1 Jan 2010 20:40:45 +0000 (20:40 +0000)]
update transformation

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

14 years agoReplace rewriterule/rewritecond flow diagram with a easier-to-read
Rich Bowen [Fri, 1 Jan 2010 20:31:05 +0000 (20:31 +0000)]
Replace rewriterule/rewritecond flow diagram with a easier-to-read
version donated by Joseph Pecoraro.

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

14 years agodon't use translations of example.com.
André Malo [Fri, 1 Jan 2010 20:29:38 +0000 (20:29 +0000)]
don't use translations of example.com.

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

14 years agoRewrite rule flow. Diagram donated by Joseph Pecoraro.
Rich Bowen [Fri, 1 Jan 2010 20:25:37 +0000 (20:25 +0000)]
Rewrite rule flow. Diagram donated by Joseph Pecoraro.

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

14 years agoupdate transformation
André Malo [Fri, 1 Jan 2010 20:24:59 +0000 (20:24 +0000)]
update transformation

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

14 years agofix tokens
André Malo [Fri, 1 Jan 2010 20:18:42 +0000 (20:18 +0000)]
fix tokens

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

14 years agoI need to get around to writing this ...
Rich Bowen [Fri, 1 Jan 2010 20:11:16 +0000 (20:11 +0000)]
I need to get around to writing this ...

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

14 years agoRemoves duplication of the RewriteRule flags documentation. The module
Rich Bowen [Fri, 1 Jan 2010 20:02:30 +0000 (20:02 +0000)]
Removes duplication of the RewriteRule flags documentation. The module
doc contains a table of definitions. The rewrite flag doc contains
detailed explanations and examples.

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

14 years agoTypo, and a few additional details.
Rich Bowen [Fri, 1 Jan 2010 18:53:24 +0000 (18:53 +0000)]
Typo, and a few additional details.

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

14 years agoMakes each flag a top-level section in this doc, thereby giving it a
Rich Bowen [Wed, 30 Dec 2009 03:54:10 +0000 (03:54 +0000)]
Makes each flag a top-level section in this doc, thereby giving it a
navigation link in the right navigation box. I think that makes this
page much more useful, particularly when it becomes the primary resource
for rewriterule flags and their use.
Also adds some detail on several of the flags.

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

14 years agoA few minor tweaks to the flags doc. Getting ready to rearrange the
Rich Bowen [Wed, 30 Dec 2009 02:41:17 +0000 (02:41 +0000)]
A few minor tweaks to the flags doc. Getting ready to rearrange the
flags in the main module doc vs this file.

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

14 years agoMove ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
Takashi Sato [Wed, 30 Dec 2009 00:51:46 +0000 (00:51 +0000)]
Move ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.

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

14 years agofollow up r894425:
Takashi Sato [Wed, 30 Dec 2009 00:40:27 +0000 (00:40 +0000)]
follow up r894425:

*) CHANGES:  order
*) ap_mmn.h: Not in 2.3.4 but 2.3.5.
*) doc:      Add compat note.

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

14 years agotweak handling for default allowed ports
Takashi Sato [Tue, 29 Dec 2009 16:25:31 +0000 (16:25 +0000)]
tweak handling for default allowed ports

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

14 years agoMove AllowCONNECT from mod_proxy to mod_proxy_connect.
Takashi Sato [Tue, 29 Dec 2009 15:39:54 +0000 (15:39 +0000)]
Move AllowCONNECT from mod_proxy to mod_proxy_connect.

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

14 years agoAdds a [QSD] flag to RewriteRule to discard unwanted query strings
Rich Bowen [Tue, 29 Dec 2009 13:34:24 +0000 (13:34 +0000)]
Adds a [QSD] flag to RewriteRule to discard unwanted query strings
without the old kludge of sticking a ? on the end of the target URI.

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

14 years agoFix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato [Tue, 29 Dec 2009 13:09:50 +0000 (13:09 +0000)]
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.

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

14 years agoAdd parentheses to min max macro functions to avoid future bugs.
Takashi Sato [Tue, 29 Dec 2009 12:56:44 +0000 (12:56 +0000)]
Add parentheses to min max macro functions to avoid future bugs.

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

14 years agoFix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato [Tue, 29 Dec 2009 12:46:37 +0000 (12:46 +0000)]
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.

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

14 years agoInitialize variable to avoid compiler warnings.
Rich Bowen [Tue, 29 Dec 2009 12:39:23 +0000 (12:39 +0000)]
Initialize variable to avoid compiler warnings.

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

14 years agoFix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato [Tue, 29 Dec 2009 12:34:26 +0000 (12:34 +0000)]
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.

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

14 years agostring constness
Takashi Sato [Tue, 29 Dec 2009 11:51:40 +0000 (11:51 +0000)]
string constness

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

14 years agoClarify that the doc is about mod_rewrite. Several people have recently
Rich Bowen [Tue, 29 Dec 2009 03:45:26 +0000 (03:45 +0000)]
Clarify that the doc is about mod_rewrite. Several people have recently
commented that they couldn't quickly find the rewrite d

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

14 years agoAdds a clarification to the AddDescription docs, to address the
Rich Bowen [Tue, 29 Dec 2009 03:41:58 +0000 (03:41 +0000)]
Adds a clarification to the AddDescription docs, to address the
confusion indicated in https://issues.apache.org/bugzilla/show_bug.cgi?id=17210
The problem described there is fixed by a reordering of the
AddDescription directives.

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

14 years agoRebuilding docs to get some of the changes that have been made recently
Rich Bowen [Tue, 29 Dec 2009 03:10:30 +0000 (03:10 +0000)]
Rebuilding docs to get some of the changes that have been made recently
and never rebuilt.

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

14 years agoApplies patch provided in
Rich Bowen [Tue, 29 Dec 2009 02:56:51 +0000 (02:56 +0000)]
Applies patch provided in
https://issues.apache.org/bugzilla/show_bug.cgi?id=47463 to clarify the
use of -NameWidth

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

14 years agoAdds alternating CSS classes to table rows for trendy striped table
Rich Bowen [Tue, 29 Dec 2009 02:18:55 +0000 (02:18 +0000)]
Adds alternating CSS classes to table rows for trendy striped table
support.

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

14 years agoMissing </section> tag from whenever this was last modified.
Rich Bowen [Tue, 29 Dec 2009 01:15:34 +0000 (01:15 +0000)]
Missing </section> tag from whenever this was last modified.

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

14 years agoThe ReadmeName directive was putting its value in the wrong place, and
Rich Bowen [Sun, 27 Dec 2009 23:08:15 +0000 (23:08 +0000)]
The ReadmeName directive was putting its value in the wrong place, and
overwriting the HeaderName value.

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

14 years agoUpdates.
Lucien Gentis [Sun, 27 Dec 2009 14:33:36 +0000 (14:33 +0000)]
Updates.

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

14 years agomod_filter: enable filters to be configured on non-200 responses
Nick Kew [Sun, 27 Dec 2009 01:48:49 +0000 (01:48 +0000)]
mod_filter: enable filters to be configured on non-200 responses
PR 48377

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

14 years agomod_headers: Enable multi-match-and-replace edit option
Nick Kew [Sun, 27 Dec 2009 00:05:12 +0000 (00:05 +0000)]
mod_headers: Enable multi-match-and-replace edit option
PR 47066

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

14 years agomod_headers: align Header Edit with Header Set on Content-Type
Nick Kew [Sat, 26 Dec 2009 23:05:39 +0000 (23:05 +0000)]
mod_headers: align Header Edit with Header Set on Content-Type
PR 48422
Adapted patch from Cyril Bonté

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

14 years agoFix r893871 as noted by rpluem, to remove risk of returning a
Nick Kew [Sat, 26 Dec 2009 10:30:52 +0000 (10:30 +0000)]
Fix r893871 as noted by rpluem, to remove risk of returning a
relative-ised URL, and fix erroneous CHANGES bug attribution.

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

14 years agoupdate transformation
Takashi Sato [Fri, 25 Dec 2009 17:17:34 +0000 (17:17 +0000)]
update transformation

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

14 years agoFix the ProxyPass example accoding to the trailing slash rule.
Takashi Sato [Fri, 25 Dec 2009 16:32:20 +0000 (16:32 +0000)]
Fix the ProxyPass example accoding to the trailing slash rule.

Submitted by: inoue <inoue ariel-networks.com>
PR: 48444

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

14 years agoProxy: fix ProxyPassReverse with relative URL
Nick Kew [Fri, 25 Dec 2009 15:26:49 +0000 (15:26 +0000)]
Proxy: fix ProxyPassReverse with relative URL
PR 38864

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

14 years ago* With APR >= 2.0 there is no longer an APR-UTIL only an APR.
Ruediger Pluem [Wed, 23 Dec 2009 15:09:21 +0000 (15:09 +0000)]
* With APR >= 2.0 there is no longer an APR-UTIL only an APR.

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

14 years agobump pending version
Takashi Sato [Wed, 23 Dec 2009 00:58:53 +0000 (00:58 +0000)]
bump pending version

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

14 years agoFix a mistranslation.
Takashi Sato [Tue, 22 Dec 2009 17:22:01 +0000 (17:22 +0000)]
Fix a mistranslation.

Submitted by: HANAWA Yoshio <hanawa dino.co.jp>
Reviewed by:  takashi

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

14 years agoStrip SHARED_CORE deadwood.
Nick Kew [Tue, 22 Dec 2009 00:05:40 +0000 (00:05 +0000)]
Strip SHARED_CORE deadwood.
PR 46239

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

14 years agomod_autoindex: support XHTML as equivalent to HTML in
Nick Kew [Mon, 21 Dec 2009 23:43:50 +0000 (23:43 +0000)]
mod_autoindex: support XHTML as equivalent to HTML in
IndexOptions, ScanHTMLTitles, ReadmeName, HeaderName
PR 48416 [Dmitry Bakshaev <dab18 izhnet.ru>, Nick Kew]

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

14 years ago(re)-introduce -T commandline option to suppress documentroot check at startup
Nick Kew [Mon, 21 Dec 2009 23:26:00 +0000 (23:26 +0000)]
(re)-introduce -T commandline option to suppress documentroot check at startup
PR 41887
Patch by Jan van den Berg

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

14 years agoFix up r892678 as pointed out by rpluem.
Nick Kew [Mon, 21 Dec 2009 13:11:14 +0000 (13:11 +0000)]
Fix up r892678 as pointed out by rpluem.

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

14 years agoReject requests containing (invalid) NULL characters in request line
Nick Kew [Mon, 21 Dec 2009 00:40:07 +0000 (00:40 +0000)]
Reject requests containing (invalid) NULL characters in request line
or request headers.
PR 43039

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

14 years agoImprove the wording.
Takashi Sato [Sun, 20 Dec 2009 08:04:59 +0000 (08:04 +0000)]
Improve the wording.

Submitted by: OZAWA Sakuro <ozawa feedforce.jp>
Reviewed by:  takashi

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

14 years ago* Do an exact match of the keys defined by CacheIgnoreURLSessionIdentifiers
Ruediger Pluem [Fri, 18 Dec 2009 16:03:13 +0000 (16:03 +0000)]
* Do an exact match of the keys defined by CacheIgnoreURLSessionIdentifiers
  against the querystring instead of a partial match.

PR: 48401
Submitted by: Dodou Wang <wangdong.08 gmail.com>
Reviewed by: rpluem

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

14 years agoDocument the ability to use shell environment variables in
Daniel Earl Poirier [Fri, 18 Dec 2009 15:44:03 +0000 (15:44 +0000)]
Document the ability to use shell environment variables in
the configuration file.

PR: 46333
Patch submitted by: Nathan Stratton Treadway

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

14 years agocatch up on recently-added hooks
Jeff Trawick [Fri, 18 Dec 2009 15:29:55 +0000 (15:29 +0000)]
catch up on recently-added hooks
add the exception hook, which isn't built by default

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

14 years agoapache_probes.h is generated by configure
Jeff Trawick [Fri, 18 Dec 2009 13:52:48 +0000 (13:52 +0000)]
apache_probes.h is generated by configure

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

14 years agosort by probe name
Jeff Trawick [Fri, 18 Dec 2009 13:34:22 +0000 (13:34 +0000)]
sort by probe name

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

14 years agoFurther mitigation for the TLS renegotation attack, CVE-2009-3555:
Joe Orton [Wed, 16 Dec 2009 15:59:49 +0000 (15:59 +0000)]
Further mitigation for the TLS renegotation attack, CVE-2009-3555:

* modules/ssl/ssl_engine_kernel.c (has_buffered_data): New function.
  (ssl_hook_Access): Forcibly disable keepalive for the connection if
  there is any buffered data readable from the input filter stack.

* modules/ssl/ssl_engine_io.c (ssl_io_filter_input): Ensure that the
  BIO uses blocking operations when invoked outside direct control of
  the httpd filter stack.

Thanks to Hartmut Keil <Hartmut.Keil adnovum.ch> for proposing this
technique.

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

14 years agoFix crash in balancer-manager.
Rainer Jung [Wed, 16 Dec 2009 13:24:51 +0000 (13:24 +0000)]
Fix crash in balancer-manager.

This was due to an incomplete refactoring in
r771940 (switching balancer->workers to an
array of pointers).

It's likely that other balancer functionality
was broken too.

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

14 years agoLittle typo.
Lucien Gentis [Tue, 15 Dec 2009 13:24:43 +0000 (13:24 +0000)]
Little typo.

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

14 years agoCorrectly reference the apr_crypto_t context as a context and not a factory,
Graham Leggett [Tue, 15 Dec 2009 00:31:39 +0000 (00:31 +0000)]
Correctly reference the apr_crypto_t context as a context and not a factory,
using the new name apr_crypto_make.

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

14 years agoUpdate transforms.
Daniel Earl Poirier [Mon, 14 Dec 2009 18:52:03 +0000 (18:52 +0000)]
Update transforms.

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

14 years agoExpand on mod_alias documentation.
Daniel Earl Poirier [Mon, 14 Dec 2009 18:50:30 +0000 (18:50 +0000)]
Expand on mod_alias documentation.
Add a link from the glossary entry on regular expressions to the wikipedia
page that seems to be a good reference for the syntax of PCRE's flavor of
regular expressions.

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

14 years agoDon't capture matches if you're going to discard them - replaces ^(.+)
Rich Bowen [Mon, 14 Dec 2009 17:51:51 +0000 (17:51 +0000)]
Don't capture matches if you're going to discard them - replaces ^(.+)
with just ^ for a rewrite rule that doesn't use $1.

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

14 years agoPatch from Mark Watts. Mention ProxyErrorOverride.
Rich Bowen [Mon, 14 Dec 2009 15:43:46 +0000 (15:43 +0000)]
Patch from Mark Watts. Mention ProxyErrorOverride.

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

14 years agorevert r832627, because it uses invalid xml structure
André Malo [Sat, 12 Dec 2009 20:28:44 +0000 (20:28 +0000)]
revert r832627, because it uses invalid xml structure

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

14 years agoupdate transformation
André Malo [Sat, 12 Dec 2009 20:12:15 +0000 (20:12 +0000)]
update transformation

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

14 years agofix properties
André Malo [Sat, 12 Dec 2009 20:10:15 +0000 (20:10 +0000)]
fix properties

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

14 years ago* Ensure that the new table values are allocated from the pool of the main
Ruediger Pluem [Thu, 10 Dec 2009 20:18:05 +0000 (20:18 +0000)]
* Ensure that the new table values are allocated from the pool of the main
  request as they might be added to the header tables of the main request.
  Otherwise these values might become invalid once the subrequest and its
  pool gets destroyed.

PR: 48359
Submitted by: rpluem, niq
Reviewed by: niq

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

14 years agoWe're going to need a separate document which discusses the question of
Rich Bowen [Tue, 8 Dec 2009 23:17:49 +0000 (23:17 +0000)]
We're going to need a separate document which discusses the question of
using mod_rewrite in .htaccess files - both the fact that it's not
required (as the current myth seems to hold) and the fact that things
are subtly more complicated in per-dir context.

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

14 years agoUse "=" instead of "==" in test condition for
Rainer Jung [Tue, 8 Dec 2009 19:46:10 +0000 (19:46 +0000)]
Use "=" instead of "==" in test condition for
improved shell compatibility.

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

14 years agoDon't keepalive when we send a non-100 response while Client is expecting 100
Nick Kew [Tue, 8 Dec 2009 10:22:56 +0000 (10:22 +0000)]
Don't keepalive when we send a non-100 response while Client is expecting 100
and may be feeding us continuation data.
PR 47087

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

14 years agoUpdates.
Lucien Gentis [Sun, 6 Dec 2009 16:52:38 +0000 (16:52 +0000)]
Updates.

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

14 years agoSmall typos.
Lucien Gentis [Sat, 5 Dec 2009 16:24:35 +0000 (16:24 +0000)]
Small typos.

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

14 years agoThe default sysconfdif is conf, not etc
Rich Bowen [Thu, 3 Dec 2009 17:19:56 +0000 (17:19 +0000)]
The default sysconfdif is conf, not etc

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

14 years ago* server/scoreboard.c::ap_create_scoreboard
Ruediger Pluem [Wed, 2 Dec 2009 22:13:54 +0000 (22:13 +0000)]
* server/scoreboard.c::ap_create_scoreboard

  Reset the pointer to ap_logio_get_last_bytes each time we create or reinit an
  existing scoreboard to avoid using an invalid pointer in case mod_logio got
  reloaded to a different address.

Reviewed by: rjung, trawick

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

14 years agocatch up with updated Mutex syntax
Jeff Trawick [Wed, 2 Dec 2009 19:54:23 +0000 (19:54 +0000)]
catch up with updated Mutex syntax

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

14 years agofix this:
Jeff Trawick [Wed, 2 Dec 2009 17:36:46 +0000 (17:36 +0000)]
fix this:
util_mutex.c: In function ‘ap_set_mutex’:
util_mutex.c:188: warning: comparison between pointer and integer
util_mutex.c:174: warning: unused variable ‘type’

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

14 years agofix this:
Jeff Trawick [Wed, 2 Dec 2009 17:34:33 +0000 (17:34 +0000)]
fix this:
mod_auth_digest.c: In function ‘set_shmem_size’:
mod_auth_digest.c:681: warning: format ‘%ld’ expects type ‘long int’, but argument 7 has type ‘apr_size_t’

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

14 years agoAdd OmitPID keyword on Mutex directive to suppress the
Jeff Trawick [Wed, 2 Dec 2009 14:24:18 +0000 (14:24 +0000)]
Add OmitPID keyword on Mutex directive to suppress the
addition of the parent pid to the generated lock file
name.

Change the Mutex directive syntax from

  Mutex default|mutex-name mechanism

to

  Mutex mechanism [default|mutex-name] ... [OmitPID]

as suggested by wrowe.  (Thanks!)

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

14 years agofixed NetWare makefiles for newer pcre.
Guenter Knauf [Tue, 1 Dec 2009 22:29:42 +0000 (22:29 +0000)]
fixed NetWare makefiles for newer pcre.

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

14 years agoinclude definition of cmd_parms
Jeff Trawick [Tue, 1 Dec 2009 15:08:30 +0000 (15:08 +0000)]
include definition of cmd_parms

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

14 years agomore NetWare makefile cleanups.
Guenter Knauf [Tue, 1 Dec 2009 15:00:11 +0000 (15:00 +0000)]
more NetWare makefile cleanups.

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

14 years agoadded watchdog module to NetWare internal module list.
Guenter Knauf [Tue, 1 Dec 2009 14:51:47 +0000 (14:51 +0000)]
added watchdog module to NetWare internal module list.

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

14 years agofixed pcre NetWare makefile var.
Guenter Knauf [Tue, 1 Dec 2009 14:49:58 +0000 (14:49 +0000)]
fixed pcre NetWare makefile var.

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

14 years agomore NetWare makefile fixes and cleanups.
Guenter Knauf [Tue, 1 Dec 2009 14:42:26 +0000 (14:42 +0000)]
more NetWare makefile fixes and cleanups.

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

14 years agofixed NetWare proxy export list;
Guenter Knauf [Tue, 1 Dec 2009 14:24:27 +0000 (14:24 +0000)]
fixed NetWare proxy export list;
only build mod_serf if we have zlib.

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

14 years agoRevert nonsense I introduced in r885689; solve cl test correctly
William A. Rowe Jr [Tue, 1 Dec 2009 08:59:41 +0000 (08:59 +0000)]
Revert nonsense I introduced in r885689; solve cl test correctly

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