summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-24WinNT MPM logging:Jeff Trawick1-7/+9
clarify when it is the child process event handle being logged log the child process id in a few obvious places git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389316 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24Fixing some typos...again - there must be gnomes hiding in the machinery, ↵Daniel Gruno2-2/+2
somewhere. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389313 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24xformsDaniel Gruno22-3444/+3491
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389281 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24Fixing a Spanish typo (as per comment #308 on site)Daniel Gruno1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389278 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24whitespace fixDaniel Gruno1-9/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389277 13f79535-47bb-0310-9956-ffa450edef68
2012-09-23consolidate hints/instructions about using APR (and maybe APR-util) with httpdJeff Trawick3-25/+68
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1389060 13f79535-47bb-0310-9956-ffa450edef68
2012-09-22Windows build for mod_cache_socache added in r1388660Gregg Lewis Smith6-0/+170
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388899 13f79535-47bb-0310-9956-ffa450edef68
2012-09-22Keep this in, but commented out: also provide a littleJim Jagielski1-0/+12
more background/rationale. This, hopefully, satisfies both ends of the debate: we don't "assume" that everyone who uses this browser didn't make the specific choice, but we allow for admins who care about DNT and want to either 1. Make a statement 2. Force adherence to the standard to easily do so. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388825 13f79535-47bb-0310-9956-ffa450edef68
2012-09-22Updates.Lucien Gentis3-9/+44
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388819 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21mod_cache_socache: New cache implementation backed by mod_socacheGraham Leggett4-0/+1558
that replaces mod_mem_cache removed from httpd v2.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388660 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21Rebuild docs.Graham Leggett2-39/+43
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388653 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21mod_auth_form: Support the expr parser in theGraham Leggett4-19/+98
AuthFormLoginRequiredLocation, AuthFormLoginSuccessLocation and AuthFormLogoutLocation directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388648 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21force theseJim Jagielski1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388603 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21add dirwalk_stat hook, for use by mpm-itkJeff Trawick5-9/+30
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388447 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21axe unused variableJeff Trawick1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388445 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21fix BalancerInherit command processing from r1388029Jeff Trawick1-2/+2
(still not tested) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388444 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20whitespace fixesDaniel Gruno1-32/+32
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388191 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20Make printenv.vbs inactive by default.Guenter Knauf1-4/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388054 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20xforms for BalancerInheritJim Jagielski5-571/+592
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388031 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20OK, enable/allow previous broken, bad behavior iff the userJim Jagielski4-8/+47
really, really wants it. And warn that b-m isn't recommended in those cases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388029 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20Install the new printenv.vbs file in cgi-bin on WindowsGregg Lewis Smith1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387984 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20fix clang warning (dead initialization)Jim Jagielski1-2/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387979 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19and this one as well... persist isn't inheritedJim Jagielski1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387693 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19Oops... didn't mean to commit that.Jim Jagielski1-7/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387691 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19Re-instate balancer merge (for the time being) but forceJim Jagielski2-9/+9
persistence if the top-level server has it defined.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387684 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19xformsDaniel Gruno22-37/+40
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387658 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19s/2.3/2.5/ and s/2.5/2.&httpd.minor;/ where applicable (assuming it works)Daniel Gruno3-15/+15
also note that a specific issue with mod_authn_dbd also applies to 2.4, so as to not confuse readers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387657 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19* server/mpm/prefork/prefork.c (child_main): Don't log errors for anJoe Orton1-2/+8
apr_pollset_add() failure if a graceful-stop has been signalled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387633 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19This is httpd 2.5, not 2.3, and we do not support Windows 9x/ME anymore, so ↵Daniel Gruno2-19/+17
let's just drop the reference to them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387612 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19switch back to MOD_SSL_LDADD, as suggested by jortonKaspar Brand1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387610 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19Log whether or not the restore from shm actuallyJim Jagielski2-1/+11
resulted in a match of shm data, or whether it was stale. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387607 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19wtf are we doing merging in these from the parent??Jim Jagielski1-7/+7
These are server specific! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387603 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19* APR-UTIL trunk is dead. Point to the latest stable branch.Ruediger Pluem1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387473 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19Use identifying server_rec info when we know we haveJim Jagielski3-13/+28
unique and useful data :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387444 13f79535-47bb-0310-9956-ffa450edef68