#include <httpd.h>
Data Fields | |
| const char * | dir |
| int | override |
| int | override_opts |
| ap_conf_vector_t * | htaccess |
| htaccess_result * | next |
| const char* htaccess_result::dir |
the directory to which this applies
the overrides allowed for the .htaccess file
the override options allowed for the .htaccess file
struct ap_conf_vector_t* htaccess_result::htaccess [read] |
the configuration directives
struct htaccess_result* htaccess_result::next [read] |
the next one, or NULL if no more; N.B. never change this