summaryrefslogtreecommitdiff
path: root/server/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up GNU compiler issues on NetWareBradley Nicholes2001-12-111-2/+2
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-241-2/+2
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-4/+4
* restructured the conditional logic in ap_merge_per_dir_configs() for faster e...Brian Pane2001-11-231-5/+11
* Great badness - not a good idea to return OK when you don't modify theWilliam A. Rowe Jr2001-10-071-3/+2
* AFAICT, we have never created server configs of _all_ modules for _all_William A. Rowe Jr2001-09-211-1/+1
* Overhauled ap_server_root_relative, so that it now changes any pathWilliam A. Rowe Jr2001-08-231-20/+22
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Provide an ap_set_deprecated() fn for quick-and-dirty 'we don't do this'William A. Rowe Jr2001-08-031-1/+9
* Add the ability to extend the methods that Apache understandsRyan Bloom2001-08-021-18/+6
* Having gone through and expnaded out the hook macro it seemed a wasteDavid Reid2001-07-041-8/+60
* Cleanup the reporting of incorrect end tags for container directives.Ryan Bloom2001-05-111-0/+7
* More changes based on Ian's patch.Victor J. Orlikowski2001-05-111-6/+8
* Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types ofChuck Murcko2001-05-111-1/+1
* struct_ptr is a void*. The Windows compiler doesn't like it when you tryBill Stoddard2001-04-201-1/+1
* Add ap_set_int_slot() functionDoug MacEachern2001-04-201-0/+19
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-131-0/+5
* Small docco fix.Victor J. Orlikowski2001-04-101-1/+1
* Fix segfaults for configuration file syntax errors such asJeff Trawick2001-04-021-0/+2
* Performance: Add quick_handler hook. This hook is called at theBill Stoddard2001-03-271-0/+3
* top_module global variable renamed to ap_top_moduleDoug MacEachern2001-03-261-14/+14