summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* new German translationAstrid Malo2005-03-282-0/+242
| | | | | | | Reviewed by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159285 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAstrid Malo2005-03-279-17/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159177 13f79535-47bb-0310-9956-ffa450edef68
* Delete an incomprehensible sentence. There is no posibility NOT to choose ↵Astrid Malo2005-03-271-3/+1
| | | | | | the MPM at compile time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159149 13f79535-47bb-0310-9956-ffa450edef68
* markup improvementAstrid Malo2005-03-271-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159147 13f79535-47bb-0310-9956-ffa450edef68
* Bring German translation up to dateAndré Malo2005-03-273-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159141 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-03-279-8/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159140 13f79535-47bb-0310-9956-ffa450edef68
* adjust properties of new filesAndré Malo2005-03-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159139 13f79535-47bb-0310-9956-ffa450edef68
* eol-style = nativeErik Abele2005-03-260-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159110 13f79535-47bb-0310-9956-ffa450edef68
* Add generated htdbm(1) man-page.Erik Abele2005-03-261-0/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159109 13f79535-47bb-0310-9956-ffa450edef68
* Update sitemap to link to new htdbm doco, update transformations.Jason S. Lingohr2005-03-265-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159098 13f79535-47bb-0310-9956-ffa450edef68
* Addition of htdbm documentation. nroff was meant to be generated,Jason S. Lingohr2005-03-268-4/+582
| | | | | | | | | | | | but wasn't. I suspect deps.xml in build/ needs to be modified, but could someone else with more of a clue assist here, thanks. Submitted by: Matt Brubeck <mbrubeck@cs.hmc.edu> Reviewed by: Jason Lingohr <jsl@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159095 13f79535-47bb-0310-9956-ffa450edef68
* Started filling in some of the details of an introduction to rewritingRich Bowen2005-03-252-6/+62
| | | | | | | URLs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158972 13f79535-47bb-0310-9956-ffa450edef68
* don't propagate input headers describing a body to a subrequest. this can ↵Greg Ames2005-03-232-1/+27
| | | | | | | | | cause a back end server to hang in a read for a body which no longer exists. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158798 13f79535-47bb-0310-9956-ffa450edef68
* update comments for *_client_block functions. Greg Ames2005-03-231-7/+5
| | | | | | | | | note namespace protected function names. clarify where 100 Continue is sent. remove dire warning for calling ap_should_client_block more than once since side effects appear to be long gone. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158791 13f79535-47bb-0310-9956-ffa450edef68
* Fix Windows CompContext buff size miscalculationAllan K. Edwards2005-03-222-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158685 13f79535-47bb-0310-9956-ffa450edef68
* Turn LDAPTrustedClientCert and LDAPTrustedMode into the RSRC_CONF context. ↵Paul Querna2005-03-221-2/+2
| | | | | | The current code is broken for use as OR_ALL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158678 13f79535-47bb-0310-9956-ffa450edef68
* Synch with 2.0.x branch.Joe Orton2005-03-211-10/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158455 13f79535-47bb-0310-9956-ffa450edef68
* Test for APR and APR-Util one directory bellow httpd too. I like not having ↵Paul Querna2005-03-201-6/+29
| | | | | | to put them inside srclib. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158303 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-03-189-13/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158113 13f79535-47bb-0310-9956-ffa450edef68
* Adjust properties of those new filesAndré Malo2005-03-182-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@158110 13f79535-47bb-0310-9956-ffa450edef68
* Add /D PCRE_STATIC to solve an 'exported symbol imported' bug.William A. Rowe Jr2005-03-171-4/+4
| | | | | | | | We build pcre static, and do not intent to export pcre_* namespace, but rather our ap_pcre_* wrappers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157949 13f79535-47bb-0310-9956-ffa450edef68
* Fix three problems with pcre for portability;William A. Rowe Jr2005-03-172-20/+22
| | | | | | | | | | | | | | | | 1. study.c's pointer arg didn't jive with pcre_fullinfo()'s prototype, however there was no (trivial) way to get them to concur. Cast in this case was the least of several evils. 2. byteflip had an error for high-bit set bytes, because right shift signed is allowed to extend the sign bit. These had to be unsigned, and the real_pcre types were the safest way to do this. 3. split byteflip into byteflip2/4, to drop size truncation emits, as the arguments are unambigiously 16 or 32 bits as defined in pcre_internal.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157948 13f79535-47bb-0310-9956-ffa450edef68
* Second fat-fingered typo in 24 hrs. Balance parens, this now compiles.William A. Rowe Jr2005-03-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157947 13f79535-47bb-0310-9956-ffa450edef68
* Clean up emit for size truncation. Division here ensures we fit nicely.William A. Rowe Jr2005-03-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157946 13f79535-47bb-0310-9956-ffa450edef68
* One hopes this isn't 1.3 specific. :-)Rich Bowen2005-03-172-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157858 13f79535-47bb-0310-9956-ffa450edef68
* Move remarks about backreferences to the introductory regex discussion.Rich Bowen2005-03-174-46/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157855 13f79535-47bb-0310-9956-ffa450edef68
* Moved some of the gorey details out of the module reference doc and intoRich Bowen2005-03-172-350/+21
| | | | | | | | the supporting documentation. Might want to move some more, too. Haven't decided yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157850 13f79535-47bb-0310-9956-ffa450edef68
* Split the rewrite guide into "Practical solutions to common problems"Rich Bowen2005-03-1710-5/+34
| | | | | | | and "Practical solutions to advanced problems". For now, anyway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157845 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Forgot to rebuild before committing.Rich Bowen2005-03-175-20/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157840 13f79535-47bb-0310-9956-ffa450edef68
* Move some the examples, technical details, and tutorial-style stuff intoRich Bowen2005-03-1720-0/+4973
| | | | | | | | | its own place, somewhat like we did with mod_ssl and others. The main module reference document should just be a module reference document, and nothing more. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157838 13f79535-47bb-0310-9956-ffa450edef68
* sync with mod_status hacks in the worker mpm.Paul Querna2005-03-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157810 13f79535-47bb-0310-9956-ffa450edef68
* Update the Solaris 10 & Event MPM issue. Paul Querna2005-03-161-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157777 13f79535-47bb-0310-9956-ffa450edef68
* And carry on with 2.1.5-dev.Sander Striker2005-03-162-3/+5
| | | | | | | | | | | | | | * include/ap_release.h Bump AP_SERVER_PATCHLEVEL_NUMBER to 5. Set AP_SERVER_DEVBUILD_BOOLEAN. * CHANGES Add a 2.1.5 section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157726 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for 2.1.4 tag.Sander Striker2005-03-161-1/+1
| | | | | | | | | * include/ap_release.h Clear AP_SERVER_DEVBUILD_BOOLEAN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157725 13f79535-47bb-0310-9956-ffa450edef68
* Add ReceiveBufferSize directive to control the TCP receive buffer.Justin Erenkrantz2005-03-153-2/+41
| | | | | | | | Submitted by: Eric Covener <covener gmail.com> Reviewed by: Justin Erenkrantz (with minor formatting tweaks) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157583 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy: Add proxy-sendextracrlf option to send an extra CRLF at theJustin Erenkrantz2005-03-142-0/+15
| | | | | | | | | | | end of the request body to work with really old HTTP servers. * modules/proxy/mod_proxy_http.c (stream_reqbody_cl, spool_reqbody_cl): If proxy-sendextracrlf option is present, append a CRLF to the body stream that isn't counted against CL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157478 13f79535-47bb-0310-9956-ffa450edef68
* small cleanup of the ROADMAP file.Paul Querna2005-03-141-27/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157389 13f79535-47bb-0310-9956-ffa450edef68
* I used to think that the order of the flags was there for a reason, butRich Bowen2005-03-142-273/+273
| | | | | | | | nobody seems to know what that reason is. Alphabetic order is a Good Thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157365 13f79535-47bb-0310-9956-ffa450edef68
* update Japanese translation.Hiroaki Kawai2005-03-132-5/+6
| | | | | | | English revision: 154184 (for core.xml.ja) English revision: 153116 (for mod_proxy.xml.ja) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157328 13f79535-47bb-0310-9956-ffa450edef68
* update Japanese translation.Hiroaki Kawai2005-03-131-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157327 13f79535-47bb-0310-9956-ffa450edef68
* Another mod_cache fixlet.Sander Striker2005-03-112-0/+13
| | | | | | | | | | | | | | | * modules/cache/mod_cache.c (cache_url_handler): Add more debug output. Restore original request headers when CACHE_SAVE filter isn't added to fix up after the request. * modules/cache/cache_storage.c (cache_select_url): Add more debug output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157162 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-03-116-6/+392
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157128 13f79535-47bb-0310-9956-ffa450edef68
* update Brazilian Portuguese translationAndré Malo2005-03-111-0/+397
| | | | | | | | | | * manual/howto/htaccess.xml.pt-br: new file Translated by: Eduardo Tompson Pereira <eduardo.tompson itelefonica.com.br> Reviewed by: Luiz Rocha <lsdr lsdr.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157127 13f79535-47bb-0310-9956-ffa450edef68
* Don't attempt to remove the cache_file if one was never specified.Bradley Nicholes2005-03-091-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156665 13f79535-47bb-0310-9956-ffa450edef68
* Keep track of the number of attributes retrieved from LDAP so that all the ↵Bradley Nicholes2005-03-094-8/+26
| | | | | | values can be properly cached even if the value is NULL. [PR 33901] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156587 13f79535-47bb-0310-9956-ffa450edef68
* Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of ↵Paul Querna2005-03-082-3/+21
| | | | | | checking for specific MPMs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156574 13f79535-47bb-0310-9956-ffa450edef68
* Since prefork is currently the only non-threaded MPM, check for it, instead ↵Paul Querna2005-03-081-1/+1
| | | | | | of testing for each threaded MPM type. This enables mod_cgid on the Event MPM by default, which is a "Good Thing"(tm). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156572 13f79535-47bb-0310-9956-ffa450edef68
* Make IgnoreCacheControl do what it implies when it comes to requests andSander Striker2005-03-081-6/+8
| | | | | | | | | | | | freshness checks. * modules/cache/cache_util.c (ap_cache_check_freshness): Ignore CacheControl: max-age and min-fresh if IgnoreCacheControl is set. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156567 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that the secure listen sockets that are created and injected into ↵Bradley Nicholes2005-03-082-32/+180
| | | | | | the ap_listeners lists by mod_nw_ssl are handled correctly so that they remain open and reused across restarts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156556 13f79535-47bb-0310-9956-ffa450edef68
* Improve caching a bit more...Sander Striker2005-03-082-39/+32
| | | | | | | | | | | | | | | | | | | * modules/cache/cache_util.c (ap_cache_check_freshness): On Cache-Control/Pragma no-cache force revalidation by marking the resource as stale. Unless IgnoreCacheControl is set ofcourse. * modules/cache/mod_cache.c (cache_url_handler): Remove Cache-Control/Pragma no-cache check and accompagnying comment. (cache_save_filter): Move FIXME comment to the correct location. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156480 13f79535-47bb-0310-9956-ffa450edef68