summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix merging of AllowOverrideList and ContentDigest.Stefan Fritsch2012-03-241-4/+2
* Disallow directives in AllowOverrideList which are only allowedStefan Fritsch2012-03-191-3/+14
* In AllowOverrideList, do not allow 'None' together with other directives.Stefan Fritsch2012-03-191-6/+12
* Fix some typosStefan Fritsch2012-03-141-1/+1
* Fold on Jeff's DefaultRuntimeDir impl... docs on the wayJim Jagielski2012-03-071-0/+20
* Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hookStefan Fritsch2012-02-041-0/+17
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-091-0/+11
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-3/+3
* Fix handling of piped, syslog, or inherited ErrorLog entriesStefan Fritsch2011-12-281-1/+2
* Check during configtest that the directories for error logs existStefan Fritsch2011-12-281-0/+39
* Fix -DDUMP_RUN_CFG output for piped and syslog loggersStefan Fritsch2011-12-281-3/+5
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-5/+5
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-33/+33
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-5/+5
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-201-7/+0
* ap_core_translate: factor out duplicate code. no functional change.Greg Ames2011-11-151-37/+23
* end-generation hook: Fix false notification of end-of-generation forJeff Trawick2011-11-101-0/+2
* config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):Jeff Trawick2011-11-101-1/+1
* fix typoStefan Fritsch2011-11-091-1/+1
* Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch2011-11-071-2/+1
* Call apr_random_after_fork() manually in the child processes because the MPMsStefan Fritsch2011-11-071-8/+30
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-0/+38
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-081-3/+3
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-3/+3
* Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE / part2.Guenter Knauf2011-09-171-2/+2
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+85
* Add in MaxRangeOverlaps and MaxRangeReversals to accomodateJim Jagielski2011-09-121-17/+80
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-3/+1
* take care of some MaxRanges feedback:Eric Covener2011-09-071-6/+23
* add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener2011-08-281-0/+17
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-041-0/+6
* cleanups related to new AllowOverrideList functionality:Stefan Fritsch2011-08-031-0/+11
* Adjust some messages for <If> blocks and remove some dead codeStefan Fritsch2011-08-031-8/+0
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-281-0/+41
* Use ap_document_root() in ap_core_translate() to allow modules likeStefan Fritsch2011-07-271-4/+2
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-2/+1
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-0/+5
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-69/+53
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-051-4/+43
* - Add <ElseIf> and <Else> to complement <If> sections. These are both easierStefan Fritsch2011-06-051-17/+61
* Use define'd names for constantsStefan Fritsch2011-06-041-5/+9
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-251-0/+1
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-0/+1
* The pre_config hook should return int, not apr_status_t.Stefan Fritsch2011-04-191-1/+1
* core: Support module names with colons in loglevel configuration.Stefan Fritsch2011-04-081-1/+1
* Add in a configuration generation... this is independent ofJim Jagielski2011-03-311-0/+3
* match docs for case of "ScoreBoardFile"Jeff Trawick2011-03-281-1/+1
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-281-0/+2
* core: AllowEncodedSlashes new option NoDecode to allow encoded slashesDaniel Earl Poirier2011-03-161-3/+18