On 9/25/17, David Mason <dma...@ryerson.ca> wrote:
> I am trying things differently this year. I want to use one instance of
> fossil running proxied behind a firewall.  I have the following in my
> Apache conf file:
> <Location /fossil>
>
>           ProxyPass http://127.0.0.1:8081
>
>           ProxyPassReverse http://127.0.0.1:8081
>
>           SetOutputFilter proxy-html
>
>           ProxyHTMLURLMap http://127.0.0.1:8081 /fossil
>
> </Location>
>
> RewriteRule ^/fossil$ /fossil/ [R]
> and the forward proxy works, except the resulting page doesn't have the CSS
> and all the links are 127.0.0.1:8081 links instead of the right ones.
>

How are you starting up the fossil server?  Are you using the
--baseurl option so that Fossil knows how to construct URLs that point
to itself?

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to