summaryrefslogtreecommitdiffstats
path: root/server/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fold on Jeff's DefaultRuntimeDir impl... docs on the wayJim Jagielski2012-03-071-0/+20
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-091-7/+27
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-1/+1
* Limit length of lines in .htaccess to 8K again, to reduce DoS potential.Stefan Fritsch2011-12-121-3/+12
* Add some more log message tagsStefan Fritsch2011-12-041-6/+5
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-13/+13
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-191-2/+2
* Add ap_varbuf API for resizable buffers.Stefan Fritsch2011-08-131-18/+25
* Adjust some messages for <If> blocks and remove some dead codeStefan Fritsch2011-08-031-2/+2
* use temp pool for temp stringStefan Fritsch2011-08-031-1/+1
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-281-3/+10
* Use APR_UNSPEC to allow startup on IP6-only systems.Stefan Fritsch2011-07-131-1/+1
* Fix "statement not reached" warnings with sun ccStefan Fritsch2011-06-241-3/+0
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-4/+6
* disable hook probes for our two hooks which have no argsJeff Trawick2011-05-111-0/+14
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-8/+55
* Prevent segfault if DYNAMIC_MODULE_LIMIT is reachedStefan Fritsch2011-04-151-9/+9
* Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.Stefan Fritsch2011-03-291-19/+35
* typo in format string for 1070660Eric Covener2011-02-141-1/+1
* Log a hint about the directory needing to be executableEric Covener2011-02-141-2/+3
* Optimize memory access pattern of ap_merge_per_dir_configs()Stefan Fritsch2011-02-031-7/+18
* config: report error and exit cleanly if getaddrinfo fails at startupNick Kew2011-01-161-1/+9
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-181-0/+12
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-101-9/+9
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-7/+1
* use temp pool in some more placesStefan Fritsch2010-10-231-3/+3
* Set the LogLevel of a newly initialized virtual hosts to UNSET. OtherwiseStefan Fritsch2010-10-191-1/+1
* merge if blocksStefan Fritsch2010-10-021-3/+1
* Use ptemp in some places to save some memory when parsing included configStefan Fritsch2010-10-021-7/+7
* core: Speed up config parsing if using a very large number of configStefan Fritsch2010-10-021-0/+19
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-3/+3
* core: Abort with sensible error message if no or more than one MPM isStefan Fritsch2010-08-211-0/+8
* follow up r987629 with another similar issueJeff Trawick2010-08-201-1/+1
* remove useless check for current == NULL; if it is NULL, aJeff Trawick2010-08-201-1/+1
* Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch2010-07-191-6/+47
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-07-011-1/+1
* To save memory, make module_levels a vector of chars instead of ints.Stefan Fritsch2010-06-301-7/+4
* spelling fix for a commentJeff Trawick2010-06-291-1/+1
* Save some memory by allocating only the required length for conf_vectors.Stefan Fritsch2010-06-261-14/+38
* Run filter "init" functions exactly once per request. No longer runJoe Orton2010-06-101-4/+8
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-24/+67
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-061-0/+36
* First order simplification; Add IncludeOptional for introducingWilliam A. Rowe Jr2010-04-071-67/+56
* Retract veto over inconsistent behaviour between directory and file wildcards,Graham Leggett2010-03-311-7/+22
* core: Introduce the IncludeStrict directive, which explicitly failsGraham Leggett2010-03-301-14/+30
* Make sure we request the APR_FINFO_TYPE on the apr_dir_read() for wildcardGraham Leggett2010-03-011-1/+1
* When loading wildcards that are part of a path, only consider directoriesGraham Leggett2010-03-011-2/+9
* More correct fix for compile warning about discarding constnessDaniel Earl Poirier2010-02-161-2/+2
* Fix compile warning (discarding constness of fname)Daniel Earl Poirier2010-02-161-1/+1