eeditiones / tei-publisher-app

The main TEI Publisher app
https://teipublisher.com
GNU General Public License v3.0
68 stars 33 forks source link

problem tei-publisher behind proxy #184

Closed eduarddrenth closed 1 year ago

eduarddrenth commented 1 year ago

My vanilla installation of version 8 (https://charters.frisian.eu/exist/apps/tei-publisher/index.html) doesn't run because some resources are requested from wrong url's: image

I'm running in a virhost:

<VirtualHost *:80>
    ServerName charters.frisian.eu
    DocumentRoot "/usr/local/apache2/htdocs"
    AllowEncodedSlashes NoDecode
    ProxyPass "/" http://host:port/ nocanon
    ProxyPassReverse "/" "http://host:port/
</VirtualHost>

In version 7 this setup was working fine.

Did something change in version 8?

eduarddrenth commented 1 year ago

I'll try to set teipublisher.context-path property

eduarddrenth commented 1 year ago

That works