Mercurial > p > roundup > code
changeset 8273:e7062c6efabf
doc: update roundup-server.1.html
get newest changes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 Jan 2025 19:50:31 -0500 |
| parents | fde5893b6c25 |
| children | c3bf229d3d4b |
| files | doc/html_extra/man_pages/roundup-server.1.html |
| diffstat | 1 files changed, 38 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/html_extra/man_pages/roundup-server.1.html Sun Jan 12 19:49:31 2025 -0500 +++ b/doc/html_extra/man_pages/roundup-server.1.html Sun Jan 12 19:50:31 2025 -0500 @@ -1,5 +1,5 @@ <!-- Creator : groff version 1.22.4 --> -<!-- CreationDate: Thu Oct 17 23:16:02 2024 --> +<!-- CreationDate: Sun Jan 12 22:28:09 2025 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> @@ -78,6 +78,21 @@ indicated by PIDfile. The -l (or -L) option <b>must</b> be specified if -d is used.</p> +<table width="100%" border="0" rules="none" frame="void" + cellspacing="0" cellpadding="0"> +<tr valign="top" align="left"> +<td width="11%"></td> +<td width="3%"> + + +<p><b>-D</b></p></td> +<td width="8%"></td> +<td width="78%"> + + +<p>Run the server in the foreground even if -d is used.</p></td></tr> +</table> + <p style="margin-left:11%;"><b>-t fork|thread|debug|none</b></p> @@ -106,6 +121,28 @@ <td width="3%"> +<p><b>-P</b></p></td> +<td width="8%"></td> +<td width="78%"> + + +<p>If a reverse proxy is used in front of the +roundup-server, the server will log the ip address of the +proxy, not the client browser. Using -P logs the left most +entry in the X-Forwarded-For http header as the IP address +of the client. This address will be logged or resolved to a +hostname (with <b>-N</b>) and a ’+’ character +will be appended. <b>-P</b> should only be used when the +roundup server is accessible only from trusted proxy hosts. +See: +https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For +for details and warnings about using the X-Forwarded-For +header.</p> </td></tr> +<tr valign="top" align="left"> +<td width="11%"></td> +<td width="3%"> + + <p><b>-L</b></p></td> <td width="8%"></td> <td width="78%">
