summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-261-2/+9
* Design error; main.c is not part of the libhttpd, you can't forwardWilliam A. Rowe Jr2010-01-211-0/+3
* Turn static function get_server_name_for_url() into public functionStefan Fritsch2010-01-161-2/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-1/+1
* (re)-introduce -T commandline option to suppress documentroot check at startupNick Kew2009-12-221-1/+7
* Add OmitPID keyword on Mutex directive to suppress theJeff Trawick2009-12-021-2/+2
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-4/+2
* veto-edJim Jagielski2009-09-101-20/+4
* And additional ServerTokens improvement...Jim Jagielski2009-08-281-11/+21
* 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