Searched refs:htaccess (Results 1 - 5 of 5) sorted by relevance
/httpd/ |
H A D | ap.d | 93 uintptr_t htaccess;
|
/httpd/include/ |
H A D | httpd.h | 137 #define DEFAULT_ACCESS_FNAME "htaccess" 139 #define DEFAULT_ACCESS_FNAME ".htaccess" 717 * .htaccess files). 727 * @brief This represents the result of calling htaccess; these are cached for 733 /** the overrides allowed for the .htaccess file */ 735 /** the override options allowed for the .htaccess file */ 740 struct ap_conf_vector_t *htaccess; member in struct:htaccess_result 985 /* Various other config info which may change with .htaccess files 1006 * A linked list of the .htaccess configuration directives 1011 const struct htaccess_result *htaccess; member in struct:request_rec [all...] |
/httpd/modules/http/ |
H A D | http_request.c | 488 new->htaccess = r->htaccess;
|
/httpd/server/ |
H A D | config.c | 328 * have to deal with the moral equivalent of .htaccess files here... 834 * Resource, access, and .htaccess config files now parsed by a common 862 "%s in .htaccess forbidden by AllowOverride", 1238 max_len = HUGE_STRING_LEN; /* lower limit for .htaccess */ 1372 max_len = HUGE_STRING_LEN; /* lower limit for .htaccess */ 1610 max_len = HUGE_STRING_LEN; /* lower limit for .htaccess */ 2105 for (cache = r->htaccess; cache != NULL; cache = cache->next) { 2107 *result = cache->htaccess; 2153 "%s pcfg_openfile: unable to check htaccess file, " 2158 "Server unable to read htaccess fil [all...] |
H A D | request.c | 409 * with a .htaccess file which turns FollowSymLinks back on --- and 553 * with a .htaccess file which turns FollowSymLinks back on --- and 879 * symlinks, do so. Where a .htaccess file has permission to 965 /* If .htaccess files are enabled, check for one, provided we 972 /* No htaccess in an incomplete root path, 992 /* If we are still here, we found our htaccess. 998 /* If we merged this same htaccess last time, reuse it... 999 * this wouldn't work except that we cache the htaccess 1033 } while (0); /* Only one htaccess, not a real loop */ 1298 x * symlink pointing to a dir with a .htaccess disallowin [all...] |
Completed in 2637 milliseconds