By default, the links within the reports will be in the form http://<server>:<port>/... where
If you wish to have the reports available via a different means (perhaps you want to publish them on your intranet), you can configure them to use a different root URL that will work with your other web server, be it IIS, Apache or otherwise.
To use a different root URL, follow the steps below:
Go to the main registry key for the product:
For PA File Sight: HKEY_LOCAL_MACHINE\Software\PAFileSight
For PA Server Monitor: HKEY_LOCAL_MACHINE\Software\PowerAdminServerMonitor
For PA Storage Monitor: HKEY_LOCAL_MACHINE\Software\PAStorageMonitor
and add a String value named:
HTTP_URL_OVERRIDE
IMPORTANT: Make SURE there are no spaces in the name of that value
The value that you place there will replace the "http://<server>:<port>/" root that is used on internal report URLs.
For instance, if you created the Virtual Directory above, you would set the value to
HTTP_URL_OVERRIDE = "http://web_server_name/ServerReports/"