Searched defs:conf (Results 1 - 3 of 3) sorted by relevance
/pkg/src/util/apache2/depot/ |
H A D | depot_index.py | 417 setup, grabbing configuration from httpd.conf, then redirecting. 810 conf = {"/": variable 812 application = cherrypy.Application(wsgi_depot, None, config=conf)
|
/pkg/src/ |
H A D | depot.py | 924 conf = { variable 933 conf["/"]["request.dispatch"] = Pkg5Dispatcher() 952 conf["/"][entry] = proxy_conf[entry] 974 cherrypy.quickstart(root, config=conf)
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 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") 4462 conf = property(__get_conf, __set_conf) variable in class:ApacheController [all...] |
Completed in 27 milliseconds