|
Apache HTTPD
|
Public Attributes | ||
| struct urlmap * | next | |
| unsigned int | flags | |
| unsigned int | regflags | |
| union { | ||
| const char * c | ||
| ap_regex_t * r | ||
| } | from | |
| const char * | to | |
| ap_expr_info_t * | cond | |
Definition at line 94 of file mod_proxy_html.c.
Definition at line 99 of file mod_proxy_html.c.
| ap_expr_info_t* urlmap::cond |
Definition at line 103 of file mod_proxy_html.c.
Definition at line 96 of file mod_proxy_html.c.
| union { ... } urlmap::from |
Definition at line 95 of file mod_proxy_html.c.
| ap_regex_t* urlmap::r |
Definition at line 100 of file mod_proxy_html.c.
Definition at line 97 of file mod_proxy_html.c.
Definition at line 102 of file mod_proxy_html.c.