summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix incomplete filename in ErrorLog when trying to access files in non exist...Christophe Jaillet2013-02-041-1/+2
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-301-5/+26
* Change HttpProtocol to again only allow to enable/disable 0.9Stefan Fritsch2012-12-221-42/+16
* Add LogLevelOverride directive that allows to override the loglevel forStefan Fritsch2012-12-081-29/+106
* remove C99 features from 'Warning' directive handlingFabien Coelho2012-12-081-6/+7
* Add minor 'Warning' directive as defined in current mod_macro.Fabien Coelho2012-12-081-8/+35
* Sort error message for ServerTokens by increasing verbosity. Add missing 'OS'Stefan Fritsch2012-12-021-3/+3
* PR54222: catch invalid ServerTokens argsEric Covener2012-11-291-1/+4
* Make HttpProtocol accept a range of allowed versions.Stefan Fritsch2012-11-091-14/+40
* Expose ap_method_register() to the admin with a new RegisterHttpMethodStefan Fritsch2012-11-091-0/+11
* New directive HttpProtocol which allows to disable HTTP/0.9 support.Stefan Fritsch2012-11-071-0/+24
* Make ap_check_cmd_context() treat <If> sections like <File> sections.Stefan Fritsch2012-11-071-1/+4
* Make <If> sections in virtual host context fill in cmd->path so thatStefan Fritsch2012-11-071-1/+5
* add dirwalk_stat hook, for use by mpm-itkJeff Trawick2012-09-211-1/+8
* core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for theJeff Trawick2012-08-041-1/+1
* Various code clean upStefan Fritsch2012-07-151-2/+2
* r1052419 changed the default value of Options to FollowSymlinks, Eric Covener2012-07-111-1/+1
* Fix merging of AllowOverrideList and ContentDigest.Stefan Fritsch2012-03-241-4/+2
* Disallow directives in AllowOverrideList which are only allowedStefan Fritsch2012-03-191-3/+14
* In AllowOverrideList, do not allow 'None' together with other directives.Stefan Fritsch2012-03-191-6/+12
* Fix some typosStefan Fritsch2012-03-141-1/+1
* Fold on Jeff's DefaultRuntimeDir impl... docs on the wayJim Jagielski2012-03-071-0/+20
* Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hookStefan Fritsch2012-02-041-0/+17
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-091-0/+11
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-3/+3
* Fix handling of piped, syslog, or inherited ErrorLog entriesStefan Fritsch2011-12-281-1/+2
* Check during configtest that the directories for error logs existStefan Fritsch2011-12-281-0/+39
* Fix -DDUMP_RUN_CFG output for piped and syslog loggersStefan Fritsch2011-12-281-3/+5
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-5/+5
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-33/+33
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-5/+5
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-201-7/+0
* ap_core_translate: factor out duplicate code. no functional change.Greg Ames2011-11-151-37/+23
* end-generation hook: Fix false notification of end-of-generation forJeff Trawick2011-11-101-0/+2
* config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):Jeff Trawick2011-11-101-1/+1
* fix typoStefan Fritsch2011-11-091-1/+1
* Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch2011-11-071-2/+1
* Call apr_random_after_fork() manually in the child processes because the MPMsStefan Fritsch2011-11-071-8/+30
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-0/+38
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-081-3/+3
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-3/+3
* Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE / part2.Guenter Knauf2011-09-171-2/+2
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+85
* Add in MaxRangeOverlaps and MaxRangeReversals to accomodateJim Jagielski2011-09-121-17/+80
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-3/+1
* take care of some MaxRanges feedback:Eric Covener2011-09-071-6/+23
* add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener2011-08-281-0/+17
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-041-0/+6
* cleanups related to new AllowOverrideList functionality:Stefan Fritsch2011-08-031-0/+11
* Adjust some messages for <If> blocks and remove some dead codeStefan Fritsch2011-08-031-8/+0