A
AplosMedia
Guest
Setting up custom httpd.conf values per subdomain.
I've installed subversion, and im tring to make apache access it.
I created a subdomain called "svn" on my main domain. I then went to subdomains/svn/conf
and created the file vhost.conf
Inside I have:
However, if I go to svn.domain.com/projects or svn.domain.com/projects/mysvnreponame
I get a 404. Do i have the file named wrong?
- Eric
I've installed subversion, and im tring to make apache access it.
I created a subdomain called "svn" on my main domain. I then went to subdomains/svn/conf
and created the file vhost.conf
Inside I have:
Code:
<Location /projects>
DAV svn
SVNParentPath /home/httpd/vhosts/domain.com/svn
</Location>
However, if I go to svn.domain.com/projects or svn.domain.com/projects/mysvnreponame
I get a 404. Do i have the file named wrong?
- Eric