summaryrefslogtreecommitdiffstats
path: root/server/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* With all of the, uhm, interesting manners in which httpdWilliam A. Rowe Jr2006-04-011-1/+6
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-4/+4
* httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT settingJeff Trawick2005-09-011-0/+2
* * server/main.c (suck_in_APR): Remove weird gzeof reference whichJoe Orton2005-08-311-1/+0
* Doxygen fixup / cleanupIan Holsman2005-08-291-0/+1
* Move the "GracefulShutdownTimeout" directive into mpm_common, for re-useColm MacCarthaigh2005-08-261-2/+2
* Make the neccessary changes to mpm_common and main to support a graceful-stopColm MacCarthaigh2005-08-261-0/+6
* * server/main.c: Remove the suck_in_apr_password_validate() hack. apr_passwo...Paul Querna2005-06-031-12/+0
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Implement -t -DDUMP_MODULES using generic test_config hook rather thanJoe Orton2004-08-171-9/+1
* fix compiler warningsGeoffrey Young2004-07-121-0/+1
* Add DUMP_MODULESPaul Querna2004-07-101-25/+48
* Add OS and APACHE_MPM_DIR to -V outputMartin Kraemer2004-06-291-0/+8
* initialize server arrays prior to calling ap_setup_prelinked_modulesGeoffrey Young2004-06-171-6/+6
* changed the following APIs to return an error instead of hard exiting:André Malo2004-04-251-1/+15
* Don't include newlines in strings passed to ap_log_error.Jeff Trawick2004-03-291-2/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* PR:Martin Kraemer2004-01-051-4/+4
* update license to 2004.André Malo2004-01-011-1/+1
* * server/main.c (suck_in_expat): Remove function, USE_EXPAT is neverJoe Orton2003-12-101-10/+0
* Clean up httpd -V output: Instead of displaying the MPM sourceJeff Trawick2003-12-041-5/+43