|
|
| Appendix D: CPL Substitutions |
|
|
|
|
| log_url.hostname | Hostname from the 'log' URL. RDNS is used | |
|
|
| if the URL uses an IP address. |
| log_url.path | Path from the 'log' URL. Does not include | |
|
|
| query. |
| log_url.pathquery | Path and query from the 'log' URL. | |
| log_url.port | Port from the 'log' URL. | |
| log_url.query | Query from the 'log' URL. | |
| log_url.scheme | Scheme from the 'log' URL. | |
|
| Stem from the 'log' URL. The stem includes | |
|
|
| everything up to the end of path, but does |
|
|
| not include the query. |
|
|
|
|
| url | The original URL requested. | |
| url.address | IP address from the original URL requested. | |
|
|
| DNS is used if the URL is expressed as a |
|
|
| hostname. |
|
|
|
|
| url.cookie_domain | The cookie domain of the original URL | |
|
|
| requested |
| url.extension | Document extension from the original URL | |
|
|
| requested |
| url.host | Hostname from the original URL requested | |
| url.hostname | Hostname from the original URL requested. | |
|
|
| RDNS is used if the URL is expressed as an IP |
|
|
| address |
|
|
|
|
| url.path | Path of the original URL requested without | |
|
|
| query. |
| url.pathquery | Path and query of the original URL requested | |
| url.port | Port from the original URL requested | |
| url.query | Query from the original URL requested | |
| url.scheme | Scheme of the original URL requested | |
|
| Stem of the original URL requested | |
| server_url | URL of the upstream request | |
| server_url.address | IP address from the URL used in the | |
|
|
| upstream request. DNS is used if the URL is |
|
|
| expressed as a hostname. |
|
|
|
|
| server_url.extension | Document extension from the URL used in | |
|
|
| the upstream request |
| server_url.host | Hostname from the URL used in the | |
|
|
| upstream request |
| server_url.hostname | Hostname from the URL used in the | |
|
|
| upstream request. RDNS is used if the URL is |
|
|
| expressed as an IP address. |
|
|
|
|
| server_url.path | Path from the upstream request URL | |
| server_url.pathquery | Path and query from the upstream request | |
|
|
| URL |
| server_url.port | Port from the URL used in the upstream | |
|
|
| request. |