summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create new ap_state_query() function that allows modules to determineStefan Fritsch2011-02-121-0/+15
* * Only unset if we have a table. This can happen if undefine occurs before de...Ruediger Pluem2011-01-211-1/+3
* Add support to set variables with the 'Define' directive. ChangeStefan Fritsch2011-01-201-30/+53
* Move ap_resolve_env to core.c, in preparation for adding mod_define-likeStefan Fritsch2011-01-201-0/+89
* Initialize the core_dir_config->sec_files and ->sec_if only if needed.Stefan Fritsch2011-01-181-8/+18
* remove some redundant NULL assignmentsStefan Fritsch2011-01-181-13/+11
* Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.Stefan Fritsch2011-01-171-3/+22
* eliminate another var named 'c' which is not a conn_recStefan Fritsch2010-12-301-4/+2
* Applying patch from PR 33078 (with slight changes to its return values)Igor Galić2010-12-281-1/+25
* Changing the default Options from All to FollowSymlinks.Igor Galić2010-12-241-3/+3
* PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,Eric Covener2010-12-071-7/+12
* simplify ServerName check with apr_fnmatch_test()Eric Covener2010-12-041-10/+1
* Remove useless 'const' to fix compiler warningStefan Fritsch2010-12-041-1/+1
* core: Fail startup when the argument to ServerName looks like a globEric Covener2010-12-041-0/+13
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-201-0/+1
* When restarting, reset ap_server_config_defines to what was set on the commandStefan Fritsch2010-11-101-0/+18
* Add Error directive for aborting startup or htaccess processingJeff Trawick2010-11-081-0/+21
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-3/+4
* correction to r1031776, retain OR_UNSET with default AllowOverride NoneEric Covener2010-11-051-1/+1
* PR49823: Make the hardcoded default for AllowOverride match the default confi...Eric Covener2010-11-051-1/+1
* use temp pool in some more placesStefan Fritsch2010-10-231-12/+13
* Be extra careful to only pass the main server config toStefan Fritsch2010-10-201-1/+17
* revert r1023227 as discussed on httpd-dev:Stefan Fritsch2010-10-191-8/+2
* core: Log a warning if <Limit> or <LimitExcept> are used. They areStefan Fritsch2010-10-161-2/+8
* Rename MaxRequestsPerChild to MaxConnectionsPerChild, whichStefan Fritsch2010-10-121-1/+4
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-281-3/+3
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-281-2/+1
* In ErrorLogFormat, make it possible to log an item only if the loglevelStefan Fritsch2010-09-261-4/+29
* - Add another check during ErrorLogFormat parsingStefan Fritsch2010-09-061-2/+6
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-0/+243
* Disable sendfile by default, as discussed atStefan Fritsch2010-09-041-2/+1
* Simplify code as noted by Jeff.Stefan Fritsch2010-08-221-5/+2
* Perform NULL check before dereferencing arg, not after.Stefan Fritsch2010-08-181-5/+1
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-153/+0
* Trivial spelling fix so I can closeNick Kew2010-07-201-4/+4
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-7/+32
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-061-9/+45
* Move logic to find module by name into new function find_module().Stefan Fritsch2010-06-041-22/+30
* * Fix compiler warning on 64 bit systems (cast from pointer to integer of dif...Ruediger Pluem2010-04-081-1/+1
* First order simplification; Add IncludeOptional for introducingWilliam A. Rowe Jr2010-04-071-28/+14
* Retract veto over inconsistent behaviour between directory and file wildcards,Graham Leggett2010-03-311-19/+25
* core: Introduce the IncludeStrict directive, which explicitly failsGraham Leggett2010-03-301-6/+20
* comment only: fix name of hook and try to reword for clarityJeff Trawick2010-02-221-4/+4
* Fix startup segfault when the Mutex directive is used but no loaded Jeff Trawick2010-02-221-0/+8
* Print directive name in error message.Stefan Fritsch2010-02-051-1/+1
* * Use loglevel value for parsingRuediger Pluem2010-02-021-1/+1
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-021-28/+3
* Replace the Define !FOO syntax by a new UnDefine directive.Stefan Fritsch2010-01-301-25/+24
* Allow the Define directive to undefine a variable by prefixing theStefan Fritsch2010-01-301-3/+26