Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-25 Thread Patrick van Kleef
HI Nicolas, Going further on investigation, I've some little problems: 1- strange caracters appearing on the conductor screen (A like symbol on capture of virtuoso conductor screen) Will need to have a look using your method of proxy rewrite to see what it produces. I did not notice anyt

Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-25 Thread Patrick van Kleef
Hi Nicolas, I followed your recommandation, still having the same issue. I had the message: Invalid command 'ProxyHTMLEnable' when restarting apache. In fact, it seems to be related to my problem, as response from html server systematically removed /virtuoso/. This module may not be insta

Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-25 Thread Nicolas Figay
Going further on investigation, I've some little problems: 1- strange caracters appearing on the conductor screen (A like symbol on capture of virtuoso conductor screen) 2- with isparql, it seems that some stylesheet does not apply (can be compared between the two ispaql captures attached) Any id

Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-25 Thread Nicolas Figay
Hi Patrick, I followed your recommandation, still having the same issue. I had the message: Invalid command 'ProxyHTMLEnable' when restarting apache. In fact, it seems to be related to my problem, as response from html server systematically removed /virtuoso/. After investigating on the web, I

Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-23 Thread Patrick van Kleef
Hi Nicolas, I'm trying to access virtuoso server through an apache server, using mod_proxy. Calling http://www.mysite.net/virtuoso, it should redirect on my local server on 88.191.91.72:8890 NameVirtualHost 88.191.91.72 ServerName www.mysite.net

[Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-22 Thread Nicolas Figay
Hi, I'm trying to access virtuoso server through an apache server, using mod_proxy. Calling http://www.mysite.net/virtuoso, it should redirect on my local server on 88.191.91.72:8890 NameVirtualHost 88.191.91.72 ServerName www.mysite.net ... ProxyRequests off Order deny,all