...
HTML |
---|
<img id="border" src="http://www.tri-line.com/common/img/documentation/tim_enterprise/windows_registry.png" alt="Windows registry" />
<h2>Changing the default web server port</h2>
<p>If you would like to change the default port used for web traffic you can edit the "WWWServerPort" Registry key.</p>
<table class="confluenceTable">
<tbody>
<tr>
<th class="confluenceTh" width=166>Registry String data value</th>
<th class="confluenceTh">Description</th>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword">WWWServerPort = port number</span></td>
<td class="confluenceTd">Port address for webserver to listen on (Default is 80, unless changed during setup)</td>
</tr>
</tbody>
</table>
<h2>Enabling High Security mode</h2>
<p>To enable High Security mode, add the following Registry String value:-</p> |
Code Block | ||||
---|---|---|---|---|
| ||||
HKEY_LOCAL_MACHINE\SOFTWARE\Tri-Line\TIM Enterprise\Main\HighSecurity = "True" |
HTML |
---|
<p>Within the Windows Registry, right click and select New, <span class="keyword">New ? String Value</span></p> <p> Then, enter <span class="keyword">HighSecurity</span> with a Value of <span class="keyword">True</span></p> <p>When the <span class="keyword">HighSecurity</span> Registry value is set to <span class="keyword">True</span>, the following restrictions are imposed:-</p> <ol> <li> Ability to block individual web scripts by including them in a blacklist file: <pre class="snippet">"\ssldata\{class}\blacklist.___"</pre></li> <li> Enforce password complexity for web users (additional Registry entries required)</li> <li> Forbid direct SQL queries through web interface</li> <li> System alert messages are silently suppressed</li> <li> System database connection tests forbidden</li> <li> Ability to (re)create system database tables inhibited</li> <li> Cannot change or test web (HTTP) port</li> <li> Cannot send test emails</li> <li> Debug information suppressed if a XSL translation error occurs</li> </ol> |