[Virtuoso-users] Install VOS behind a proxy with path.

2017-10-10 Thread Fernando Carpani
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

Re: [Virtuoso-users] Install VOS behind a proxy with path.

2017-09-26 Thread Christos Skodras
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

Re: [Virtuoso-users] Install VOS behind a proxy with path.

2017-09-22 Thread Hugh Williams
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

Re: [Virtuoso-users] Install VOS behind a proxy with path.

2017-09-22 Thread Fernando Carpani
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

Re: [Virtuoso-users] Install VOS behind a proxy with path.

2017-09-21 Thread Fernando Carpani
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

Re: [Virtuoso-users] Install VOS behind a proxy with path.

2017-09-21 Thread Hugh Williams
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

Re: [Virtuoso-users] Install VOS behind a proxy with path.

2017-09-20 Thread Fernando Carpani
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