diff options
| author | reger <reger18@arcor.de> | 2014-08-20 22:45:36 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-08-20 22:45:36 +0200 |
| commit | e033e79826a8954c1fe1cbaaedbf95b1997e2221 (patch) | |
| tree | 1fb7c65bda1206c854906edf1c7565eb888c7e4c /htroot/Status_p.inc | |
| parent | e4e1bdeba0f5e7518e5c1d87ff51e8759a50c909 (diff) | |
remove old description for proxy port settings (Settings_p.html?page=ProxyAccess)
- The options were not current (only port number accepted, which is part of ConfigBasic.html)
- Deleted options and the port number input field from the proxyaccess page.
- joined both transparent proxy setup pages (Settings_Http.inc & Settings_ProxyAccess.inc) in one page
- adjustments to the related/linked pages
Diffstat (limited to 'htroot/Status_p.inc')
| -rw-r--r-- | htroot/Status_p.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Status_p.inc b/htroot/Status_p.inc index d46aa8a40..7a9f4bd11 100644 --- a/htroot/Status_p.inc +++ b/htroot/Status_p.inc @@ -29,7 +29,7 @@ </dd>
<dt>Address</dt>
- <dd>Host: #[host]#:#[port]# #(extPortFormat)#::| (Binding to interface: #[extPort]#)#(/extPortFormat)# #(sslSupport)#::| SSL: <a href="ConfigBasic.html">enabled</a> (port <a href="Settings_p.html?page=http">#[sslPort]#</a>)#(/sslSupport)#<br />
+ <dd>Host: #[host]#:#[port]# #(extPortFormat)#::| (Binding to interface: #[extPort]#)#(/extPortFormat)# #(sslSupport)#::| SSL: <a href="ConfigBasic.html">enabled</a> (port <a href="Settings_p.html?page=ProxyAccess">#[sslPort]#</a>)#(/sslSupport)#<br />
#(peerAddress)#
peer address not assigned
::
@@ -43,7 +43,7 @@ #(/portForwarding)#
<dt>Proxy</dt>
- <dd>Transparent <a href="Settings_p.html?page=http">#(info_isTransparentProxy)#on::off#(/info_isTransparentProxy)#</a>
+ <dd>Transparent <a href="Settings_p.html?page=ProxyAccess">#(info_isTransparentProxy)#on::off#(/info_isTransparentProxy)#</a>
URL <a href="AugmentedBrowsing_p.html">#(info_proxyURL)#on::off#(/info_proxyURL)#</a></dd>
<dd>Remote: <a href="Settings_p.html?page=proxy">#(remoteProxy)#not used::#[host]#:#[port]# | Used for YaCy -> YaCy communication: #(4Yacy)#Yes::No #(/4Yacy)# #(/remoteProxy)#</a></dd>
<dt>Auto-popup on start-up</dt>
|
