Searched refs:directory (Results 1 - 10 of 10) sorted by relevance

/httpd/modules/core/test/conf/
H A Dtest15.conf3 <directory /tmp>
7 </directory>
H A Dtest41.conf4 DocumentRoot /foo/document/root/directory
H A Dtest40.conf5 DocumentRoot /foo/document/root/directory
/httpd/test/
H A Dmake_sni.sh18 # This script will populate a directory 'sni' with 3 sites, httpd.conf
105 echo Aborted - already an ${DIR} directory. Use the -f flag to overwrite.
149 # And likewise a directory with the same information (using the
303 # SSLCACertificateDir ${CDIR}/xs-root-dir # 1 & 2 - but as a directory.
319 The directory ${DIR}/sni has been populated with the following
327 - htdocs directory with one docroot for each domain,
330 - ssl directory with an ssl cert (signed by root)
336 The directory ${CDIR} contains optional test files to allow client
345 - xs-root-dir A directory specific for the SSLCACertificateDir
354 A directory
[all...]
/httpd/support/
H A Dfirehose.c55 const char *directory; member in struct:file_rec
106 "output-directory",
109 " --output-directory, -o <name>\tDirectory to write demuxed connections\n\t\t\t\t\tto." },
243 status = apr_filepath_merge(&nfrom, file->directory, from,
246 status = apr_filepath_merge(&nto, file->directory, to,
266 "Could not merge directory '%s' with file '%s': %pm\n",
267 file->directory, to, &status);
272 "Could not merge directory '%s' with file '%s': %pm\n",
273 file->directory, from, &status);
339 status = apr_filepath_merge(&native, file->directory, nam
[all...]
/httpd/modules/mappers/
H A Dmod_imagemap.c325 char *directory = NULL; local
395 directory = string_pos; /* save the start of
396 the directory portion */
412 if (directory && (slen = strlen(directory))) {
414 /* for each '..', knock a directory off the end
416 But only consider the directory portion: don't eat
417 into the server name. And only try if a directory
424 if ((string_pos = strrchr(directory, '/'))) {
427 clen = strlen(directory);
[all...]
H A Dmod_rewrite.c345 char *directory; /* the directory where it applies */ member in struct:__anon240
1801 ? conf->baseurl : conf->directory,
1879 path = apr_pstrcat(r->pool, conf->directory, path,
2868 a->directory = NULL;
2873 a->directory = apr_pstrdup(p, path);
2876 a->directory = apr_pstrcat(p, path, "/", NULL);
2905 a->directory = overrides->directory;
2939 /* server command? set both global scope and base directory scop
[all...]
/httpd/modules/aaa/
H A Dmod_authn_socache.c195 static const char *const directory = "directory"; variable
201 ret->context = directory;
211 if (add->context == directory) {
266 if (!strcmp(context, "directory")) {
/httpd/build/aix/
H A Dmkinstallp.ksh28 [[ $? != 0 ]] && echo $0: ${TEMPDIR} -- bad directory && exit -1
70 # get the directory sizes in blocks
/httpd/modules/lua/
H A Dlua_request.c994 * lua_apr_mkdir; r:mkdir(string [, permissions]) - Creates a directory
1033 * lua_apr_rmdir; r:rmdir(string) - Removes a directory
1432 * lua_ap_getdir; r:get_direntries(directory) - Gets all entries of a
1433 * directory and returns the directory info as a table
1441 const char *directory; local
1446 directory = lua_tostring(L, 2);
1447 if (apr_dir_open(&thedir, directory, r->pool) == APR_SUCCESS) {
1578 * @param document_root the corresponding directory on disk, without trailing

Completed in 74 milliseconds