Closed eduarddrenth closed 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:
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?
I'll try to set teipublisher.context-path property
That works
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:
I'm running in a virhost:
In version 7 this setup was working fine.
Did something change in version 8?