Quote:
Originally Posted by deostroll
Isn't this something to go inside apache's config files...?
|
Yes and they tell you to edit the apache config file that subversion created:
Quote:
|
Get yourself to the example configuration file Subversion installed for you.
|
and
Code:
[root@lucifer ~] cd /etc/httpd/conf.d/
[root@lucifer ~] vim subversion.conf
This file (/etc/httpd/conf.d/subversion.conf) is created by the subversion installer and most default apache installs "include" all config files (*.conf) in "/etc/httpd/conf.d/".
Example (lines found in default httpd.conf):
Code:
# include legacy conf.d during a transition period
Include conf.d/*.conf