summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* OK, might as well finish this... Allow ServerTokens OffJim Jagielski2009-08-281-9/+16
* Bring back OS/2 support.Brian Havard2009-08-261-2/+2
* * server/core.c (merge_core_dir_configs): Tweak logic and commentJoe Orton2009-05-101-6/+7
* * Fix for the following configuration where the exec command was disabledRuediger Pluem2009-05-101-2/+3
* Security fix for CVE-2009-1195: fix Options handling such thatJoe Orton2009-05-081-8/+14
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-291-1/+2
* remove OS/2 platform supportJeff Trawick2009-03-271-2/+2
* restore disable-nagle logic for connected socketsJeff Trawick2009-03-261-2/+0
* axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick2009-03-241-18/+3
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-1/+0
* ap_meets_conditions() should not be called until all ofRoy T. Fielding2009-02-121-5/+4
* Provide a hint when we see what looks like an SSL record when we'reEric Covener2009-01-311-2/+13
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-23/+16
* Oh brother; we just dupped these to lowercase them, no need to re-dup againWilliam A. Rowe Jr2009-01-091-1/+1
* Reorder and correct creation and merge of server records, optimizingWilliam A. Rowe Jr2009-01-031-49/+63
* Clean up fugly initialization of AcceptFilter mappingsWilliam A. Rowe Jr2009-01-021-8/+9
* * The API Cleanup in r722399 missed some locations.Ruediger Pluem2008-12-021-5/+5
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-5/+5
* Move security check to post_config, ćos pre-config hooks don´tNick Kew2008-11-031-22/+16
* Wrap the global count of privileges handlers operating. Silence grumblers.Nick Kew2008-11-031-1/+6
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-031-0/+17
* Allow <Limit> and <LimitExcept> directives to nest, andChris Darroch2008-10-311-15/+28
* * server/core.c: Fix implicit declaration of function 'unixd_set_rlimit' byPaul Querna2008-10-291-0/+4
* * Do not allow all options of ALL to be set when only a few of them areRuediger Pluem2008-05-021-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* If you study all of the directive implementations, you'll noteWilliam A. Rowe Jr2008-04-061-90/+16
* Add condition for <If> sections to core config mergeNick Kew2008-04-041-1/+1
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-2/+1
* HTTPD Core: Implement <If> sections for conditional (runtime) configuration.Nick Kew2008-04-031-0/+67
* Fix typo in error message (noticed by gryzor on IRC)Nick Kew2007-12-281-1/+1
* Fix possible crash at startup in case of nonexistent DocumentRoot.Nick Kew2007-10-271-0/+3
* ap_available_mutexes_string and ap_add_available_mutexes_string William A. Rowe Jr2007-08-231-1/+1
* * Avoid that relative changes to Options change the settings for FileETag.Ruediger Pluem2007-08-051-1/+1
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-7/+4
* * Remove unused variables from set_define() function to fix a compiler warning.Ruediger Pluem2007-06-201-2/+0
* Add the 'Define' command to the core. This does exactly the same thing as ad...Paul Querna2007-06-131-0/+22
* Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...Paul Querna2007-06-121-0/+1
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-021-2/+19
* * docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/Joe Orton2006-11-221-1/+1
* Once SSLMutex allowed for the setting of both theJim Jagielski2006-10-241-2/+3
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-20/+31
* update license header textRoy T. Fielding2006-07-111-6/+6
* * Add the filename of the configuration file to the warning messageRuediger Pluem2006-07-091-2/+2
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-23/+1
* * server/core.c (server_hostname_port): Remove unused variable.Joe Orton2006-05-081-1/+0
* Add optional 'scheme://' prefix to ServerName directive. ForSander Temme2006-05-051-5/+26
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* remove unnecessary whitespaceJeff Trawick2006-04-101-1/+0
* We actually want to reach the rest of the code :)Jim Jagielski2006-04-031-1/+0
* Default handler: Don't return output filter apr_status_t values.Jeff Trawick2006-04-031-0/+14