httpd::config - Configuration management
The package httpd::config is a core module providing all other modules of the web server with commands to define and read global configuration data.
Retrieves a list of resources from disk, specifically the file config. The array variable aname contains the default configuration values to use, and the new, current values after the processing of the configuration file has completed.
Returns the value for configuration key/variable index. The empty string will be returned if there is no such configuration variable.
Goes through the specified configuration keys, assigns them the given values, and then stores the changed information back to disk. This call will fail if config::init has not been called before.
httpd
configuration, web server
Copyright © 2003 Andreas Kupries <[email protected]>