summaryrefslogtreecommitdiffstats
path: root/docs/manual/content-negotiation.xml.ko (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-08Update xml transformations.Rainer Jung5-5/+5
2011-11-08Regenerate convenience.map.Rainer Jung1-1/+1
2011-11-08Update xml meta files after fixing simplified chinese.Rainer Jung203-0/+203
2011-11-08Regenerated style files after simplified chinese fix.Rainer Jung4-4/+5
2011-11-08Change def timeout from a nasty 5 mins to a more reasonable 1minJim Jagielski2-2/+2
2011-11-08Add "reallyall" and --enable-load-all-modules toRainer Jung3-8/+40
2011-11-08Fix XML validation errors.Rainer Jung1-5/+4
2011-11-08Fix docs generation for simplified chinese.Rainer Jung1-1/+1
2011-11-08Load all modules in the generated default configurationRainer Jung4-2/+18
2011-11-08update xformsStefan Fritsch9-18/+30
2011-11-08mod_reqtimeout: Change the default to set some reasonable timeout values if l...Stefan Fritsch5-37/+102
2011-11-08Don't send a 500 if there is a timeoutStefan Fritsch1-5/+14
2011-11-08Silence compiler warning about signedness differences.Rainer Jung1-6/+6
2011-11-08Fix make variable reference.Rainer Jung1-1/+1
2011-11-08Fix up some length limit calculationStefan Fritsch1-2/+6
2011-11-08update xformsStefan Fritsch20-1731/+1703
2011-11-08Change default FileETag to be "size mtime", i.e. remove the inode. Adjust theStefan Fritsch5-5/+14
2011-11-08Point to list of undocumented modules in the docs subdirectorySander Temme1-0/+3
2011-11-08add info about new early/late arguments and a note aboutEric Covener2-12/+58
2011-11-08Add some comments and another line length checkStefan Fritsch1-14/+42
2011-11-08mod_lua: Expose SSL variables via r:ssl_var_lookup()Eric Covener5-1/+36
2011-11-08We still have to pass the dependency check to APACHE_MODULE to ensureStefan Fritsch1-1/+5
2011-11-08allow some lua hooks to be run in "early" or "late" modeEric Covener2-48/+185
2011-11-08correct return val, the char* is pushed on the lua stack.Eric Covener1-1/+1
2011-11-08By default, only load those modules that are either requiredStefan Fritsch4-5/+23
2011-11-08Solaris doesn't support "test -e" in combinationRainer Jung1-1/+1
2011-11-08Link the modules that use it against the XML library so the server will start.Sander Temme1-0/+2
2011-11-08Remove ProxyHTMLLogVerbose in favor of trace loglevelsStefan Fritsch2-63/+17
2011-11-07if mod_session_crypto prereq isn't available, don't bail ifJeff Trawick1-5/+15
2011-11-07More error checking for ap_pregsubStefan Fritsch2-1/+21
2011-11-07auto var verbose not usedJeff Trawick1-6/+0
2011-11-07remove solved Windows AcceptFilter blockerStefan Fritsch1-2/+3
2011-11-07More ap_pregsub error checking/loggingStefan Fritsch1-0/+7
2011-11-07More checks of ap_pregsub return valuesStefan Fritsch1-0/+11
2011-11-07Check return value of ap_pregsub()Stefan Fritsch1-9/+27
2011-11-07Fix integer overflow in ap_pregsub. This can be triggered e.g.Stefan Fritsch2-0/+6
2011-11-07No need to zero memory that we will overwrite anywayStefan Fritsch1-1/+1
2011-11-07Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch3-2/+5
2011-11-07Also do length check if the last line is not LF terminatedStefan Fritsch1-0/+7
2011-11-07s/IP6/IPv6/Jeff Trawick1-1/+1
2011-11-07Call apr_random_after_fork() manually in the child processes because the MPMsStefan Fritsch3-8/+35
2011-11-05quick handlers and translate_name in lua can't be keyed off Eric Covener2-0/+26
2011-11-05provide ap_escape_html as r:escape_html() Eric Covener1-0/+11
2011-11-05remove unneeded dependency to mod_proxy_htmlGregg Lewis Smith2-6/+0
2011-11-05re-add apr_pool_clear accidentally removed in r1197405Stefan Fritsch1-0/+1
2011-11-05Remove some copy and paste remnants, no libaprutil in APR2Gregg Lewis Smith1-12/+0
2011-11-04get the hello world of Handlers working againEric Covener2-0/+6
2011-11-04Update transformsStefan Fritsch29-847/+895
2011-11-04Unify syntax of config directives taking an expression as optional contition ...Stefan Fritsch6-26/+38
2011-11-04To prevent overboarding memory usage, limit line length to 1MBStefan Fritsch3-19/+64