Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »

  • Reports server?

  • Reports database?

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

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

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

     

  3. Restart the httpd service

    systemctl restart httpd
  • No labels