Home
last modified time | relevance | path

Searched refs:apxs (Results 1 – 5 of 5) sorted by relevance

/curl/tests/http/testenv/
H A Denv.py126 self.apxs = self.config['httpd']['apxs']
127 if len(self.apxs) == 0:
128 self.apxs = None
211 if self._httpd_version is None and self.apxs is not None:
213 p = subprocess.run(args=[self.apxs, '-q', 'HTTPD_VERSION'],
242 self.apxs is not None and \
243 os.path.isfile(self.apxs)
252 if self.apxs is None:
254 if not os.path.isfile(self.apxs):
539 def apxs(self) -> str: member in Env
[all …]
H A Dhttpd.py83 assert env.apxs
84 p = subprocess.run(args=[env.apxs, '-q', 'libexecdir'],
465 p = subprocess.run([self.env.apxs, '-c', 'mod_curltest.c'],
/curl/tests/http/
H A Dconfig.ini.in29 apxs = @APXS@ key
H A DCMakeLists.txt49 find_program(APXS "apxs")
/curl/
H A Dconfigure.ac345 AC_PATH_PROG([APXS], [apxs])
356 AC_PATH_PROG([APXS], [apxs])
362 AC_MSG_NOTICE([apxs not in PATH, http tests disabled])
369 APXS="${request_httpd}/bin/apxs"
377 AC_MSG_NOTICE([apxs not found as ${APXS}, http tests disabled])

Completed in 22 milliseconds