openstack-manuals/doc/common/tables/swift-proxy-server-filter-c...

58 lines
1.7 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- The tool that generated this table lives in the
openstack-doc-tools repository. The editions made in
this file will *not* be lost if you run the script again. -->
<table rules="all">
<caption>Description of configuration options for
<literal>[filter-cache]</literal> in <literal>proxy-server.conf</literal>
</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>memcache_max_connections = 2</td>
<td>Max number of connections to each memcached server per worker services</td>
</tr>
<tr>
<td>memcache_serialization_support = 2</td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td>memcache_servers = 127.0.0.1:11211</td>
<td>Comma separated list of memcached servers ip:port services</td>
</tr>
<tr>
<td>set log_address = /dev/log</td>
<td>Location where syslog sends the logs to</td>
</tr>
<tr>
<td>set log_facility = LOG_LOCAL0</td>
<td>Syslog log facility</td>
</tr>
<tr>
<td>set log_headers = false</td>
<td>If True, log headers in each request</td>
</tr>
<tr>
<td>set log_level = INFO</td>
<td>Log level</td>
</tr>
<tr>
<td>set log_name = cache</td>
<td>Label to use when logging</td>
</tr>
<tr>
<td>use = egg:swift#memcache</td>
<td>Entry point of paste.deploy in the server</td>
</tr>
</tbody>
</table>
</para>