Hi, I installed the fct search and I create a new virtual domain with "hostname" and port "8080". In this virtual domain, I create a logical path "data" where I configure the URL-rewrite as follows : - Request Path pattern = /data/(.*) - destination path format = /fct/rdfdesc/description.vsp?g=$U1
The HTML representation is displayed on http://hostname:8080/data/resourceURI But, I have a problem when I use APACHE server as a proxy because I want to display the HTML page on http://hostname/data/resourceURI (without the port number). In fact, I get the following error : The requested URL /data/resourceURI was not found on this server. I didn't have this problem when I use APACHE server to create a proxy for the SPARQL endpoint., and I configure APACHE for "data" logical path as follows (same configuration for SPARQL endpoint) : # Proxy rules for Virtuoso ProxyPass /data http://hostname:8080/data ProxyPassReverse /data http://hostname:8080/data I cannot see where is the problem and why I have the NOT FOUND error ? any help ? Thanks in advance Houda 2011/7/26 Kingsley Idehen <[email protected]> > ** > On 7/25/11 10:07 PM, Houda kr wrote: > > Hi, > > I want to serve HTML representation for my RDF resources. These resources > are stored in a local virtuoso system storage. According to this wiki page > http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtLinkedDataDeployment, > I can redirect the client to the proxy /about/html. But, this proxy uses > description.vsp which invokes Virtuoso Sponger and add a new graph (resource > URI) to the list of graphs. My question is how can I simply represent the > HTML page for stored resources without invoking Virtuoso Sponger (I mean > without adding a new graph). > > > Have you looked at: > > 1. SPARQL endpoint output options > 2. Faceted Browser which makes an (X)HTML page describing all data objects > in a Virtuoso Quad Store -- you need to install this VAD first. > > Kingsley > > > Thanks in advance > Houda > > > > > ------------------------------------------------------------------------------ > Storage Efficiency Calculator > This modeling tool is based on patent-pending intellectual property that > has been used successfully in hundreds of IBM storage optimization engage- > ments, worldwide. Store less, Store more with what you own, Move data to > the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/ > > > _______________________________________________ > Virtuoso-users mailing > [email protected]https://lists.sourceforge.net/lists/listinfo/virtuoso-users > > > > -- > > Regards, > > Kingsley Idehen > President & CEO > OpenLink Software > Web: http://www.openlinksw.com > Weblog: http://www.openlinksw.com/blog/~kidehen > Twitter/Identi.ca: kidehen > > > > > > > > ------------------------------------------------------------------------------ > Storage Efficiency Calculator > This modeling tool is based on patent-pending intellectual property that > has been used successfully in hundreds of IBM storage optimization engage- > ments, worldwide. Store less, Store more with what you own, Move data to > the right place. Try It Now! > http://www.accelacomm.com/jaw/sfnl/114/51427378/ > _______________________________________________ > Virtuoso-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/virtuoso-users > >
