summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update transformationAndré Malo2010-03-2152-273/+332
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@925874 13f79535-47bb-0310-9956-ffa450edef68
* fix xmlAndré Malo2010-03-211-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@925872 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy: Tone down a warning message that appears when the same backendGraham Leggett2010-03-211-2/+2
| | | | | | | | website is reverse proxied two or more times into the frontend URL space. PR: 48947 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@925850 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2010-03-211-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@925765 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-03-218-38/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@925762 13f79535-47bb-0310-9956-ffa450edef68
* hyphenate some compound modifiersJeff Trawick2010-03-185-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924915 13f79535-47bb-0310-9956-ffa450edef68
* Fixing SSLStrictSNIVHostCheck description, which made my head hurt.Igor Galić2010-03-182-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924843 13f79535-47bb-0310-9956-ffa450edef68
* Let the nominations for the name beginWilliam A. Rowe Jr2010-03-171-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924471 13f79535-47bb-0310-9956-ffa450edef68
* rebuild translation metafilesRich Bowen2010-03-1728-29/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924468 13f79535-47bb-0310-9956-ffa450edef68
* Remove mentions of HTTPD. Mea culpa.Rich Bowen2010-03-1718-54/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924467 13f79535-47bb-0310-9956-ffa450edef68
* If the client disconnects and the backend continues to send data fast, forciblyStefan Fritsch2010-03-171-1/+9
| | | | | | | close the backend connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924455 13f79535-47bb-0310-9956-ffa450edef68
* Correctly handle the case where apr_brigade_partition() returns APR_INCOMPLETEStefan Fritsch2010-03-171-5/+7
| | | | | | | | and b points to the sentinel of ctx->proc_bb and not the sentinel of bb. (Similar fix as r910326) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924452 13f79535-47bb-0310-9956-ffa450edef68
* add list of modules lacking documentationStefan Fritsch2010-03-171-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924439 13f79535-47bb-0310-9956-ffa450edef68
* Update compatibility note for ProxyPreserveHostStefan Fritsch2010-03-161-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923952 13f79535-47bb-0310-9956-ffa450edef68
* Align "hidden" function names with external... picky, butJim Jagielski2010-03-164-8/+8
| | | | | | | less confusing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923791 13f79535-47bb-0310-9956-ffa450edef68
* update transformationsJeff Trawick2010-03-1624-23/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923736 13f79535-47bb-0310-9956-ffa450edef68
* note that CacheLock is available in 2.2.15 or laterJeff Trawick2010-03-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923735 13f79535-47bb-0310-9956-ffa450edef68
* In as much as we can be said to have consensus on anything at all, weRich Bowen2010-03-1629-42/+42
| | | | | | | | | | appear to have consensus that we will refer to the product (in the documentation) as Apache HTTPD, or HTTPD for short, and to the server binary executable as <code>httpd</code>. Here's a few changes to that effect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923712 13f79535-47bb-0310-9956-ffa450edef68
* get the socket with ap_get_module_config instead of walking the filter chainStefan Fritsch2010-03-151-15/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923429 13f79535-47bb-0310-9956-ffa450edef68
* core: shorten the wait time in ap_lingering_close() if theStefan Fritsch2010-03-152-7/+18
| | | | | | | | | | | "short-lingering-close" connection note is set. mod_reqtimeout: Instead of setting c->aborted, use the "short-lingering-close" connection note to shut down the connection quickly while still giving the client a chance to receive the error message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923418 13f79535-47bb-0310-9956-ffa450edef68
* Correct referenced OpenSSL version.Rainer Jung2010-03-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923313 13f79535-47bb-0310-9956-ffa450edef68
* Document mod_luaRich Bowen2010-03-151-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923280 13f79535-47bb-0310-9956-ffa450edef68
* More things I'd like to work on.Rich Bowen2010-03-151-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@923269 13f79535-47bb-0310-9956-ffa450edef68
* Some typos.Lucien Gentis2010-03-142-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922907 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-03-148-220/+248
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922903 13f79535-47bb-0310-9956-ffa450edef68
* Apache -> Apache HTTPD or HTTPD.Rich Bowen2010-03-142-37/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922709 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations.Rich Bowen2010-03-1412-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922707 13f79535-47bb-0310-9956-ffa450edef68
* Apache -> Apache HTTP ServerRich Bowen2010-03-136-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922642 13f79535-47bb-0310-9956-ffa450edef68
* Also extend the timeout if have_lf_or_eos() returned APR_SUCCESS.Stefan Fritsch2010-03-121-4/+4
| | | | | | | Spotted by Ruediger Pluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922407 13f79535-47bb-0310-9956-ffa450edef68
* all signs indicate that status value is always -1 on errorEric Covener2010-03-123-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922405 13f79535-47bb-0310-9956-ffa450edef68
* reduce the warning level in the bindprocessor() call used to make sure childEric Covener2010-03-123-3/+3
| | | | | | | | | | | | processes aren't bound to the CPU the parent is running on. In recent levels of AIX, the parent isn't implicitly bound to a CPU (so the children don't inherit it), and when the AIX WPAR feature is enabled this call can return EPERM, even though the child process is already unbound. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922392 13f79535-47bb-0310-9956-ffa450edef68
* API docs are generated via 'make dox'.Rich Bowen2010-03-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922340 13f79535-47bb-0310-9956-ffa450edef68
* 54 degrees in Lexington. Looks like it's going to be a warm day.Rich Bowen2010-03-121-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922270 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild translation transformations.Rich Bowen2010-03-125-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922268 13f79535-47bb-0310-9956-ffa450edef68
* I'm not completely satisfied with this, but I need to stop and come backRich Bowen2010-03-122-230/+247
| | | | | | | | | to it later. This is a complete rewrite, because the original document was, in fact, the original document - that is, it described how NCSA did things. Wow. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922267 13f79535-47bb-0310-9956-ffa450edef68
* I'm rewriting the custom error doc, because it is all about how ApacheRich Bowen2010-03-121-1/+13
| | | | | | | 0.9 differs from NCSA. Geez. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922253 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations/translationsRich Bowen2010-03-1216-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922241 13f79535-47bb-0310-9956-ffa450edef68
* Apache -> httpdRich Bowen2010-03-122-53/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922240 13f79535-47bb-0310-9956-ffa450edef68
* Apache -> httpdRich Bowen2010-03-122-20/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922238 13f79535-47bb-0310-9956-ffa450edef68
* Apache -> httpdRich Bowen2010-03-122-60/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922237 13f79535-47bb-0310-9956-ffa450edef68
* 'Apache' -> 'Apache HTTP Server' or 'httpd'Rich Bowen2010-03-122-20/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922236 13f79535-47bb-0310-9956-ffa450edef68
* Update transformationsRich Bowen2010-03-1214-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922235 13f79535-47bb-0310-9956-ffa450edef68
* Apache -> Apache HTTP Server or httpdRich Bowen2010-03-122-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922234 13f79535-47bb-0310-9956-ffa450edef68
* Correct usage of 'Apache' vs 'httpd' and 'Apache HTTP Server'Rich Bowen2010-03-129-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922232 13f79535-47bb-0310-9956-ffa450edef68
* A temporary solution to an outdated link. Would be nice to have thisRich Bowen2010-03-112-9/+3
| | | | | | | | autobuilt every few days, and have it on some ASF hardware. Not sure how to go about making that happen, but I'll look into it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921952 13f79535-47bb-0310-9956-ffa450edef68
* Identify more embarrassingly outdated content on our website.Rich Bowen2010-03-111-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921902 13f79535-47bb-0310-9956-ffa450edef68
* Yikes. The developer docs are dreadful.Rich Bowen2010-03-111-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921895 13f79535-47bb-0310-9956-ffa450edef68
* Remove some duplicated items. More details on some items. Attach someRich Bowen2010-03-111-12/+19
| | | | | | | names to a few things, so that they'll be guilted into doing something. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921891 13f79535-47bb-0310-9956-ffa450edef68
* 52 deg F and raining in Lexington.Rich Bowen2010-03-111-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921885 13f79535-47bb-0310-9956-ffa450edef68
* Update STATUS document. One forgets how much there really is to do.Rich Bowen2010-03-111-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921884 13f79535-47bb-0310-9956-ffa450edef68