summaryrefslogtreecommitdiffstats
path: root/server/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add -X to usage messageStefan Fritsch2010-06-211-2/+4
* remove APLOG_USE_MODULE from main.c:Stefan Fritsch2010-06-081-2/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-021-26/+1
* Design error; main.c is not part of the libhttpd, you can't forwardWilliam A. Rowe Jr2010-01-211-3/+0
* * With APR >= 2.0 there is no longer an APR-UTIL only an APR.Ruediger Pluem2009-12-231-0/+5
* Strip SHARED_CORE deadwood.Nick Kew2009-12-221-20/+0
* (re)-introduce -T commandline option to suppress documentroot check at startupNick Kew2009-12-221-1/+10
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-4/+0
* Fix usage message on the Windows platform.Rainer Jung2009-05-061-3/+4
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-051-2/+1
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-311-4/+0
* resurrect the call to show_mpm_settings(), but defer the entire -V processing...Jeff Trawick2009-03-251-6/+15
* Provide ap_set_retained_data()/ap_get_retained_data() for preservationJeff Trawick2009-03-251-6/+5
* set ap_server_conf as early as possible; axe the duplicate variableJeff Trawick2009-03-241-20/+18
* axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick2009-03-241-8/+3
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-2/+4
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-2/+2
* * Give possible piped loggers a chance to process their input before they getRuediger Pluem2008-07-301-0/+10
* * server/main.c: Unbreak the build.Joe Orton2008-04-071-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-0/+2
* Flesh out ap_expr with:Nick Kew2008-03-311-0/+4