You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The information on this page refers to License Statistics v4.0 or newer, which added support for Apache SSL. Previous versions of License Statistics do not include this feature.

The configuration file lets you enable Apache SSL by setting HTTP_SSL = TRUE. The SSL settings in the configuration file also include paths for the SSL certificate file and certificate key file, which are required to run SSL.

When SSL is enabled, ensure that the web server port number specified in the WEBSERVER_PORT setting is correct. By default, the web server port number should be 443. If you customize the HTTP_BASE_URL setting with SSL enabled, you must use HTTPS protocol when specifying the URL; for example: HTTP_BASE_URL = https://myhostWith SSL enabled, you can also automatically redirect http to https, by setting HTTP_SSL_REDIRECT = TRUE in the configuration file. With redirection enabled, if your full Licence Statistics address is, for example, https://address:443, typing this address in a browser will automatically redirect you to https://address:443Automatic redirection will work only if WEBSERVER_PORT is not set to 80, because port 80 is used for the redirection. You must also have permissions to use port 80 to use automatic redirection. 

.

  • No labels