summaryrefslogtreecommitdiffstats
path: root/docs/manual/bind.html.en (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-09Update transformations.Rainer Jung1-4/+2
2011-11-09Remove some ap_add_version_component() calls that don't provide any informationStefan Fritsch3-7/+0
2011-11-09fix typoStefan Fritsch1-1/+1
2011-11-09mod_dumpio: s/ap_log_error/ap_log_cerror/Jeff Trawick1-27/+27
2011-11-09And we are at 2.3.16-devJim Jagielski4-3/+7
2011-11-09Getting ready to tag 2.3.15-devJim Jagielski2-3/+3
2011-11-08Update docs for default TimeOut value forRainer Jung5-6/+6
2011-11-08Update transformations.Rainer Jung758-1131/+3085
2011-11-08Fix invalid XHTML: duplicate id "apr".Rainer Jung1-3/+3
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