For complete functionality you should define all the following rules in
apache

    ProxyPass        /conductor   http://example.com:XXXX/conductor
    ProxyPassReverse /conductor   http://example.com:XXXX/conductor
    ProxyPass        /about       http://example.com:XXXX/about
    ProxyPassReverse /about       http://example.com:XXXX/about
    ProxyPass        /category    http://example.com:XXXX/category
    ProxyPassReverse /category    http://example.com:XXXX/category
    ProxyPass        /class       http://example.com:XXXX/class
    ProxyPassReverse /class       http://example.com:XXXX/class
    ProxyPass        /data4       http://example.com:XXXX/data4
    ProxyPassReverse /data4       http://example.com:XXXX/data4
    ProxyPass        /data3       http://example.com:XXXX/data3
    ProxyPassReverse /data3       http://example.com:XXXX/data3
    ProxyPass        /data2       http://example.com:XXXX/data2
    ProxyPassReverse /data2       http://example.com:XXXX/data2
    ProxyPass        /data        http://example.com:XXXX/data
    ProxyPassReverse /data        http://example.com:XXXX/data
    ProxyPass        /describe    http://example.com:XXXX/describe
    ProxyPassReverse /describe    http://example.com:XXXX/describe
    ProxyPass        /delta.vsp   http://example.com:XXXX/delta.vsp
    ProxyPassReverse /delta.vsp   http://example.com:XXXX/delta.vsp
    ProxyPass        /fct         http://example.com:XXXX/fct
    ProxyPassReverse /fct         http://example.com:XXXX/fct
    ProxyPass        /isparql     http://example.com:XXXX/isparql
    ProxyPassReverse /isparql     http://example.com:XXXX/isparql
    ProxyPass        /ontology    http://example.com:XXXX/ontology
    ProxyPassReverse /ontology    http://example.com:XXXX/ontology
    ProxyPass        /page        http://example.com:XXXX/page
    ProxyPassReverse /page        http://example.com:XXXX/page
    ProxyPass        /property    http://example.com:XXXX/property
    ProxyPassReverse /property    http://example.com:XXXX/property
    ProxyPass        /rdfdesc     http://example.com:XXXX/rdfdesc
    ProxyPassReverse /rdfdesc     http://example.com:XXXX/rdfdesc
    ProxyPass        /resource    http://example.com:XXXX/resource
    ProxyPassReverse /resource    http://example.com:XXXX/resource
    ProxyPass        /services    http://example.com:XXXX/services
    ProxyPassReverse /services    http://example.com:XXXX/services
    ProxyPass        /snorql      http://example.com:XXXX/snorql
    ProxyPassReverse /snorql      http://example.com:XXXX/snorql
    ProxyPass        /sparql-auth http://example.com:XXXX/sparql-auth
    ProxyPassReverse /sparql-auth http://example.com:XXXX/sparql-auth
    ProxyPass        /sparql      http://example.com:XXXX/sparql
    ProxyPassReverse /sparql      http://example.com:XXXX/sparql
    ProxyPass        /statics     http://example.com:XXXX/statics
    ProxyPassReverse /statics     http://example.com:XXXX/statics
    ProxyPass        /void        http://example.com:XXXX/void
    ProxyPassReverse /void        http://example.com:XXXX/void
    ProxyPass        /wikicompany http://example.com:XXXX/wikicompany
    ProxyPassReverse /wikicompany http://example.com:XXXX/wikicompany


On Thu, Dec 5, 2013 at 10:47 PM, Julien Plu <
julien....@redaction-developpez.com> wrote:

> Hi,
>
> I use Apache to do not having the virtuoso port number in the address. For
> example turn :
>
> http://data.lirmm.fr:8890/sparql
>
> into :
>
> http://data.lirmm.fr/sparql/
>
> It works well except for the dbpedia page dereferencing. I don't have the
> same result with and without the virtuoso port number in the address. For
> example, the result of this URI :
>
> http://data.lirmm.fr:8890/page/Toulouse
>
> Is not the same than this one :
>
> http://data.lirmm.fr/page/Toulouse
>
> How is-it possible to have the same result for both of this kind of
> address ?
>
> Thanks in advance.
>
> Julien.
>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
>
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>


-- 
Kontokostas Dimitris
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to