Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

On Linux installations of up.time 7.2 and earlier, the mod_rewrite.so file is not bundled with up.time, so it is necessary to download it from here (mod_rewrite.so) the bottom of this article and copy it to the <uptime_dir>/apache/modules directory.

Then, in httpd.conf, add the "LoadModule rewrite_module modules/mod_rewrite.so" line after "# LoadModule foo_module modules/mod_foo.so". If issues are experienced with the version of mod_rewrite.so attached, try creating a symlink to the mod_rewrite.so file provided by the Linux distribution instead.

...

Open the <uptime_dir>/uptime.conf file for editing and change the httpContext parameter (which begins with "httpContext=http://") to relfect reflect the use of SSL:

Code Block
languagexml
httpContext=https://<Server_Hostname>:9999443

Restart the services

For the changes to take effect, restart the up.time Data Collector and up.time Web Server on Windows or uptime_core and uptime_httpd on Linux. 

...