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.

Further, when I try to clone these via:

fossil clone
https://[email protected]/fossil/f2017/A-dmason_ryerson.ca.fossil
cps506.fossil
it always fails (after asking for password, which I just set).

I'm certainly doing something silly wrong.  All help appreciated!

Thanks  ../Dave
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to