Page 1 of 1

Apache Proxy (Preview not working)

PostPosted:Mon Feb 12, 2018 1:25 am
by hoyt
I setup the proxy on Apache, and everything works well, except... When I go to preview a document it doesn't show and the number of requests build up in the console (about 2 a second in what appears to be perpetuity). Even after I click off of the document, the requests still keep ticking up at that rate. If I don't click the preview tab, I can traverse the tree and everything seems normal. I can even download the document without issue.

I have a handful of virtual hosts on this box and this .conf file is fairly basic:
Code: Select all
<VirtualHost *:443>
  ServerName docs.webaddress.com

    RedirectMatch ^/$ /OpenKM
    <Location /OpenKM>
        ProxyPass ajp://127.0.0.1:8009/OpenKM keepalive=on
        ProxyPassReverse https://docs.webaddress.com/OpenKM
    </Location>

{normal SSL stuff}

</VirtualHost>
It works fine if I go to the base address (http://internaladdress:8080/OpenKM). OpenKM and Apache are installed on the same hosts, so I've already installed all of the swf tools. Any ideas?

Thanks!

Re: Apache Proxy (Preview not working)

PostPosted:Thu Feb 15, 2018 4:58 pm
by jllort
Did you changed application.url to use https -> is a configuration parameter. The application.url should be the same you are using in this case with SSL