summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-053-1/+17
* unixd_config/ap_unixd_config rename for mod_privilegesEric Covener2008-12-031-3/+3
* unixd_config->ap_unixd_config renames for mod_suexecEric Covener2008-12-031-2/+2
* All lbmethods are now ind submodules...Jim Jagielski2008-12-032-308/+1
* Allow for ind lbs to buildJim Jagielski2008-12-031-0/+7
* Add in independent bytraffic lbmethodJim Jagielski2008-12-031-0/+132
* Add in independent byrequests lbmethodJim Jagielski2008-12-031-0/+165
* Add in independent bybusyness lbmethodJim Jagielski2008-12-031-0/+129
* And allow for the submod to be builtJim Jagielski2008-12-035-368/+17
* And move the HB balancer thereJim Jagielski2008-12-031-0/+364
* * Another set of missed renames.Ruediger Pluem2008-12-022-2/+2
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-025-52/+52
* Don't do anything by defautl if we haven't been configured.Paul Querna2008-12-021-10/+15
* When not configured, don't do anything by default.Paul Querna2008-12-021-2/+17
* Make dialup_callback a static function.Paul Querna2008-12-021-1/+1
* * Avoid sending no answer at all if a custom error page causes anRuediger Pluem2008-12-011-1/+25
* Add the new modules to the netware buildBradley Nicholes2008-12-018-0/+1293
* Move the variable declarations to the beginning of the code blocks to avoid c...Bradley Nicholes2008-12-013-9/+16
* To be safe, consume the entire brigade after processing an error bucket inEric Covener2008-12-011-1/+5
* Add a new module to read in the heartbeat file and do load balancing forPaul Querna2008-12-012-0/+368
* Add a new module, mod_ratelimit, which can rate limit the outgoing bandwidth Paul Querna2008-12-013-0/+339
* Move variable declartions to the top of functions for c89'ness.Paul Querna2008-12-012-9/+13
* Add two new modules to handle load balancing across multiple apache servers Paul Querna2008-12-017-0/+981
* Remove c99 style comment.Paul Querna2008-11-301-2/+0
* BackportedJim Jagielski2008-11-261-1/+1
* Fix up the netware build with the additions in the filter modules.Bradley Nicholes2008-11-253-4/+267
* Make %k work as it should. No regression noted in perlJim Jagielski2008-11-242-3/+14
* So close ;-) Nicely done JimWilliam A. Rowe Jr2008-11-231-0/+24
* Simple cut/paste to create a mod_sed templateJim Jagielski2008-11-231-0/+258
* No idea if this is 100% correct, but provide a templateJim Jagielski2008-11-231-0/+111
* testing indicates a large buffsize (~8k) is better...Jim Jagielski2008-11-231-1/+1
* Note that the current mishmash is ugly... hope toJim Jagielski2008-11-231-0/+7
* mod_buffer: Honour the flush bucket and flush the buffer in theGraham Leggett2008-11-161-3/+10
* mod_buffer: Optimise the buffering of heap buckets when the heapGraham Leggett2008-11-161-2/+24
* Refactor the input buffer filter to use a context as the output bufferGraham Leggett2008-11-161-49/+69
* * Fix properties.Ruediger Pluem2008-11-161-250/+250
* mod_buffer: Optional support for buffering of the input and outputGraham Leggett2008-11-152-0/+289
* * Don't build mod_privileges by default.Ruediger Pluem2008-11-141-1/+1
* Introduce mod_privileges: a platform-specific module offering enhancedNick Kew2008-11-142-0/+428
* * The nitpicker of the space police. No functional change.Ruediger Pluem2008-11-121-4/+4
* temporary dbg message and unnecessary continue, per rpluem reviewEric Covener2008-11-121-3/+1
* change short-lived behavior of "DirectoryIndex None" based on feedback from w...Eric Covener2008-11-121-4/+21
* * Rip out the old flushing approach for solving lifetime issues between theRuediger Pluem2008-11-084-119/+81
* mod_unixd: use APR_HOOK_MIDDLE for drop_privileges.Nick Kew2008-11-081-1/+1
* * mod_mem_cache is dead. So remove all hints on it.Ruediger Pluem2008-11-051-8/+0
* The mem_cache is dead, long live disk_cache.William A. Rowe Jr2008-11-044-1414/+0
* Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk.Jim Jagielski2008-11-041-1/+1
* * We now need mod_unixd for worker, prefork and event as well.Ruediger Pluem2008-11-041-1/+2
* * Instead of unixd_setup_child run the drop_privileges hook to switch theRuediger Pluem2008-11-041-2/+5
* * Move code to a more conveniant placeRuediger Pluem2008-11-041-29/+29