Modifying Lyris.plc
The file "lyris.plc" contains the configuration information for the older ListManager Web Server. Here is a typical configuration:
server_ip_address=127.0.0.1
server_ip_port=2020
tclport_ip_port=2021
socket_retries=1
lyris_url=/lyris
debug=no
password=LCPPasswd
tclport_password=TCLPORTPasswd
language=english
Any changes made to lyris.plc may disable your web interface unless the same changes are made to the ListManager Config_ table.
server_ip_address=
The TCP/IP address of your ListManager. If the web interface is running on the same machine as ListManager, then this setting should be the TCP/IP address of your machine or 127.0.0.1.
However, there is no requirement that the web interface be in the same computer as the ListManager. If this is the case, then this parameter should point to the TCP/IP address of the ListManager you want to display.
By default, this setting should be "127.0.0.1", meaning that that the ListManager is on the same machine as this web interface. See Installing the Web Server on a Separate Machine for more information about having the web server on a separate machine.
server_ip_port=
The port number that should be used by the pre-6.0 web interface using LCP. This value is 2020 by default. If this value is changed, it must also be changed in ListManager by running
lm lcpport number
See Setting Server Options for more information.
tclport_ip_port=
The port number that should be used by the ListManager Web Server. This value is 2021 by default. If this value is changed, it must also be changed in ListManager by running
lm tclport number
See Setting Server Options for more information.
password=
The login password used by the pre-6.0 web interface using LCP. This value is LCPPassword by default. This password must be the same as the value in the ListManager Config_ table in order for the web interface to function. This is a security precaution so that unauthorized users cannot access the Command Protocol. If this value is changed, it must also be changed in ListManager by running
lm lcppass password
See Setting Server Options for more information.
tclport_password=
The login password used by the ListManager Web Server. This value is TCLPORTPasswd by default. This password must be the same as the value in the ListManager Config_ table in order for the web interface to function. This is a security precaution so that unauthorized users cannot access the ListManager Web Server. If this value is changed, it must also be changed in ListManager by running
lm tclportpass password
See Setting Server Options for more information.
lyris_url=
The location of the graphics for the web interface.
socket_retries=
debug=
language=
These settings are provided for backwards compatibility with the pre-6.0 web interface. They are not used by the ListManager Web Server.
![]() ![]() |