Home
last modified time | relevance | path

Searched refs:apachectl (Results 1 – 4 of 4) sorted by relevance

/curl/tests/http/
H A Dconfig.ini.in31 apachectl = @APACHECTL@ key
/curl/tests/http/testenv/
H A Denv.py129 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 Env
575 return self.CONFIG.apachectl
H A Dhttpd.py66 self._cmd = env.apachectl
136 args = [self.env.apachectl,
/curl/
H A Dconfigure.ac334 dnl we'd like a httpd+apachectl as test server
355 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