summaryrefslogtreecommitdiff
path: root/server/config.c
Commit message (Expand)AuthorAgeFilesLines
* core: Set ap_server_conf ASAP.Yann Ylavic2023-03-141-0/+3
* Rearrange and clear global core config state allocated out of pconfJoe Orton2020-12-081-1/+0
* config: Speed up graceful restarts by using pre-hashed command table. PR 64066.Jim Jagielski2020-01-141-3/+7
* Be a little more verbose when an error in trigerred in 'ap_set_file_slot()'Christophe Jaillet2019-06-131-2/+2
* Follow up to r1847430.Christophe Jaillet2019-02-101-0/+1
* core: Split out the ability to parse wildcard files and directoriesGraham Leggett2018-11-251-209/+21
* Axe some dead code.Christophe Jaillet2018-05-241-1/+1
* core: silently ignore a not existent file path when IncludeOptionalLuca Toscano2017-11-111-0/+15
* config: follow up to r1809302.Yann Ylavic2017-09-221-12/+4
* config: follow up to r1809302.Yann Ylavic2017-09-221-2/+8
* config: allow to specify flags when registering modules.Yann Ylavic2017-09-221-7/+18
* ap_server_config_defines and ap_server_{pre,post}_read_config are arrays ofYann Ylavic2017-07-181-2/+2
* Introduce request taint-checking concept.Nick Kew2017-04-211-0/+2
* * server/config.c, include/http_config.h (ap_build_cont_config,Joe Orton2017-03-091-2/+2
* Add <IfDirective> and <IfSection>:Joe Orton2017-03-091-0/+10
* Fix spelling in comments and text files.Rainer Jung2016-08-111-3/+3
* Add -DDUMP_INCLUDES configtest option to show the treeEric Covener2016-06-101-0/+62
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-7/+7
* Save a few bytes in the conf pool.Christophe Jaillet2016-05-211-2/+12
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-0/+5
* Follow up to r1715876: core directives' tokens are ASCII.Yann Ylavic2015-12-301-2/+2
* Follow up to r1715876: core directives are ASCII.Yann Ylavic2015-12-301-6/+6
* Fix some minor style issue.Christophe Jaillet2015-12-101-7/+8
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...Christophe Jaillet2015-12-101-1/+1
* 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