Securing access to Print Management Console

Enforcing HTTPS is the easiest way to ensure that users do not use plain text HTTP to send data. Before enforcing HTTPS, make sure that Apache is configured for HTTPS connection and that the necessary SSL certificates are installed.

For LDD version 5 or earlier

  1. Open the httpd.conf file.
  2. Add the Redirect permanent / https://y:9783/lmc/ line, where y is the server address.
    Note: Any request made to the http:// y :9780/lmc URL directs to the https:// y :9783/lmc URL, where y is the server address.
  3. Save the file.
  4. Restart the Apache service.

For LPM

  1. Open the httpd.conf file.
  2. Remove # from the IncludeOptional conf/httpd-lpm-redirect.conf line.
  3. Add# before the IncludeOptional conf/httpd-lpm.conf line.
  4. Save the file.
  5. Restart the Apache service.