summaryrefslogtreecommitdiffstats
path: root/docs/manual/env.html.tr.utf8 (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-23some docco updatesJim Jagielski2-4/+8
2011-09-22Pulls the examples out of the paragraph text and into a table so thatRich Bowen2-16/+42
2011-09-21Bring error messages for TLS stapling related options in syncKaspar Brand1-5/+5
2011-09-21update transformationsKaspar Brand6-5/+224
2011-09-21mod_ssl:Kaspar Brand2-1/+193
2011-09-20update xformsStefan Fritsch8-11/+12
2011-09-20%L works without mod_unique_id, tooStefan Fritsch1-4/+5
2011-09-20Save one call of ap_escape_html on the uri. Reflow code to be more readable.Stefan Fritsch1-9/+8
2011-09-20Adds brief introduction to the table to address initial confusion when IRich Bowen2-0/+8
2011-09-20Rebuilds translation generated docs.Rich Bowen9-8/+10
2011-09-20Replace log example with one that matches 2.4 logging.Rich Bowen2-38/+27
2011-09-20Rebuild HTML transformations.Rich Bowen8-34/+50
2011-09-20Adds some examples of using the ErrorLogFormat token handlers.Rich Bowen1-28/+51
2011-09-19Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror().Kaspar Brand4-29/+132
2011-09-19Fix issues found by PVS-Studio static analyzer:Stefan Fritsch3-12/+9
2011-09-19Remove from documentation STATUS things that have already been done.Rich Bowen1-9/+0
2011-09-19Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch18-89/+110
2011-09-19Punctuation error.Rich Bowen2-2/+2
2011-09-19Removes CookieLog from ja, ko, and tr documentation.Rich Bowen3-54/+0
2011-09-19Rebuild docs mentioning CookieLogRich Bowen21-3211/+3125
2011-09-19Removes the CookieLog directive, which has been documented as deprecated for ...Rich Bowen2-27/+0
2011-09-19Rebuild HTML.Rich Bowen3-3/+9
2011-09-19Removes the promise if more documentation to come. These docs areRich Bowen3-3/+9
2011-09-19Style cleanupDaniel Ruggeri1-5/+5
2011-09-19Give a slightly more direct hint when no global ServerName is set. I stillEric Covener1-1/+2
2011-09-19Rebuild mod_log_config grammar changes.Rich Bowen4-21/+22
2011-09-19Additional grammatical nits.Rich Bowen1-18/+19
2011-09-19Rebuilding other new French translations.Rich Bowen3-7/+30
2011-09-19Rebuilds French translation updates.Rich Bowen4-5/+6
2011-09-19Rebuild transformations.Rich Bowen9-37/+97
2011-09-19Nitpick - Be consistent with ending each format description with a fullstop.Rich Bowen1-13/+13
2011-09-18Updates.Lucien Gentis8-22/+138
2011-09-18Fix cut'n'paste error: ErrorLog -> ErrorLogFormatStefan Fritsch14-14/+14
2011-09-18Trying to make it slightly clearer that 'name' in these examples is a variabl...Rich Bowen2-12/+12
2011-09-18Altering the "somewhat similar" to default example to actually be theRich Bowen2-4/+22
2011-09-17PR51371: cross-compile issues with cgi and apr_procattr_limit_*.Eric Covener3-13/+27
2011-09-17Log better information and prevent leak of an X509 structure for SSLProxyMach...Daniel Ruggeri1-6/+42
2011-09-17* Correctly obey ServerName / ServerAlias if the Host header from theRuediger Pluem2-12/+29
2011-09-17Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE / part2.Guenter Knauf1-2/+2
2011-09-17fix spelling error in a couple of log messagesJeff Trawick1-2/+2
2011-09-17Continue if the platform doesnt support file perms.Guenter Knauf1-2/+2
2011-09-16Add comment that the check for empty brigade at the start of the function isStefan Fritsch1-0/+1
2011-09-16Fix cut'n'paste errors: APR_DECLARE -> AP_DECLAREStefan Fritsch1-2/+2
2011-09-15update xformsStefan Fritsch7-26/+21
2011-09-15Un-deprecate AddOutputFilterByType and update docs. Its limitations haveStefan Fritsch2-23/+7
2011-09-15Implement AddOutputFilterByType by doing strcmp()s instead of creatingStefan Fritsch1-41/+60
2011-09-15replace non-threadsafe use of srand() and rand() with ap_random_pick()Stefan Fritsch1-15/+1
2011-09-15use random value as multipart range boundary to prevent leaking informationStefan Fritsch1-7/+5
2011-09-15initialize counter with random numberStefan Fritsch2-7/+5
2011-09-15Create wrapper API for apr_random;Stefan Fritsch8-70/+120