summaryrefslogtreecommitdiffstats
path: root/server/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* make sure we Unix weenies get a newline at the end Jeff Trawick2007-08-271-3/+3
* Add a comment to prevent a future upgrade of APR 2.0 or similarWilliam A. Rowe Jr2007-08-231-0/+5
* main core: Emit errors during the initial apr_app_initialize()William A. Rowe Jr2007-08-231-13/+26
* Revert r568762; will reapply in two segmentsWilliam A. Rowe Jr2007-08-231-38/+17
* Eliminate an XXX; apr-based file logging isn't available to reportWilliam A. Rowe Jr2007-08-231-17/+38
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-291-3/+0
* Block ap_pid_table create with same define as used in mpm_common.cGuenter Knauf2007-06-271-0/+2
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-161-0/+1
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-2/+2
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-151-0/+13
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/main.c (abort_on_oom): New function.Joe Orton2006-05-161-0/+20