Apache2
|
This represents the result of calling htaccess; these are cached for each request. More...
#include <httpd.h>
Data Fields | |
const char * | dir |
int | override |
int | override_opts |
apr_table_t * | override_list |
struct ap_conf_vector_t * | htaccess |
const struct htaccess_result * | next |
This represents the result of calling htaccess; these are cached for each request.
const char* htaccess_result::dir |
the directory to which this applies
struct ap_conf_vector_t* htaccess_result::htaccess |
the configuration directives
const struct htaccess_result* htaccess_result::next |
the next one, or NULL if no more; N.B. never change this
int htaccess_result::override |
the overrides allowed for the .htaccess file
apr_table_t* htaccess_result::override_list |
Table of allowed directives for override
int htaccess_result::override_opts |
the override options allowed for the .htaccess file