summaryrefslogtreecommitdiff
path: root/server/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-121-2/+2
* A few noops (at the moment.) Prepare for stuffing the directive intoWilliam A. Rowe Jr2002-05-201-3/+8
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-14/+14
* Add a new parameter to the quick_handler hook to instructBill Stoddard2002-03-271-2/+2
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-3/+16
* Since noone seemed to have a real problem with it, change !! toSander Striker2002-03-151-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Sander's Stylistic SubmissionIan Holsman2002-03-051-548/+625
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-281-2/+2
* Making sure that the global variables have been initialized to avoid linkerBradley Nicholes2002-01-021-4/+4
* Removed a large (8KB) buffer from the stack in ap_invoke_handler()Brian Pane2001-12-261-5/+4
* Move the insert_filter hook from the prepare request phase to theWilliam A. Rowe Jr2001-12-141-0/+10