Hello.
I'm trying to install a virtuoso using an apache reverse proxy.
My configurations looks like:
*ProxyPass /mh/virt http://myInternalServer: *
*ProxyPassReverse /mh/virt http://myInternalServer:*
* *
* ProxyHTMLEnable On *
* ProxyHTMLExtended On *
*ProxyHTMLURLMap / /mh/vir
sts.sourceforge.net"
Subject: Re: [Virtuoso-users] Install VOS behind a proxy with path.
Hello again.
We can solve the trouble in part using mod_substitute in proxy...
This may induce some errors if we have expressions more general than needed.
Now, our problem is ODS. The here we have the
Hi Fernando,
Have you tried using the mod_proxy_html module as detailed in the last post at:
https://serverfault.com/questions/561892/how-to-handle-relative-urls-correctly-with-a-reverse-proxy
To make a reverse proxy:
1. Install mod_proxy_html
yum install mod_proxy_html
Hello again.
We can solve the trouble in part using mod_substitute in proxy...
This may induce some errors if we have expressions more general than needed.
Now, our problem is ODS. The here we have the same issue: the absolute
paths in html and scripts.
These paths (like in the previous example d
Hello.
Yes, we try that.
I don't understand the difference between this configuration and ours
configuration.
In this configuration, each service has his proxy pass and proxy pass
reverse.
But this might be unnecesary because we use a generic proxy path.
*ProxyPass /mh/virt http://myInternalS
Hi Fernando,
Have you reviewed the following document on Setting up an Apache HTTP server to
proxy over a Virtuoso HTTP server ?
http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksGuideSetApacheVirtuosoPortNumber
Best Regards
Hugh Williams
Professional Services
OpenLink Software
Hello.
Because I had a problem with my suscription to the list, and I don't know
which is the status of my consult, I reformulate IT.
I'm trying to install virtuoso using apache as reverse proxy.
My configuration in apache looks like:
*ProxyPass /mh/virt http://myInternalServer: *
*ProxyPas