User`s guide

Disabling or Modifying Inactivity Timeouts
502
AlterPath OnSite Administrators and Users Guide
Disabling or Modifying Inactivity Timeouts
An inactivity timeout period is set in the Web Manager for security. An
administrator who knows the root password and can log into the OnSite
console can change the timeout value, if desired, by editing a line in the
webui.conf file, as described in the following procedure.
T To Disable Web Manager Timeouts
This procedure can be performed by an administrator who knows the root
password and can log into the OnSite console.
1. From a terminal or terminal emulation application, log into the OnSite
console as root.
2. Open the /etc/daemon.d/webui.conf file for editing.
3. Find the line that begins with DPARM.
The default line is shown in the following screen example.
4. Add the -T n option to set a timeout value of n.
The -T 0 setting shown in the following screen example sets the timeout
to zero (0).
5. Stop and restart the web server to put the certificate into effect.
OnSite login: root
Password: root_password
DPARM="$HTTP_PORT $HTTPS_PORT $SECLEVEL $SSLVER"
DPARM="-T 0 $HTTP_PORT $HTTPS_PORT $SECLEVEL $SSLVER"
[root@OnSite /root]# daemon.sh stop WEB
[root@OnSite /root]# daemon.sh restart WEB