Searched refs:apachectl (Results 1 – 4 of 4) sorted by relevance
31 apachectl = @APACHECTL@ key
129 self.apachectl = self.config['httpd']['apachectl']256 os.path.isfile(self.apachectl) and \265 if not os.path.isfile(self.apachectl):574 def apachectl(self) -> str: member in Env575 return self.CONFIG.apachectl
66 self._cmd = env.apachectl136 args = [self.env.apachectl,
334 dnl we'd like a httpd+apachectl as test server355 AC_PATH_PROG([APACHECTL], [apachectl])368 APACHECTL="${request_httpd}/bin/apachectl"374 AC_MSG_NOTICE([apachectl not found as ${APACHECTL}, http tests disabled])
Completed in 14 milliseconds