summaryrefslogtreecommitdiffstats
path: root/server/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Prevent segfaults in handlers by ensuring that r->handler != NULL.Ruediger Pluem2009-01-311-11/+22
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-3/+3
* allow ap_invoke_handler() to pass-through AP_FILTER_ERROR as if it were Eric Covener2008-11-291-0/+1
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Generic fix for PR#31759Nick Kew2006-09-221-0/+17
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-151-0/+6
* update license header textRoy T. Fielding2006-07-111-6/+6
* Add optional 'scheme://' prefix to ServerName directive. ForSander Temme2006-05-051-0/+2
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-2/+2
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-12/+12
* - Fix style nits in the new hash config code. No Functional changes.Paul Querna2005-06-021-8/+8
* - Fix graceful restarts with the new hashed configuration. The hash now allo...Paul Querna2005-06-021-3/+33
* - Use a hash for the configuration command lookup implementation. Now module...Paul Querna2005-05-291-44/+97
* Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...Paul Querna2005-05-051-0/+19
* * server/config.c (process_resource_config_nofnmatch): Fail withJoe Orton2005-05-031-4/+6
* "misspelled" has been "mis-spelled" for quite long enough.Rich Bowen2005-04-021-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Implement -t -DDUMP_MODULES using generic test_config hook rather thanJoe Orton2004-08-171-0/+5
* Allocate memory from the temp_pool rather than the stack to avoid blowing fix...Bradley Nicholes2004-07-161-1/+1
* remove tabs from my last commit.Paul Querna2004-07-141-1/+1
* Added 'AllowOverride Options=Indexes,MultiViews' to give an admin betterPaul Querna2004-07-141-0/+6
* changed the following APIs to return an error instead of hard exiting:André Malo2004-04-251-97/+121
* ap_add_named_module is not used and maintained anymore. Drop it.André Malo2004-04-251-20/+0
* Include directives no longer refuse to process symlinks onAndré Malo2004-04-211-6/+20
* Don't allocation large buffers on the stack to avoid over-running a fixed len...Bradley Nicholes2004-04-071-1/+7
* fix "Expected </Foo>> but saw </Foo>" errors in nested,Geoffrey Young2004-02-181-0/+4
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* Keep focus of ITERATE and ITERATE2 on the current module whenGeoffrey Young2004-01-301-5/+11
* update license to 2004.André Malo2004-01-011-1/+1
* fix the config parser to support <Foo>..</Foo> containers (noStas Bekman2003-10-111-0/+3
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* split ap_process_resource_config into two functions (since we don't wannaAndré Malo2003-08-071-54/+111
* Allow restart of httpd to occur even with syntax errors in the configJustin Erenkrantz2003-02-171-4/+7
* fill out parms->err_directive while looking for open parents.André Malo2003-02-151-1/+3
* finished that boring job:André Malo2003-02-031-1/+1
* Fix a typo reported by Blair Zajac <blair@orcaware.com>William A. Rowe Jr2003-01-141-1/+1
* ap_server_root_relative never guarenteed that the resource exists, orWilliam A. Rowe Jr2003-01-141-4/+10
* Once again, allow <Directory "C:\Users\*\html_files"> or other wildcardWilliam A. Rowe Jr2003-01-141-0/+3
* TweakBill Stoddard2002-12-091-1/+1
* AddModules does not exist anymoreBill Stoddard2002-12-091-1/+1
* Add support for using fnmatch patterns in the final path segment of anIan Holsman2002-09-121-14/+39
* Make module loading error messages more informativeIan Holsman2002-08-191-1/+3
* Renames Pending:Ian Holsman2002-07-061-8/+8
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-0/+27
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-131-2/+2
* A few noops (at the moment.) Prepare for stuffing the directive intoWilliam A. Rowe Jr2002-05-201-3/+8