Jim Jagielski wrote:
> Hold on a tic... it seems to be related to
> whether or not it's within a Vhost...
>
>
I can confirm this Jim. Once I use
<VirtualHost 127.0.0.1:80>
<Proxy balancer://cluster>
BalancerMember ajp://localhost:8009
</Proxy>
ProxyPass /servlet-examples/ balancer://cluster//servlet-examples/
</VirtualHost>
instead of
<Proxy balancer://cluster>
BalancerMember ajp://localhost:8009
</Proxy>
ProxyPass /servlet-examples/ balancer://cluster//servlet-examples/
it does not Segfault any more.
Regards
RĂ¼diger