mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
core: Support named groups and backreferences within the LocationMatch,
DirectoryMatch, FilesMatch and ProxyMatch directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -219,6 +219,10 @@ typedef struct {
|
||||
unsigned int error_override_set:1;
|
||||
unsigned int alias_set:1;
|
||||
unsigned int add_forwarded_headers:1;
|
||||
|
||||
/** Named back references */
|
||||
apr_array_header_t *refs;
|
||||
|
||||
} proxy_dir_conf;
|
||||
|
||||
/* if we interpolate env vars per-request, we'll need a per-request
|
||||
|
Reference in New Issue
Block a user