summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/index.xml.zh-cn (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-24Fix "statement not reached" warnings with sun ccStefan Fritsch2-5/+2
2011-06-22update transforms, 2nd try :-/Stefan Fritsch19-98/+118
2011-06-22Update transformsStefan Fritsch37-160/+99
2011-06-22Various code cleanupStefan Fritsch9-18/+16
2011-06-22We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch7-34/+19
2011-06-22Add support to ErrorLogFormat for logging the system uniqueStefan Fritsch4-1/+34
2011-06-22Fix build with recent apr_crypto API changeStefan Fritsch1-1/+1
2011-06-21Log the deprecation warning at level info, not warnStefan Fritsch4-4/+4
2011-06-20Fix search'n'replace error: Actually warn if MaxClients is usedStefan Fritsch3-3/+3
2011-06-20New AsyncRequestWorkerFactor directive to influence how manyStefan Fritsch2-6/+37
2011-06-20Remove dead assignment, as pointed out by Chris Wilson <cwilson vigilantsw com>Stefan Fritsch1-6/+1
2011-06-20Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch15-133/+164
2011-06-20rotatelogs: Add support for running a custom program after a logJoe Orton3-14/+106
2011-06-19Code cleanup: replace apr_table_set with non-copying apr_table_setnStefan Fritsch3-6/+6
2011-06-19Don't do OCSP checks for valid self-issued certsStefan Fritsch2-1/+11
2011-06-19Avoid unnecessary renegotiations with SSLVerifyDepth 0.Stefan Fritsch3-1/+5
2011-06-19Display information about asynchronous connections in the server-statusStefan Fritsch2-6/+92
2011-06-19Some improvements for handling of many connections for MPM event:Stefan Fritsch9-200/+506
2011-06-19update transformationAndré Malo1-4/+0
2011-06-19remove duplicate entry / duplicate IDAndré Malo1-4/+0
2011-06-19update transformationAndré Malo15-25/+33
2011-06-19property and xml fixes.André Malo7-5/+8
2011-06-19If MaxMemFree is set, limit the number of recycled pools that is keptStefan Fritsch4-22/+47
2011-06-19Some logging tweaksStefan Fritsch1-6/+8
2011-06-19Formatting changes, reuse 'now' variable instead of declaring a new oneStefan Fritsch1-54/+42
2011-06-18Rebuild a few out of date files.Rich Bowen10-55/+100
2011-06-18Update.Lucien Gentis1-5/+5
2011-06-18Fix graceful restart aborting connectionsStefan Fritsch2-19/+56
2011-06-17s/seperate/separate/Jeff Trawick2-2/+2
2011-06-17revert this... sorryJim Jagielski1-1/+1
2011-06-17No mo subpoolJim Jagielski1-10/+1
2011-06-17Revert "fix unexpected enum operation"Jim Jagielski1-1/+1
2011-06-15fix unexpected enum operationJeff Trawick1-1/+1
2011-06-13Update redirect-carefully workaround for WebDAVFS 1.4, Konqueror 4.xStefan Fritsch1-1/+2
2011-06-13Simplify code with ap_str_tolower()Stefan Fritsch1-7/+1
2011-06-13AFAICS, we don't have a default cipher suite but depend on openssl's default.Stefan Fritsch2-7/+8
2011-06-13Disable AECDH ciphers in example config by using !aNULL (which includesStefan Fritsch2-1/+4
2011-06-13Remove spurious braces to fix clang warningStefan Fritsch1-1/+1
2011-06-13Fix handling of cumulative system timeStefan Fritsch1-2/+2
2011-06-13Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch13-11/+28
2011-06-13Code cleanup:Stefan Fritsch1-9/+9
2011-06-13Merge repeated calls of ap_rputs.Stefan Fritsch1-21/+22
2011-06-13Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch6-12/+12
2011-06-13Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch6-16/+16
2011-06-12Avoid "`sentinel' attribute directive ignored" warning with gcc 3.xStefan Fritsch6-11/+18
2011-06-11Updates.Lucien Gentis9-449/+566
2011-06-10Update transformations.Graham Leggett28-9/+122
2011-06-10Ensure variable is initialised before use.Graham Leggett1-1/+1
2011-06-10For safety, pass trailing buckets following EOS down the stack. Pass flushGraham Leggett1-4/+21
2011-06-09mod_data: Introduce a filter to support RFC2397 data URLs.Graham Leggett7-0/+332