www-apache/mod_svn_view: initial commit

(Portage version: 2.1.10.3/svn/Linux x86_64)

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2925 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2011-06-16 16:39:23 +00:00
parent eb4084b8ec
commit ca39b70e2f
3 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
LoadModule svn_view_module modules/mod_svn_view.so
</IfDefine>
#<Directory "/home/chip/work/mod_svn_view/trunk/themes">
#<Directory "/usr/share/mod_svn_view/themes">
# Order allow,deny
# Allow from All
# Deny From none
@@ -14,7 +14,7 @@
# SVNViewRepository apache-2.0 /test/repos/httpd-2.0
# SVNViewRepository svn-mirror /test/repos/subversion
# SVNViewAuthzSvnFile /test/trunk/svn-authz
# SVNViewDefaultXSLT /home/chip/work/mod_svn_view/trunk/xslt/default.xsl
# SVNViewDefaultXSLT /usr/share/mod_svn_view//default.xsl
# SVNViewTheme blueview
# SVNViewThemesDir /home/chip/work/mod_svn_view/trunk/themes
# SVNViewThemesDir /usr/share/mod_svn_view//themes
#</Location>