summaryrefslogtreecommitdiff
path: root/include/http_config.h
Commit message (Expand)AuthorAgeFilesLines
* Include header file for the explicit regex.Graham Leggett2023-04-141-6/+6
* Resolves BZ65861 - clarify post_config api docRich Bowen2022-02-231-0/+10
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-171-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-3/+3
* core: Split out the ability to parse wildcard files and directoriesGraham Leggett2018-11-251-0/+15
* Define "state directory" for storing persistent child-writable state,Joe Orton2018-10-051-0/+8
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-1/+1
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-2/+4
* config: follow up to r1809302.Yann Ylavic2017-09-221-9/+15
* config: follow up to r1809302.Yann Ylavic2017-09-221-2/+5
* config: allow to specify flags when registering modules.Yann Ylavic2017-09-221-0/+15
* * 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/+8
* http_config: follow up to r1702948: maybe unused, yet maybe usefull too.Yann Ylavic2016-09-061-6/+6
* Fix spelling in comments and text files.Rainer Jung2016-08-111-2/+2
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-3/+6
* httpd compiles warning free on gcc and every new warning will be treated as a...Stefan Eissing2015-09-141-1/+18
* expand commentEric Covener2015-01-301-2/+2
* Provide a way for EXEC_ON_READ directives to see their contextEric Covener2015-01-301-1/+4
* AP_INIT_NO_ARGS mishandled in macroEric Covener2015-01-271-2/+2
* doxygen improvementsJeff Trawick2014-01-221-1/+11
* fix a couple of grammar problemsJeff Trawick2013-08-011-2/+2
* Replace pre_htaccess hook with more flexible open_htaccess hookStefan Fritsch2013-07-021-6/+22
* Make ap_check_cmd_context() treat <If> sections like <File> sections.Stefan Fritsch2012-11-071-3/+3
* add pre_htaccess hook; in conjunction with earlier dirwalk_statJeff Trawick2012-09-241-0/+9
* Docs (and minor comment change) for DefaultRuntimeDir directiveJim Jagielski2012-03-071-1/+1
* Fold on Jeff's DefaultRuntimeDir impl... docs on the wayJim Jagielski2012-03-071-0/+8
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-091-0/+7
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-3/+3
* Limit length of lines in .htaccess to 8K again, to reduce DoS potential.Stefan Fritsch2011-12-121-0/+6
* Consistenly use apr_file_* API instead of libc when dumping config becauseStefan Fritsch2011-10-091-0/+4
* cleanups related to new AllowOverrideList functionality:Stefan Fritsch2011-08-031-0/+1
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-271-0/+5
* Document the weird semantics of ap_find_command_in_modules()Stefan Fritsch2011-07-261-3/+6
* dox fixStefan Fritsch2011-06-251-0/+1
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-1/+18
* clarify commentStefan Fritsch2011-04-171-1/+1
* Axed tabs and trailing spaces.Guenter Knauf2011-04-131-106/+106
* Add CHANGES entry for r1086756 / ap_cfg_* changeStefan Fritsch2011-03-291-1/+2
* Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.Stefan Fritsch2011-03-291-14/+30
* fix doxygen warningsJeff Trawick2011-03-271-1/+1
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-2/+2
* Fix some Windows build issuesStefan Fritsch2010-11-251-1/+1
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-181-1/+11
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-101-4/+4
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-0/+8
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-1/+1
* - add more comments explaining the logging macrosStefan Fritsch2010-08-251-3/+20
* Trivial spelling fix so I can closeNick Kew2010-07-201-1/+1