2013-01-02 01:02:41 +00:00
|
|
|
|
2013-01-02 08:57:39 +00:00
|
|
|
Asks the user for authentication before they are permitted to use the proxy.
|
|
|
|
Authentication headers are stripped from the flows, so they are not passed to
|
2013-03-10 22:49:36 +00:00
|
|
|
upstream servers. For now, only HTTP Basic authentication is supported. The
|
|
|
|
proxy auth options are ignored if the proxy is in transparent or reverse proxy
|
|
|
|
mode.
|
2013-01-02 08:57:39 +00:00
|
|
|
|
|
|
|
<table class="table">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th width="20%">command-line</th>
|
|
|
|
<td>
|
|
|
|
<ul>
|
|
|
|
<li>--nonanonymous</li>
|
|
|
|
|
|
|
|
<li>--singleuser USER</li>
|
|
|
|
|
|
|
|
<li>--htpasswd PATH</li>
|
|
|
|
</ul>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|