Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Reports server?

  • Reports database?

  1. Log in to the Abiquo server via SSH, and edit the Abiquo httpd config file

    Code Block
    vim /etc/httpd/conf.d/abiquo.conf
  2. Remove the following location

    Code Block
    <Location /jasperserver>
      ProxyPass http://<ReportingFQDNorIPaddress>:8888/jasperserver timeout=3600
      ProxyPassReverse http://<ReportingFQDNorIPaddress>:8888/jasperserver
      Require all granted
    </Location>

     

  3. Restart the httpd service

    Code Block
    systemctl restart httpd