Project

General

Profile

Actions

Documentation #15245

closed

Documenting Civetweb options for Rados Gateway

Added by Vikhyat Umrao about 8 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

- Documenting Civetweb options for Rados Gateway

We have many Civetweb options given in this link : https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md

Some times these options are very useful for tuning Civetweb with Rados Gateway .

For example :

- request_timeout_ms :
Timeout for network read and network write operations, in milliseconds. If a client intends to keep long-running connection, either increase this value or (better) use keep-alive messages.

- num_threads 50
Number of worker threads. Civetweb handles each incoming connection in a separate thread. Therefore, the value of this option is effectively the number of concurrent HTTP connections Civetweb can handle.

- access_log_file
Path to a file for access logs. Either full path, or relative to the current working directory. If absent (default), then accesses are not logged.

- error_log_file
Path to a file for error logs. Either full path, or relative to the current working directory. If absent (default), then errors are not logged.

Actions

Also available in: Atom PDF