|
From: Eduard D. <ed...@fr...> - 2021-07-02 05:24:41
|
Thanks, the quotes don't solve the problem, your situation succeeds
because you context path is /exist
-----Original Message-----From: "Thomason, Donald B" <
dth...@ut...>To: Eduard Drenth <ed...@fr...>,
exi...@li... <exi...@li...>Subj
ect: Re: [Ext] [Exist-open] apache reverse proxyDate: Thu, 01 Jul 2021
16:00:22 +0000
<!--
/* Font Definitions */
@font-face
{font-family:Helvetica;
panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Courier;
panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:"Consolas",serif;}
span.EmailStyle20
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
p.p1, li.p1, div.p1
{mso-style-name:p1;
margin:0in;
background:#D7D3B7;
font-size:9.0pt;
font-family:Courier;
color:#3B2322;}
span.s1
{mso-style-name:s1;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->
I have been able to do it without the quotes, e.g.:
ProxyPass /exist http://ip:8080/exist
ProxyPassReverse /exist http://ip:8080/exist
Donald B. Thomason, Ph.D.
Dean and Professor
The University of Tennessee Health Science Center
College of Graduate Health Sciences
Suite 807, 920 Madison Ave
Memphis, TN 38163
dth...@ut...
t: +1 901.448.7224
https://grad.uthsc.edu
From: Eduard Drenth <ed...@fr...>
Date: Thursday, July 1, 2021 at 10:35 AM
To: "exi...@li..." <
exi...@li...>
Subject: [Ext] [Exist-open] apache reverse proxy
Dear all,
I would like to run exist-db behind a certain path in apache, like so:
ProxyPass "/TEST/modellenhisgis" "http://ip:port/exist"
ProxyPassReverse "/TEST/modellenhisgis" "http://ip:port/exist"
This fails because several request are made to /exist instead of to
/TEST/modellenhisgis.
The docs
http://www.exist-db.org/exist/apps/doc/production_web_proxying.xml#sect-apache
do not help because I do not have a virhost.
Can I run exist behind a path?
Regards, Eduard
--
Eduard Drenth, Software Architekt
ed...@fr...
Doelestrjitte 8
8911 DX Ljouwert
+31 58 234 30 47
+31 62 094 34 28 (privé)
skype: eduarddrenth
https://github.com/eduarddrenth
frisian.eu
gpg: https://pgp.surfnet.nl/pks/lookup?search=eduarddrenth
Op freed bin ik thús/wurkje ik minder
--
Eduard Drenth, Software Architekt
ed...@fr...
Doelestrjitte 8
8911 DX Ljouwert
+31 58 234 30 47
+31 62 094 34 28 (privé)
skype: eduarddrenth
https://github.com/eduarddrenth
frisian.eu
gpg: https://pgp.surfnet.nl/pks/lookup?search=eduarddrenth
Op freed bin ik thús/wurkje ik minder
|