| Commit message (Expand) | Author | Age | Files | Lines |
* | Create new ap_state_query() function that allows modules to determine | Stefan Fritsch | 2011-02-12 | 1 | -0/+15 |
* | * Only unset if we have a table. This can happen if undefine occurs before de... | Ruediger Pluem | 2011-01-21 | 1 | -1/+3 |
* | Add support to set variables with the 'Define' directive. Change | Stefan Fritsch | 2011-01-20 | 1 | -30/+53 |
* | Move ap_resolve_env to core.c, in preparation for adding mod_define-like | Stefan Fritsch | 2011-01-20 | 1 | -0/+89 |
* | Initialize the core_dir_config->sec_files and ->sec_if only if needed. | Stefan Fritsch | 2011-01-18 | 1 | -8/+18 |
* | remove some redundant NULL assignments | Stefan Fritsch | 2011-01-18 | 1 | -13/+11 |
* | Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk. | Stefan Fritsch | 2011-01-17 | 1 | -3/+22 |
* | eliminate another var named 'c' which is not a conn_rec | Stefan Fritsch | 2010-12-30 | 1 | -4/+2 |
* | Applying patch from PR 33078 (with slight changes to its return values) | Igor Galić | 2010-12-28 | 1 | -1/+25 |
* | Changing the default Options from All to FollowSymlinks. | Igor Galić | 2010-12-24 | 1 | -3/+3 |
* | PR50349: Honor 'AcceptPathInfo OFF' during internal redirects, | Eric Covener | 2010-12-07 | 1 | -7/+12 |
* | simplify ServerName check with apr_fnmatch_test() | Eric Covener | 2010-12-04 | 1 | -10/+1 |
* | Remove useless 'const' to fix compiler warning | Stefan Fritsch | 2010-12-04 | 1 | -1/+1 |
* | core: Fail startup when the argument to ServerName looks like a glob | Eric Covener | 2010-12-04 | 1 | -0/+13 |
* | Log errors/infos during expression evaluation and associate the message | Stefan Fritsch | 2010-11-20 | 1 | -0/+1 |
* | When restarting, reset ap_server_config_defines to what was set on the command | Stefan Fritsch | 2010-11-10 | 1 | -0/+18 |
* | Add Error directive for aborting startup or htaccess processing | Jeff Trawick | 2010-11-08 | 1 | -0/+21 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -3/+4 |
* | correction to r1031776, retain OR_UNSET with default AllowOverride None | Eric Covener | 2010-11-05 | 1 | -1/+1 |
* | PR49823: Make the hardcoded default for AllowOverride match the default confi... | Eric Covener | 2010-11-05 | 1 | -1/+1 |
* | use temp pool in some more places | Stefan Fritsch | 2010-10-23 | 1 | -12/+13 |
* | Be extra careful to only pass the main server config to | Stefan Fritsch | 2010-10-20 | 1 | -1/+17 |
* | revert r1023227 as discussed on httpd-dev: | Stefan Fritsch | 2010-10-19 | 1 | -8/+2 |
* | core: Log a warning if <Limit> or <LimitExcept> are used. They are | Stefan Fritsch | 2010-10-16 | 1 | -2/+8 |
* | Rename MaxRequestsPerChild to MaxConnectionsPerChild, which | Stefan Fritsch | 2010-10-12 | 1 | -1/+4 |
* | save some memory by using cmd->temp_pool instead of cmd->pool in some places | Stefan Fritsch | 2010-09-28 | 1 | -3/+3 |
* | Add generate_log_id hook to allow to use the ID generated by mod_unique_id as | Stefan Fritsch | 2010-09-28 | 1 | -2/+1 |
* | In ErrorLogFormat, make it possible to log an item only if the loglevel | Stefan Fritsch | 2010-09-26 | 1 | -4/+29 |
* | - Add another check during ErrorLogFormat parsing | Stefan Fritsch | 2010-09-06 | 1 | -2/+6 |
* | Add ErrorLogFormat directive for configuring the error log format, including | Stefan Fritsch | 2010-09-05 | 1 | -0/+243 |
* | Disable sendfile by default, as discussed at | Stefan Fritsch | 2010-09-04 | 1 | -2/+1 |
* | Simplify code as noted by Jeff. | Stefan Fritsch | 2010-08-22 | 1 | -5/+2 |
* | Perform NULL check before dereferencing arg, not after. | Stefan Fritsch | 2010-08-18 | 1 | -5/+1 |
* | Intel's compiler warns about assigning the non-enum value 0 to the | Jeff Trawick | 2010-08-06 | 1 | -1/+1 |
* | Move AddOutputFilterByType implementation from core to mod_filter. | Nick Kew | 2010-07-22 | 1 | -153/+0 |
* | Trivial spelling fix so I can close | Nick Kew | 2010-07-20 | 1 | -4/+4 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -7/+32 |
* | - Introduce log levels trace1/.../trace8 | Stefan Fritsch | 2010-06-06 | 1 | -9/+45 |
* | Move logic to find module by name into new function find_module(). | Stefan Fritsch | 2010-06-04 | 1 | -22/+30 |
* | * Fix compiler warning on 64 bit systems (cast from pointer to integer of dif... | Ruediger Pluem | 2010-04-08 | 1 | -1/+1 |
* | First order simplification; Add IncludeOptional for introducing | William A. Rowe Jr | 2010-04-07 | 1 | -28/+14 |
* | Retract veto over inconsistent behaviour between directory and file wildcards, | Graham Leggett | 2010-03-31 | 1 | -19/+25 |
* | core: Introduce the IncludeStrict directive, which explicitly fails | Graham Leggett | 2010-03-30 | 1 | -6/+20 |
* | comment only: fix name of hook and try to reword for clarity | Jeff Trawick | 2010-02-22 | 1 | -4/+4 |
* | Fix startup segfault when the Mutex directive is used but no loaded | Jeff Trawick | 2010-02-22 | 1 | -0/+8 |
* | Print directive name in error message. | Stefan Fritsch | 2010-02-05 | 1 | -1/+1 |
* | * Use loglevel value for parsing | Ruediger Pluem | 2010-02-02 | 1 | -1/+1 |
* | replace duplicate code with new function ap_parse_log_level() | Stefan Fritsch | 2010-02-02 | 1 | -28/+3 |
* | Replace the Define !FOO syntax by a new UnDefine directive. | Stefan Fritsch | 2010-01-30 | 1 | -25/+24 |
* | Allow the Define directive to undefine a variable by prefixing the | Stefan Fritsch | 2010-01-30 | 1 | -3/+26 |