F-Secure Policy Manager Server Configuration Settings - F-SECURE POLICY MANAGER 8.0 Administrator's Manual

Table of Contents

Advertisement

3.4.3

F-Secure Policy Manager Server Configuration Settings

the <VirtualHost> directive, which is associated with F-Secure Policy
Manager Server Admin Module. Here is that directive's default
configuration:
#FSMSA port
<VirtualHost _default_:8080>
<Location /fsmsa/fsmsa.dll>
SetHandler fsmsa-handler
</Location>
</VirtualHost>
To associate it with the newly selected port, change the statement to:
#New FSMSA port
<VirtualHost _default_:8888>
<Location /fsmsa/fsmsa.dll>
SetHandler fsmsa-handler
</Location>
</VirtualHost>
WARNING: If you have workstations already configured to
access F-Secure Policy Manager Server (through the F-Secure
Policy Manager Server Host module) you should not change
the F-Secure Policy Manager Server Host port where agents
communicate, since you might reach a state where the
workstations will not be able to contact the server
This section introduces and explains all the relevant entries present in the
F-Secure Policy Manager Server configuration file, and how they are
used.
ServerRoot: This directive sets the directory in which the server is
installed. Relative paths for other configuration files are taken as relative
to this directory.
Installing F-Secure Policy Manager Server
CHAPTER 3
49

Advertisement

Table of Contents
loading

Table of Contents