I fixed the major issue (Apache2 required being stopped and started again
for edits on httpd.conf to take).

The current setup is problematic because I have to use a rewrite and this
seems to break many things for Fuseki…

RewriteEngine on

RewriteRule ^/data/(.*)$ http://localhost:3030/$1 [P]

ProxyPass / ajp://localhost:8009/webapp/
ProxyPassReverse /bml ajp://localhost:8009/webapp/

I'm new to ProxyPass, so any help here is gratefully received.

Rurik



On Tue, Feb 5, 2013 at 11:18 PM, Andy Seaborne <a...@apache.org> wrote:

> On 05/02/13 17:50, Rurik Greenall wrote:
>
>> I have a small issue regarding Fuseki and a reverse proxy in Apache2 on
>> Cent OS on a virtual server. I want quickly to eliminate the possibility
>> the the issue is related to Fuseki.
>>
>> Are there any known limitations here?
>>
>
> No (Epimorphics does this routinely).
>
> What's the issue?
> What is your httpd conf setup?
>
>         Andy
>
>
>> Regards,
>>
>> Rurik.
>>
>
>

Reply via email to