summaryrefslogtreecommitdiff
path: root/server/config.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r1672014 - doesn't work as advertised (would break configsKaspar Brand2015-04-151-2/+1
* UNSET the VirtualHost's LogLevel just before calling ap_merge_log_config(),Kaspar Brand2015-04-081-1/+2
* Save a few bytes in conf pool.Christophe Jaillet2015-02-191-1/+5
* Provide a way for EXEC_ON_READ directives to see their contextEric Covener2015-01-301-3/+5
* Avoid useless warning message when parsing a section guarded by <IfDefine foo...Christophe Jaillet2014-08-181-4/+0
* Replace pre_htaccess hook with more flexible open_htaccess hookStefan Fritsch2013-07-021-18/+21
* factor out DEFAULT_HANDLER_NAMEEric Covener2013-06-261-7/+1
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-9/+6
* Replace strdup by ap_malloc to ensure a proper error message if out-of-memory.Stefan Fritsch2012-12-251-3/+5
* Add minor 'Warning' directive as defined in current mod_macro.Fabien Coelho2012-12-081-0/+3
* PR54223: 2.4 generates AH00554 when Include points to a directory with no wil...Eric Covener2012-11-291-1/+1
* "Iterate" directives: Report an error if no arguments are provided.Jeff Trawick2012-10-111-1/+9
* add pre_htaccess hook; in conjunction with earlier dirwalk_statJeff Trawick2012-09-241-0/+9
* style in the neighborhood of a bugEric Covener2012-07-101-2/+4
* 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-021-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-271-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-101-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