On Wednesday, 26 February 2025 at 00:32:46 +01:00, Ole Aamot ole@aamot.software wrote:
Configure the Apache 2 HTTPD proxy and proxy_http module in /etc/apache2/sites-available/000-noark5v4.conf to access http://localhost:8092/noark5v4/ on http:/(nikitatest.uio.no/noark5v4/ http://arkivarium.no/noark5v4/ (replace the domain nikitatest.uio.no with your own domain):
Korreksjoner i /etc/apache2/sites-available/000-noark5v5.conf (nytt filnavn og noark5v5/-prefix):
<IfModule mod_proxy.c> <Location /noark5v5>ProxyPass http://localhost:8092/noark5v5/ http://localhost:8092/noark5v4/ ProxyPassReverse http://localhost:8092/noark5v5/ http://localhost:8092/noark5v4/ RequestHeader set X-Forwarded-Proto "https" ProxyPreserveHost On
</Location> </IfModule> Mvh,
Ole Aamot