Jump to content
Changes to the Jaspersoft community edition download ×

Renew Dashboard Apache ProxyPass


reneschmidthome-sh.de

Recommended Posts

Hello

I have the following problem:

when I log on the Web GUI from JasperServer, the page is reloaded about every 7s.

This problem only occurs when I access on my web server via Apache proxy.

 

Construction:

 

Internet -> port 443 -> Web server (Apache 2.4) -> ProxyPass internal JasperServer 8080 -> JasperServer

 

Config Apache:

<VirtualHost *:443>

    ServerName 192.168.0.40

    ServerName jasper.mydomain.de

 

    DocumentRoot /var/www/jasper/

 

    ProxyPass        /jasperserver http://192.168.159.28:8080/jasperserver

    ProxyPassReverse /jasperserver http://192.168.159.28:8080/jasperserver

 

    SSLEngine on

    SSLCertificateFile      /etc/ssl/certs/jasper_cert.pem

    SSLCertificateKeyFile /etc/ssl/private/jasper_key.pem

</VirtualHost>

Does somebody has any idea?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...