summaryrefslogtreecommitdiffstats
path: root/server/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Follow up to r1908393: comment about where ap_server_conf is set.Yann Ylavic2023-03-151-2/+2
* core: Follow up to r1908393: ap_server_conf to NULL before ap_read_config().Yann Ylavic2023-03-141-0/+2
* core: Set ap_server_conf ASAP.Yann Ylavic2023-03-141-4/+4
* main: Follow up to r1897240: Fix bad log copypasta.Yann Ylavic2022-02-021-3/+3
* core: Follow up to r1897460: Provide ap_thread_main_create().Yann Ylavic2022-01-271-24/+5
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-8/+7
* ap_regex: Follow up to r1897240: #if APR_HAS_THREAD_LOCAL, not #ifdef.Yann Ylavic2022-01-251-2/+2
* ap_regex: Follow up to r1897240: Fix issues spotted by Rüdiger (thanks!).Yann Ylavic2022-01-201-0/+1
* Follow up to r1897240: APR_HAS_THREAD_LOCAL wants #ifdef instead of #if.Yann Ylavic2022-01-201-2/+2
* ap_regex: Use Thread Local Storage (if efficient) to avoid allocations.Yann Ylavic2022-01-201-0/+37
* ²main: -V to print the SHM mechanisms in use.Yann Ylavic2020-12-061-4/+22
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* * server/main.c (main): Don't create a separate subpool for pcommandsJoe Orton2019-06-251-2/+1
* Add an --enable-reduced-exports configure option to link libmain.aJoe Orton2019-06-201-1/+1
* global ap_server_conf must be reset when process->pconf is clearedEric Covener2018-07-051-0/+1
* On the trunk:Stefan Eissing2018-01-291-1/+5
* core, MPMs unix: follow up to r1809881.Yann Ylavic2017-09-281-12/+21
* core: deregister all hooks before leaving pconf, otherwise some late cleanupYann Ylavic2017-09-271-1/+15
* ap_server_config_defines and ap_server_{pre,post}_read_config are arrays ofYann Ylavic2017-07-181-11/+14
* PR61009: be as helpful as possible during -V operationJacob Champion2017-04-191-4/+13
* Revert r1783759: really more things than intended :pYann Ylavic2017-02-201-2/+0
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-201-0/+2
* Add -DDUMP_INCLUDES configtest option to show the treeEric Covener2016-06-111-0/+5
* core: follow up to r1629925: new log tagYann Ylavic2014-10-071-1/+1
* core: ensure that MPMs return an error on runtime failure and hence thatYann Ylavic2014-10-071-7/+15
* Add compiled and loaded PCRE version numbersRainer Jung2014-07-231-6/+10
* Fix module id in log messages issued from main.cJeff Trawick2013-12-021-0/+4
* Fix r1533728. Not a great idea to dereference process after pool destroy!Nick Kew2013-10-211-1/+6
* PR 55670Nick Kew2013-10-191-0/+9
* * server/main.c (main): Bail out *before* signalling the serverJoe Orton2012-04-201-5/+5
* Adapt loglevel of config errors during second passStefan Fritsch2011-12-281-8/+8
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-10/+10
* Server directive display (-L): Include directives of DSOs.Jeff Trawick2011-11-131-3/+8
* config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):Jeff Trawick2011-11-101-1/+1
* Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch2011-11-071-0/+2
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-5/+11
* Sort hooks twice, once before pre_config, once after ap_process_config_tree.Stefan Fritsch2011-10-081-0/+14
* 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-5/+1
* Add in a configuration generation... this is independent ofJim Jagielski2011-03-311-0/+1
* * server/main.c (main): Use the real null cleanup callback.Joe Orton2011-03-161-2/+2
* Ensure that ap_server_conf always points to valid data or is NULL.Stefan Fritsch2011-03-111-0/+4
* Create new ap_state_query() function that allows modules to determineStefan Fritsch2011-02-121-23/+35
* revert r1066944, r1067177 for nowStefan Fritsch2011-02-051-22/+1
* Until this is fixed to link in lresolv, exclude.Jim Jagielski2011-02-041-2/+2
* Reload resolv.conf on graceful restartsStefan Fritsch2011-02-031-0/+21
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-4/+0
* Fix hook sorting for the pre_config hook.Stefan Fritsch2010-11-061-2/+2
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg.Guenter Knauf2010-10-041-11/+11
* Fortify complains about an overflow of pad[], which wouldJeff Trawick2010-08-201-15/+10