Google
 

htaccess_result Struct Reference
[HTTP Daemon Routine]

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
ap_conf_vector_thtaccess
htaccess_resultnext


Detailed Description

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


Field Documentation

const char* htaccess_result::dir

the directory to which this applies

int htaccess_result::override

the overrides allowed for the .htaccess file

int htaccess_result::override_opts

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


The documentation for this struct was generated from the following file:
Generated on Sun Jul 1 10:07:09 2007 by Doxygen 1.5.2. This rendition of the open source Apache HTTP Server header documentation is not endorsed by or affiliated with the Apache Software Foundation.