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

Method make

test/pyhttpd/env.py:85–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 self._optional_modules.extend(modules)
84
85 def make(self):
86 self._make_dirs()
87 self._make_conf()
88 if self.env.mpm_module is not None \
89 and self.env.mpm_module in self.env.mpm_modules:
90 self.add_modules([self.env.mpm_module])
91 if self.env.ssl_module is not None:
92 self.add_modules([self.env.ssl_module])
93 self._make_modules_conf()
94 self._make_htdocs()
95 self._add_aptest()
96 self._build_clients()
97 self.env.clear_curl_headerfiles()
98
99 def _make_dirs(self):
100 if not os.path.exists(self.env.gen_dir):

Callers 1

setup_httpdMethod · 0.45

Calls 8

_make_dirsMethod · 0.95
_make_confMethod · 0.95
add_modulesMethod · 0.95
_make_modules_confMethod · 0.95
_make_htdocsMethod · 0.95
_add_aptestMethod · 0.95
_build_clientsMethod · 0.95

Tested by

no test coverage detected