HTTP Listener Settings
HTTP listener can be set.
About related settings items
| Use service | Select "Use" if use service. Select "not use" if not use service," |
|---|---|
| Receive request timeout(second) | Set receiving timeout value of the HTTP request. Before you finish receiving a HTTP request, if sender exceed this value and no response, the HTTP request will be cancelled. Default value is 60 seconds (for one minute). |
| Request line maximum receiving size (Byte) | Set the maximum receiving size of the HTTP request line. If received a request of HTTP request line that exceeds this value, the HTTP request will be cancelled. The system can be prevented from down by this value because of the request of a huge HTTP request line. Default value is 2048 bytes. |
| HTTP header maximum receiving size(Byte) | Set the maximum receiving size of the HTTP request header. If received a request of HTTP header that exceeds this value, the HTTP request will be cancelled. The system can be prevented from down by this value because of the request of a huge HTTP header. Default value is 8192 bytes. |
| Backlog | Set the size of queue used when accept the request. Requests concentrate in short time, and requests are not accepted, there is a possibility to be able to improve the situation by setting this value big. Default value is 0(no set). |
| Size of receiving buffer | Set the size of the receiving buffer. When receive a big size HTTP request, there is a possibility to improve performance improves by setting this value big. Default value is 0(no set). |
| Dump | Set whether to output the contents of received HTTP request to the file. Received contents and replied as a response under dump directory is output as 200308061530000000.request, 200308061530000000.response file name. Basically set to"not output",only when troubleshooting set to "output". Default is "not output". |
| Dump directory | Set the directory to output the dump file. Set relative path or absolute path from INSTALL_DIR/pipeline directory. Please specify created directory path. This value is valid only when "dump". Default is blank, and directory is [INSTALL_DIR]/pipeline/log. |
| List of permitted host | Set the list of host to permit connecting in the pattern of host name or Internet Protocol address. Wild-card (?,*) can be used. Input the address to the right field and click |
| List of refused host | Set the list of host to refuse connecting in the pattern of host name or Internet Protocol address. Wild-card (?,*) can be used. Input the address to the right field and click |