MCPcopy Create free account
hub / github.com/apache/httpd / add_httpd_conf

Method add_httpd_conf

test/pyhttpd/env.py:309–310  ·  view source on GitHub ↗
(self, lines: List[str])

Source from the content-addressed store, hash-verified

307 self._current_test = None
308
309 def add_httpd_conf(self, lines: List[str]):
310 self._httpd_base_conf.extend(lines)
311
312 def add_httpd_log_modules(self, modules: List[str]):
313 self._httpd_log_modules.extend(modules)

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected