Support AJP protocol proxy with NGINX

38 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.

ajp_buffer_size The `ajp_buffer_size` directive sets the buffer size for reading the initial… httpserverlocation ajp_buffers The ajp_buffers directive configures the number and size of buffers used for… httpserverlocation ajp_busy_buffers_size The 'ajp_busy_buffers_size' directive sets the size of the buffers that can be… httpserverlocation ajp_cache The `ajp_cache` directive enables caching of responses from an AJP server in… httpserverlocation ajp_cache_key The `ajp_cache_key` directive defines the caching key for responses from an… httpserverlocation ajp_cache_lock The ajp_cache_lock directive prevents multiple simultaneous requests for the… httpserverlocation ajp_cache_lock_timeout The `ajp_cache_lock_timeout` directive specifies the time period to wait for… httpserverlocation ajp_cache_methods The `ajp_cache_methods` directive specifies the HTTP methods that can be… httpserverlocation ajp_cache_min_uses Sets the minimum number of requests after which a response will be cached. httpserverlocation ajp_cache_path The `ajp_cache_path` directive specifies the file system path for caching AJP… http ajp_cache_use_stale The `ajp_cache_use_stale` directive controls whether stale cached responses… httpserverlocation ajp_cache_valid The `ajp_cache_valid` directive configures caching times for specific HTTP… httpserverlocation ajp_connect_timeout The `ajp_connect_timeout` directive sets the timeout for connections to an AJP… httpserverlocation ajp_header_packet_buffer_size The `ajp_header_packet_buffer_size` directive sets the buffer size for AJP… httpserverlocation ajp_hide_header The `ajp_hide_header` directive specifies which headers should be hidden in… httpserverlocation ajp_ignore_client_abort The `ajp_ignore_client_abort` directive controls whether NGINX should ignore… httpserverlocation ajp_ignore_headers The `ajp_ignore_headers` directive specifies which AJP response headers should… httpserverlocation ajp_intercept_errors The `ajp_intercept_errors` directive allows NGINX to intercept error responses… httpserverlocation ajp_keep_conn The `ajp_keep_conn` directive enables persistent connections to AJP backends… httpserverlocation ajp_max_data_packet_size The `ajp_max_data_packet_size` directive sets the maximum size of data packets… httpserverlocation ajp_max_temp_file_size The ajp_max_temp_file_size directive sets the maximum size of temporary files… httpserverlocation ajp_next_upstream The `ajp_next_upstream` directive controls the behavior of NGINX when the AJP… httpserverlocation ajp_param The `ajp_param` directive sets parameters for AJP protocol requests to a… httpserverlocation ajp_pass The `ajp_pass` directive is used to pass requests from NGINX to a backend… locationif in location ajp_pass_header The `ajp_pass_header` directive specifies which HTTP response headers should… httpserverlocation ajp_pass_request_body The `ajp_pass_request_body` directive controls whether the body of the request… httpserverlocation ajp_pass_request_headers The `ajp_pass_request_headers` directive controls whether NGINX passes request… httpserverlocation ajp_read_timeout The `ajp_read_timeout` directive sets the timeout value for reading a response… httpserverlocation ajp_script_url The `ajp_script_url` directive specifies the AJP request URI to be sent to the… httpserverlocation ajp_secret The `ajp_secret` directive specifies a shared secret for securing AJP… locationif in location ajp_send_lowat The `ajp_send_lowat` directive configures the low water mark for the AJP… httpserverlocation ajp_send_timeout The `ajp_send_timeout` directive sets the timeout period for sending a request… httpserverlocation ajp_store The `ajp_store` directive enables the storage of responses from AJP proxied… httpserverlocation ajp_store_access The `ajp_store_access` directive specifies which access rights are necessary… httpserverlocation ajp_temp_file_write_size The `ajp_temp_file_write_size` directive specifies the maximum size of… httpserverlocation ajp_temp_path The `ajp_temp_path` directive specifies the directory used to store temporary… httpserverlocation ajp_upstream_fail_timeout The `ajp_upstream_fail_timeout` directive configures the duration NGINX will… httpserverlocation ajp_upstream_max_fails Sets the maximum number of failed attempts before removing a failed server… httpserverlocation