summaryrefslogtreecommitdiffstats
path: root/server/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extern symbols (per the warning) belong elsewhere, since (on Win32) theWilliam A. Rowe Jr2000-11-181-0/+2
* Port mod_info to 2.0. This is basically a complete re-write to use theRyan Bloom2000-11-141-10/+10
* Solve the os_is_absolute_path problem for the moment.William A. Rowe Jr2000-11-021-0/+5
* Get Win32 building again.William A. Rowe Jr2000-11-021-1/+2
* Make mod_auth_db compile cleanly in 2.0Ryan Bloom2000-10-301-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-5/+0
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-40/+40
* Port over the config directory stuff...Jim Jagielski2000-10-061-1/+64
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-3/+1
* Avoid a segfault when parsing .htaccess files. AnJeff Trawick2000-09-201-1/+1
* Fix a bug parsing configuration file containers. With a sequenceJeff Trawick2000-09-151-2/+3
* Remove a bunch of warnings from the server when compiled usingRyan Bloom2000-08-141-0/+1
* Preset the cmd_parms->limited field to the magic 'no limit active'Ken Coar2000-08-121-9/+38
* Fix a config tree problem.Jeff Trawick2000-08-051-3/+10
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-86/+86
* Add APR_EOL_STR for a platform specific text delimiter, provided byWilliam A. Rowe Jr2000-07-251-2/+3
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* parms needs err_directive incase execute_now() returns non-NULL (e.g. if Load...Doug MacEachern2000-06-261-6/+7
* OS/390 needs arpa/inet.h for htonl().Jeff Trawick2000-06-241-0/+3
* Use the new command-handler initializer macros in mod_auth;Jeff Trawick2000-06-181-3/+5
* More command handlers.Ben Laurie2000-06-171-2/+4
* More consification, correct command initialisation.Ben Laurie2000-06-171-5/+6
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-171-41/+26
* Fix segfault when reporting this type of syntax error:Jeff Trawick2000-06-161-0/+1
* Fix a couple of problems with the pre/post config processing changes:Jeff Trawick2000-06-121-5/+1
* PR:William A. Rowe Jr2000-06-061-2/+2
* Remove some #ifdef'ed code that doesn't make much senseTony Finch2000-06-061-14/+0
* Modify the config order so that we read the config, process all EXEC_ON_READRyan Bloom2000-06-031-17/+45
* Add pre_config hooks back in for all modules. This is important for theRyan Bloom2000-06-021-10/+4
* Forward fit a bug fix in the TAKE13 handling from 1.3 to 2.0Ryan Bloom2000-05-301-1/+1
* We now report the correct line number for syntax errors in configJeff Trawick2000-05-301-4/+17
* PR:William A. Rowe Jr2000-05-281-8/+9
* PR:William A. Rowe Jr2000-05-281-4/+4
* PR:William A. Rowe Jr2000-05-281-7/+7
* William A. Rowe Jr2000-05-271-3/+3
* William A. Rowe Jr2000-05-271-13/+31
* Fix the config parser so that if there is no current node, and we areRyan Bloom2000-05-221-0/+2
* Fix a bug in adding EXEC_ON_READ at the top level of the tree.Ryan Bloom2000-05-191-2/+4
* Fix a bug in the EXEC_ON_READ logic. When we build a sub_tree whileRyan Bloom2000-05-171-3/+13
* Commit the EXEC_ON_READ changes. This allows modules to hook into theRyan Bloom2000-05-151-13/+115
* Get tree build to work correctly with config Include directiveAllan K. Edwards2000-05-101-0/+3
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-9/+9
* drop the "container" param from ap_walk_config(). callers should simplyGreg Stein2000-04-241-39/+30
* clean up cmd_parms: config_file is no longer valid; end_token is bogus;Greg Stein2000-04-241-34/+75
* handle error messages during building and processing of the configuration.Greg Stein2000-04-241-40/+71
* Parse the config tree, instead of the config file. This is a first step thereRyan Bloom2000-04-231-56/+84
* Use ap_canonical_error() where appropriate.Brian Havard2000-04-201-10/+13
* Add back in logic to put the ending container directive in the tree. ThisRyan Bloom2000-04-171-0/+7
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-28/+28