(self, path)
| 557 | return self.get_apxs_var("HTTPD_VERSION") |
| 558 | |
| 559 | def mkpath(self, path): |
| 560 | if not os.path.exists(path): |
| 561 | return os.makedirs(path) |
| 562 | |
| 563 | def run(self, args, stdout_list=False, intext=None, inbytes=None, debug_log=True): |
| 564 | if debug_log: |
no outgoing calls