Dear community,

I have setup a Gitorious server and want to place it behind a Apache 
reverse proxy. The Apache reverse proxy has a signed certificate for its 
domain. I want to make Gitourios  accessible via https://proxydomain/git/

I was planning to set it up like:

> <Location /git/> 
> ProxyPass https://gitserver/
> ProxyPassReverse https://gitserver/
> ProxyHTMLEnable On
> ProxyHTMLExtended Off
> ProxyPassReverse /
> ProxyHTMLURLMap / /git/
> </Location> 


Two questions:

   1. Is it possible to set a base_url (eg "/git/") so there is no need to 
   create a ProxyHTMLURLMap for each page?
   2. As the Apache proxy already contains a signed certificate for its 
   domain, how can I make that work with Gitorious?

Thanks in advance for helping me out!

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to