summaryrefslogtreecommitdiffstats
path: root/docs/manual (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-13update generated html and metadataJeff Trawick28-64/+146
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835645 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13update MPM doc to cover new MPM defaults and MPMs as DSO modulesJeff Trawick1-20/+43
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835638 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Adds a couple of seealso's.Rich Bowen2-0/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835573 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Corrects the page title.Rich Bowen2-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835365 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Removes a lengthy and unnecessary discussion of the various methods ofRich Bowen4-317/+100
load balancing. Removes a RewriteMap prg load balancing script, and replaces it with a RewriteMap rnd example of the same, as well as an admonition to use mod_proxy_balancer instead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835364 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Corrects links to the reference documentation.Rich Bowen9-9/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835360 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12Move the 'vhost per user' rule, and add commentary.Rich Bowen4-84/+116
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835356 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11fix CHANGES entries: mod_dav_fs -> mod_davStefan Fritsch1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835095 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11* Use correct #ifndef's to compile again on openssl 0.9.8 and fix compilerRuediger Pluem1-5/+11
warnings. Noted by: sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835046 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11roll on to 2.3.4-devPaul Querna2-5/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835031 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Prepare for 2.3.3 release tag.Paul Querna1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835029 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10When moving a file over device boundaries and unlinking the source file failsStefan Fritsch1-2/+15
because it does not exist anymore, don't unlink the destination file. While it is unclear to me how/when this can happen, at least one user encountered the problem: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=273476 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834697 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10s/cange/change/Jeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834568 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Revert removal of the key_type byte in the lock key. There is no need to breakStefan Fritsch2-8/+20
the format on systems without inodes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834533 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10fix off by one errorStefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834500 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Fix broken config check for *max timeoutsStefan Fritsch1-4/+6
Fix floating point exception for *minrate == 0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834499 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10fix e-mail address formatJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834440 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10enable support for ECC keys and ECDH ciphers. Tested againstSander Temme8-6/+119
OpenSSL 1.0.0b3. [Vipul Gupta vipul.gupta sun.com, Sander Temme] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834378 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09mod_dav_fs: Include uri when logging a PUT error due to connection abort.Stefan Fritsch2-4/+12
PR: 38149 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834245 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Return 409 instead of 500 for a LOCK request if the parent resource does notStefan Fritsch2-0/+18
exist or is not a collection. PR: 43465 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834230 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09There is a bug report for r834073, therefore add a CHANGES entry.Stefan Fritsch1-0/+4
Fix litmus warning: According to RFC2518, COPY to non-existant collection should give 409 CONFLICT. PR: 39299 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834107 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Fix compiler warningStefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834079 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Fix litmus warning: According to RFC2518, COPY to non-existant collectionStefan Fritsch1-0/+1
should give 409 CONFLICT. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834073 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Don't delete the whole file if a PUT with content-range failed.Stefan Fritsch2-1/+18
PR: 42896 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834062 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Make PUT with DAV_MODE_WRITE_TRUNC create a temporary file first and, when theStefan Fritsch3-106/+77
transfer has been completed successfully, move it over the old file. Since this would break inode keyed locking, switch to filename keyed locking exclusively. PR: 39815 Submitted by: Paul Querna, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834049 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Instead of checking device ids, try rename first and in case of EXDEV,Stefan Fritsch1-40/+13
fallback to copy. From rename(2) on Linux: Linux permits a file system to be mounted at multiple points, but rename() does not work across different mount points, even if the same file system is mounted on both. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834019 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Also remove trailing whitespace in the valueStefan Fritsch1-2/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834013 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Simplify code by using apr_strtokStefan Fritsch1-26/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@834006 13f79535-47bb-0310-9956-ffa450edef68
2009-11-08Rebuild html from xml typo fixes.Rich Bowen1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833936 13f79535-47bb-0310-9956-ffa450edef68
2009-11-08 Little typos.Lucien Gentis1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833878 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07mod_log_config: Make ${cookie}C correctly match whole cookie namesStefan Fritsch3-12/+39
instead of substrings. PR: 28037 Submitted by: Dan Franklin <dan dan-franklin.com>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833738 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07Update.Lucien Gentis1-7/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833722 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07Typo correction. Thanks Lucien.Rich Bowen2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833721 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07Some additional new feature goodness to be part of 2.4. Please reviewSander Temme1-3/+29
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833596 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info): Add parenthesesJoe Orton1-1/+1
around bitwise-and. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833593 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06update pollset to reflect changed connection state before closing the socket;Jeff Trawick1-1/+1
otherwise the pollset-remove can crash (at least with select-based poll, since fd is now -1) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833583 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06SECURITY: Partial fix for CVE-2009-3555:Joe Orton4-65/+122
Reject client-initiated renegotiations; this is sufficient to prevent the attack for any configuration which does not require renegotiation due to per-directory/per-location access control configuration. Configuration with per-directory/per-location access control requirements (such as "SSLVerifyClient require") are still vulnerable to CVE-2009-3555 with this patch applied (if using OpenSSL <= 0.9.8k). * modules/ssl/ssl_private.h (SSLConnRec): Add reneg_state field. (ssl_callback_Info): Renamed from ssl_callback_LogTracingState. * modules/ssl/ssl_engine_init.c (ssl_init_ctx_callbacks): Install the (renamed) info callback unconditionally. * modules/ssl/ssl_engine_io.c (ssl_filter_ctx_t): Add config pointer to SSLConnRec. (bio_filter_out_write, bio_filter_in_read): Fail with APR_ECONNABORTED if the reneg state is set to RENEG_ABORT. * modules/ssl/ssl_engine_kernel.c (log_tracing_state): Factored out of ssl_callback_LogTracingState. (ssl_callback_Info): New function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833582 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Remove mod_unique_id from the default build.Sander Temme1-1/+1
Reviewed by: sctemme, niq, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833477 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Update.Lucien Gentis1-6/+21
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833393 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Touch file, SVN testing. Eeek =) Tony Stevenson1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833322 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05expose r->notes to luaBrian McCallister1-0/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833141 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05seealso list in all the various docs.Rich Bowen12-15/+31
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833139 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Little typo.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833090 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Moves the "canonial URL" example to remappingRich Bowen4-73/+91
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833061 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Moves the "dynamically regenerated" rule to advanced.Rich Bowen4-90/+85
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832977 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Removing a ruleset that not only doesn't have a description, but alsoRich Bowen2-45/+0
can't possibly work, since it contains a fully-qualified URL in the RewriteRule. Feel free to revert iff you can provide a description and a functional rule. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832976 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Moves the 'browser-specific' rule into remapping.Rich Bowen5-205/+81
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832973 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Moves the 'sharding' rule into the 'advanced' doc.Rich Bowen2-1/+114
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832971 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05I'm actually not terribly thrilled with the notion of an "advanced" doc,Rich Bowen6-0/+105
because that's such an arbitrary designation, and I'm afraid that it will become a catch-all. So if someone wants to do this differently, I certainly won't object. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832962 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Removing this rule entirely, because it's not meaningful. It relies onRich Bowen2-65/+0
REMOTE_IDENT. Browsers stopped sending REMOTE_IDENT 15 years ago, and even when they did, it wasn't trustworthy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832952 13f79535-47bb-0310-9956-ffa450edef68