Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Apache 2.4: ${SVN_REPOS_LOC} is defined in what file?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1653

PostPosted: Sun Jan 06, 2013 7:59 am    Post subject: Apache 2.4: ${SVN_REPOS_LOC} is defined in what file? Reply with quote

Hi all apache2 is throwing a fit when I start it
Quote:
Config variable ${SVN_REPOS_LOC} is not defined

I am not able to find where I define this :
${SVN_REPOS_LOC} is defined in what file?

I tried in /etc/conf.d/apache2
and /etc/apache2/modules.d/47_mod_dav_svn.conf
Code:
SVN_REPOS_LOC=/var/svn


I read http://en.gentoo-wiki.com/wiki/Subversion/Install

is this a bug?

UPDATE I greped the entire system and only found it in:
The ebuilds and /etc/apache2/modules.d/47_mod_dav_svn.conf
So it must be a special gentoo setting.
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
sajo_raftman
n00b
n00b


Joined: 13 Mar 2007
Posts: 4

PostPosted: Wed Feb 13, 2013 6:19 pm    Post subject: Reply with quote

Hi, I had the same problem. The cause is that one of the conf files in /etc/apache2/modules.d/ had

Code:
<IfDefine SVN_AUTHZ>
LoadModule authz_svn_module modules/mod_authz_svn.so
</IfDefine>


In my case this was needed to pass svn trough https.

It was resolved adding -D SVN_AUTHZ to APACHE2_OPTS in /etc/conf.d/apache2 file.
Back to top
View user's profile Send private message
ycUygB1
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 276
Location: Portland, Oregon

PostPosted: Sat Aug 31, 2013 8:24 pm    Post subject: Reply with quote

You could also just delete the conf file.
Back to top
View user's profile Send private message
Nihiliste
n00b
n00b


Joined: 22 Jul 2007
Posts: 7
Location: Québec

PostPosted: Fri Oct 25, 2013 1:27 am    Post subject: Reply with quote

Unless you want a web graphical interface to a subversion repository, the real fix is to emerge dev-vcs/subversion without apache2 USE flag.
_________________
Eternity is a very long time, especially towards the end -- Woody Allen
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum