Reports server?
...
The separate Reports feature using JasperServer has been removed in Abiquo 6.2.0.
You can retire the Reports server and change the configuration of Abiquo as follows.
Log in to the Abiquo server via SSH, and edit as an administrator
Edit the Abiquo
httpd
config fileCode Block vim /etc/httpd/conf.d/abiquo.conf
Remove the following
location
Code Block <Location /jasperserver> ProxyPass http://<ReportingFQDNorIPaddress>:8888/jasperserver timeout=3600 ProxyPassReverse http://<ReportingFQDNorIPaddress>:8888/jasperserver Require all granted </Location>
Restart the
httpd
serviceCode Block systemctl restart httpd