summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/name-based.xml.meta (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-15Adds simplified Chinese translation to httpd trunk docs. ViaRich Bowen22-5/+1576
2011-02-15Rebuild documents from xml, including new access control howto.Rich Bowen7-3/+192
2011-02-15Updates the access control howto for trunk. Could use a lot moreRich Bowen1-53/+35
2011-02-15Copies the access control howto from the 2.2 docs. However, it's goingRich Bowen2-0/+200
2011-02-15This document exists in the 2.2 docs, but not here. Not sure why. NeedRich Bowen1-12/+0
2011-02-15Don't skip the first character, as it may be a quote, which is handledGraham Leggett1-1/+1
2011-02-14typo in format string for 1070660Eric Covener1-1/+1
2011-02-14Log a hint about the directory needing to be executableEric Covener1-2/+3
2011-02-14fix compile failure in r1070616Jeff Trawick1-1/+1
2011-02-14fix theoretical const issue in call to strchr()Jeff Trawick1-2/+2
2011-02-14Document pre_read_request and bump mmnJim Jagielski2-1/+4
2011-02-14New hook: ap_run_pre_read_request()Jim Jagielski3-6/+43
2011-02-13Mention ap_state_query() in the new API docsStefan Fritsch1-0/+4
2011-02-13Fix two bugs introduced by r1070153Stefan Fritsch2-8/+9
2011-02-13mod_cache: When a request other than GET or HEAD arrives, we mustGraham Leggett6-24/+132
2011-02-13mod_cache: Make sure that the moving of the CACHE filter to anotherGraham Leggett1-4/+8
2011-02-12Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch13-105/+33
2011-02-12Create new ap_state_query() function that allows modules to determineStefan Fritsch6-24/+107
2011-02-12mod_cache: When a bad Expires date is present, we need to behave as ifGraham Leggett2-3/+5
2011-02-12Log something nicer than "Internal error: pcfg_openfile() calledStefan Fritsch1-0/+12
2011-02-12* docs/manual/mod/: Play language lawyer with the SSL_*_DN_*_n variableJoe Orton2-8/+24
2011-02-12mod_cache: We must ignore quoted-string values that appear in a Graham Leggett2-4/+77
2011-02-12revert r1026746:Stefan Fritsch3-34/+5
2011-02-11Reinstate comment.Graham Leggett1-0/+4
2011-02-11mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which mustGraham Leggett2-11/+16
2011-02-11* Play safe if the notes table does not contain an SSL_connect_rv key.Ruediger Pluem1-2/+4
2011-02-11* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Fix possibleJoe Orton2-16/+22
2011-02-11* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Simplify toJoe Orton2-7/+32
2011-02-11* modules/ssl/ssl_private.h: Clarify comment on modssl_pk_server_t.Joe Orton1-5/+10
2011-02-10move function...Jim Jagielski2-57/+59
2011-02-09Updates.Lucien Gentis2-3/+3
2011-02-09Ugg... unbalanced workers *do* need a mutex as well (good catch RĂ¼diger!)Jim Jagielski3-4/+14
2011-02-09typoJim Jagielski1-1/+1
2011-02-09Squash error/warning about signed/unsigned comparisonJim Jagielski1-3/+6
2011-02-09* Fix syntax errors and a non existing variable.Ruediger Pluem1-2/+2
2011-02-09* Make module compile by fixing some typos.Ruediger Pluem2-2/+5
2011-02-08RPM spec file: Make the httpd init script consistent with the htcachecleanGraham Leggett1-5/+8
2011-02-08Remove the thread mutex from the worker... it really should beJim Jagielski4-77/+89
2011-02-08Expose this as part of the API. That way, other code/modulesJim Jagielski2-5/+16
2011-02-08* server/mpm/prefork/prefork.c (stop_listening, sig_term, restart):Joe Orton2-0/+6
2011-02-08Rebuild transformations.Rich Bowen9-23/+15
2011-02-08Custom, not Customer, error docs.Rich Bowen1-1/+1
2011-02-07Only persist if we want it toJim Jagielski1-1/+4
2011-02-07OK, use faster, shared version... makes sense to persist thisJim Jagielski1-13/+32
2011-02-07Keep track of how many workers we've used so far... no needJim Jagielski1-5/+10
2011-02-07Save this for later to be done... recall that .free needs toJim Jagielski1-20/+7
2011-02-07Slotmem now provides for the number of "free" slotsJim Jagielski3-7/+53
2011-02-07Mutex around adding a new worker...Jim Jagielski1-2/+36
2011-02-05test_char.h is a dependency, not a source. This seems to fix the occasionalStefan Fritsch1-1/+1
2011-02-05revert r1066944, r1067177 for nowStefan Fritsch3-30/+2