Bug 126725 - subversion default Apache config is not vhost-compatible
Bug#: 126725 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Other Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: pauldv@gentoo.org Reported By: dustin@v.igoro.us
Component: Ebuilds
URL: 
Summary: subversion default Apache config is not vhost-compatible
Keywords:  
Status Whiteboard: 
Opened: 2006-03-18 14:26 0000
Description:   Opened: 2006-03-18 14:26 0000
The default subversion config's 47_mod_dav_svn.conf mixes module configuration
with what should be vhost-specific configuration.  The LoadModule portion
should, indeed, be in the modules.d directory.  The <Location> directive,
however, should be in the default vhost configuration file.

As distributed, the configuration will point the uri /svn on *every* vhost to
the subversion repository.

Dustin

------- Comment #1 From Paul de Vrieze 2006-03-19 07:00:20 0000 -------
Could any of the apache people tell me how to fix this?

------- Comment #2 From Michael Stewart (vericgar) (RETIRED) 2006-03-20 21:17:18 0000 -------
There isn't an easy way to fix this. You could either leave it commented out
with instructions in the config to copy this to a vhost, or to uncomment if to
enable it for all vhosts.

------- Comment #3 From Benedikt Böhm 2007-09-08 14:20:46 0000 -------
fixed in 1.4.4-r4, the example is now commented