Lines Matching defs:conf
1090 conf = configparser.RawConfigParser()
1093 conf.readfp(f)
1095 conf.read_file(f)
1098 conf.set(section, key, config[key])
1100 conf.write(new_rcfile)
3886 "https.conf")
4427 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4429 The 'conf' parameter is a path to a httpd.conf file. The 'port'
4440 self.__conf_path = os.path.join(work_dir, "httpd.conf")
4452 portable.copyfile(conf, self.__conf_path)
4462 conf = property(__get_conf, __set_conf)
4639 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4640 ApacheController.__init__(self, conf, port, work_dir,
4658 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4659 ApacheController.__init__(self, conf, port, work_dir,