| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 1 | -2/+9 |
* | Design error; main.c is not part of the libhttpd, you can't forward | William A. Rowe Jr | 2010-01-21 | 1 | -0/+3 |
* | Turn static function get_server_name_for_url() into public function | Stefan Fritsch | 2010-01-16 | 1 | -2/+2 |
* | Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings. | Takashi Sato | 2009-12-29 | 1 | -1/+1 |
* | (re)-introduce -T commandline option to suppress documentroot check at startup | Nick Kew | 2009-12-22 | 1 | -1/+7 |
* | Add OmitPID keyword on Mutex directive to suppress the | Jeff Trawick | 2009-12-02 | 1 | -2/+2 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -4/+2 |
* | veto-ed | Jim Jagielski | 2009-09-10 | 1 | -20/+4 |
* | And additional ServerTokens improvement... | Jim Jagielski | 2009-08-28 | 1 | -11/+21 |
* | OK, might as well finish this... Allow ServerTokens Off | Jim Jagielski | 2009-08-28 | 1 | -9/+16 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -2/+2 |
* | * server/core.c (merge_core_dir_configs): Tweak logic and comment | Joe Orton | 2009-05-10 | 1 | -6/+7 |
* | * Fix for the following configuration where the exec command was disabled | Ruediger Pluem | 2009-05-10 | 1 | -2/+3 |