Rurik,

not sure what your use case is exactly, but I recently replaced Apache
with Varnish as the frontend for Tomcat. It seems to work fine, and
additionally you get HTTP cache. Maybe it could be useful:
https://www.varnish-cache.org

Martynas
graphity.org

On Thu, Feb 7, 2013 at 11:46 PM, Rurik Thomas Greenall
<[email protected]> wrote:
> 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 <[email protected]> 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