Apache HTTPD
Public Attributes | List of all members
htaccess_result Struct Reference

This represents the result of calling htaccess; these are cached for each request. More...

#include <httpd.h>

Public Attributes

const chardir
 
int override
 
int override_opts
 
apr_table_toverride_list
 
struct ap_conf_vector_thtaccess
 
const struct htaccess_resultnext
 

Detailed Description

This represents the result of calling htaccess; these are cached for each request.

Definition at line 788 of file httpd.h.

Member Data Documentation

◆ dir

const char* htaccess_result::dir

the directory to which this applies

Definition at line 790 of file httpd.h.

◆ htaccess

struct ap_conf_vector_t* htaccess_result::htaccess

the configuration directives

Definition at line 798 of file httpd.h.

◆ next

const struct htaccess_result* htaccess_result::next

the next one, or NULL if no more; N.B. never change this

Definition at line 800 of file httpd.h.

◆ override

int htaccess_result::override

the overrides allowed for the .htaccess file

Definition at line 792 of file httpd.h.

◆ override_list

apr_table_t* htaccess_result::override_list

Table of allowed directives for override

Definition at line 796 of file httpd.h.

◆ override_opts

int htaccess_result::override_opts

the override options allowed for the .htaccess file

Definition at line 794 of file httpd.h.


The documentation for this struct was generated from the following file: