auth_by_cookie (boolean, rw:r) | |
---|---|
Default: FALSE | |
Authentication informations for one-time-password mode is organized by a cookie not the address of the client. |
auth_cache_time (integer, rw:r) | |
---|---|
Default: 0 | |
Caching authentication information this amount of seconds. |
auth_realm (string, w:r) | |
---|---|
Default: "Zorp HTTP auth" | |
The name of the authentication realm to be presented to the user in the dialog window during inband authentication. |
enable_session_persistence (boolean, rw:rw) | |
---|---|
Default: FALSE | |
Allow persistent load balanced connections when accessing session-aware application servers. |
enable_url_filter (boolean, rw:r) | |
---|---|
Default: FALSE | |
Enables URL filtering in HTTP requests. See Section 4.7.2.12, URL filtering in HTTP for details. |
enable_url_filter_dns (boolean, rw:r) | |
---|---|
Default: FALSE | |
Enables DNS- and reverse-DNS resolution to ensure that a domain or URL is correctly categorized even when it is listed in the database using its domain name, but the client tries to access it with its IP address (or vice-versa). See Section 4.7.2.12, URL filtering in HTTP for details. |
error_files_directory (string, rw:rw) | |
---|---|
Default: "/usr/share/zorp/http" | |
Location of HTTP error messages. |
error_headers (string, n/a:rw) | |
---|---|
Default: n/a | |
A string included as a header in the error response. The string must be a valid header and must end with a " " sequence. |
error_silent (boolean, rw:rw) | |
---|---|
Default: FALSE | |
Turns off verbose error reporting to the HTTP client (makes firewall fingerprinting more difficult). |
error_status (integer, rw:rw) | |
---|---|
Default: 500 | |
If an error occurs, this value will be used as the status code of the HTTP response it generates. |
keep_persistent (boolean, rw:r) | |
---|---|
Default: FALSE | |
Try to keep the connection to the client persistent even if the server does not support it. |
language (string, rw:r) | |
---|---|
Default: "en" | |
Specifies the language of the HTTP error pages displayed to the client. English (en ) is the default. Other supported languages: de (German); hu (Hungarian).
|
max_body_length (integer, rw:rw) | |
---|---|
Default: 0 | |
Maximum allowed length of an HTTP request or response body. The default "0" value means that the length of the body is not limited. |
max_chunk_length (integer, rw:rw) | |
---|---|
Default: 0 | |
Maximum allowed length of a single chunk when using chunked transfer-encoding. The default "0" value means that the length of the chunk is not limited. |
max_header_lines (integer, rw:rw) | |
---|---|
Default: 50 | |
Maximum number of header lines allowed in a request or response. |
max_hostname_length (integer, rw:rw) | |
---|---|
Default: 256 | |
Maximum allowed length of the hostname field in URLs. |
max_line_length (integer, rw:r) | |
---|---|
Default: 4096 | |
Maximum allowed length of lines in requests and responses. This value does not affect data transfer, as data is transmitted in binary mode. |
max_url_length (integer, rw:rw) | |
---|---|
Default: 4096 | |
Maximum allowed length of an URL in a request. Note that this directly affects forms using the 'GET' method to pass data to CGI scripts. |
parent_proxy (string, rw:rw) | |
---|---|
Default: "" | |
The address or hostname of the parent proxy to be connected. Either DirectedRouter or InbandRouter has to be used when using parent proxy. |
permit_ftp_over_http (boolean, rw:r) | |
---|---|
Default: FALSE | |
Allow processing FTP URLs in non-transparent mode. |
permit_invalid_hex_escape (boolean, rw:r) | |
---|---|
Default: FALSE | |
Allow invalid hexadecimal escaping in URLs (% must be followed by two hexadecimal digits). |
permit_null_response (boolean, rw:r) | |
---|---|
Default: TRUE | |
Permit RFC incompliant responses with headers not terminated by CRLF and not containing entity body. |
permit_server_requests (boolean, rw:r) | |
---|---|
Default: TRUE | |
Allow server-type requests in non-transparent mode. |
request (complex, rw:rw) | |
---|---|
Default: empty | |
Normative policy hash for HTTP requests indexed by the HTTP method (e.g.: "GET", "PUT" etc.). See also Section 4.7.2.2, Configuring policies for HTTP requests and responses. |
request_header (complex, rw:rw) | |
---|---|
Default: empty | |
Normative policy hash for HTTP header requests indexed by the header names (e.g.: "Set-cookie"). See also Section 4.7.2.3, Configuring policies for HTTP headers. |
request_mime_type (string, n/a:r) | |
---|---|
Default: n/a | |
The MIME type of the request entity. Its value is only defined when the request is processed. |
request_stack (complex, rw:rw) | |
---|---|
Default: n/a | |
Attribute containing the request stacking policy: the hash is indexed based on method names (e.g.: GET). See Section 4.7.2.9, Stacking. |
request_url (string, n/a:rw) | |
---|---|
Default: n/a | |
The URL requested by the client. It can be modified to redirect the current request. |
request_url_proto (string, n/a:r) | |
---|---|
Default: n/a | |
Protocol specifier of the URL. This attribute is an alias for
request_url_scheme .
|
request_url_scheme (string, n/a:r) | |
---|---|
Default: n/a | |
Protocol specifier of the URL (http://, ftp://, etc.). |
response (complex, rw:rw) | |
---|---|
Default: empty | |
Normative policy hash for HTTP responses indexed by the HTTP method and the response code (e.g.: "PWD", "209" etc.). See also Section 4.7.2.2, Configuring policies for HTTP requests and responses. |
response_header (complex, rw:rw) | |
---|---|
Default: empty | |
Normative policy hash for HTTP header responses indexed by the header names (e.g.: "Set-cookie"). See also Section 4.7.2.3, Configuring policies for HTTP headers. |
response_mime_type (string, n/a:r) | |
---|---|
Default: n/a | |
The MIME type of the response entity. Its value is only defined when the response is processed. |
response_stack (complex, rw:rw) | |
---|---|
Default: n/a | |
Attribute containing the response stacking policy: the hash is indexed based on method names (e.g.: GET). See Section 4.7.2.9, Stacking. |
rewrite_host_header (boolean, rw:rw) | |
---|---|
Default: TRUE | |
Rewrite the Host header in requests when URL redirection is performed. |
session_persistence_cookie_name (string, rw:rw) | |
---|---|
Default: "JSESSIONID" | |
The name of the cookie which will be used to persist load balanced connections when accessing session-aware application servers. |
timeout (integer, rw:rw) | |
---|---|
Default: 300000 | |
General I/O timeout in milliseconds. If there is no timeout specified for a given operation, this value is used. |
timeout_request (integer, rw:rw) | |
---|---|
Default: 10000 | |
Time to wait for a request to arrive from the client. |
timeout_response (integer, rw:rw) | |
---|---|
Default: 300000 | |
Time to wait for the HTTP status line to arrive from the server. |
transparent_mode (boolean, rw:r) | |
---|---|
Default: TRUE | |
Set the operation mode of the proxy to transparent (TRUE) or non-transparent (FALSE). |
url_category (complex, rw:rw) | |
---|---|
Default: empty | |
Normative policy hash for category-based URL-filtering. The hash is indexed by the name of the category. |
url_filter_uncategorized_action (enum, rw:rw) | |
---|---|
Default: HTTP_URL_ACCEPT | |
The action applied to uncategorized (unknown) URLs when URL filtering is used.
By default, uncategorized URLs are accepted: |
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu