HTTP (Web Server) Configuration
The PA File Sight service contains an embedded web server for serving HTML reports to the Console and to browsers, as well as
communicating with the Console and Satellite Monitoring Services. This embedded web server does NOT use or require IIS, and it can run
on the same server as IIS or other web servers since it can use any port specified.
The options available for controlling the built in web server are as follows.
-
HTTP Port for Reports and Commands
This setting lets you set the port which the embedded web server uses to listen for requests.
Port 80 is generally used by IIS and Apache as the standard HTTP port for a web server. PA File Sight chooses a different port so it
doesn't conflict. If you have another application that is already using this different port, you can easily change the port to another number.
- Use SSL
PA File Sight supports using HTTPS for all communication to the service, which includes viewing reports, and Console-to-service communication.
Self-signed digital certificates are used. This means most browsers will display a warning even though the HTTPS network traffic is encrypted.
To fix the warning in the browser, follow
the instructions on SSL Certificate Hints.
You can also get a signed SSL certificate which will remove the warnings.
NOTE: For security reasons, usage of remote Satellites and/or Remote Consoles requires SSL to be enabled.
-
Report Serving
You can determine how PA File Sight serves reports. There are four options.
You can disable all report serving. You can enable serving of reports but only to the same machine on which
PA File Sight is installed. You can serve reports only to a set of other users, identified by
the IP addresses of their computers. Or, you can serve reports to any other computer that requests reports. The default
setting is "Serve reports to everyone".
You can optionally require a user login to access reports. See Report Settings.
-
Command Processing
Commands are sent from a variety of sources, including the Console, worker processes, optional remote Satellites and some dynamically updating reports.
This setting determines where command requests can come from. Generally it is best to leave it at "Service requests from everyone" since all sensitive data
is protected by username/password and/or SSL (if enabled) when in transit.