2
votes
1answer
127 views

Virtual host with a directory out of the DocumentRoot

I am using Git in C:\Users\MyUser\repository. I would like test the app with an Apache server although I have a server running right now and I need a virtual host. How would I configure a virtual ...
0
votes
1answer
483 views

Setting up Git / Apache on Windows

I'm following this tutorial to set up a personal Git server on Apache on my Windows 7 box. However, when I add the following to my httpd.conf, Apache throws an error when I try to start it. Can ...
2
votes
3answers
990 views

Apache serve files from git repo branches

Is there any way to serve files from branches in a git repo without checking them out into different directories? I'd love the convenience of being able to create a new branch, push it to a test ...