Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93944 - net-www/apache-2.0.54-r4 / dev-util/subversion-1.1.3 : http://localhost/server-info is incomplete
Summary: net-www/apache-2.0.54-r4 / dev-util/subversion-1.1.3 : http://localhost/serve...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Other
: High minor (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 07:13 UTC by Toralf Förster
Modified: 2005-05-25 15:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2005-05-25 07:13:25 UTC
https://localhost/server-info#mod_dav_svn.c at my localhost does not show the
entries for the configuration, eg for SVNParentPath. But I have specified a svn
repository and it is working like a charm. Here is the my configuration which is
not seen in the output :

n22 /etc/apache2/conf/modules.d # cat 47_mod_dav_svn.conf
<IfDefine SVN>
        <IfModule !mod_dav_svn.c>
                LoadModule dav_svn_module       extramodules/mod_dav_svn.so
        </IfModule>
        <Location /svn/repos>
                DAV svn
                SVNParentPath /var/svn/repos

                AuthzSVNAccessFile /var/svn/conf/svnaccess

                Satisfy Any
                Require valid-user
                AuthType Basic
                AuthName "Subversion repository"
                AuthUserFile /var/svn/conf/svnpasswd

                SVNIndexXSLT "/svnindex.xsl"
        </Location>
        <Location /svn/ramdisk>
                DAV svn
                SVNParentPath /mnt/ramdisk/svn/repos

                AuthzSVNAccessFile /mnt/ramdisk/svn/conf/svnaccess

                Satisfy Any
                Require valid-user
                AuthType Basic
                AuthName "Subversion repository (testing purpose)"
                AuthUserFile /var/svn/conf/svnpasswd

                SVNIndexXSLT "/svnindex.xsl"
        </Location>

        <IfDefine SVN_AUTHZ>
                <IfModule !mod_authz_svn.c>
                        LoadModule authz_svn_module    
extramodules/mod_authz_svn.so
                </IfModule>
        </IfDefine>
</IfDefine>



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Paul Querna 2005-05-25 15:35:20 UTC
This is fixed upstream in mod_info for 2.1.x.  I don't believe there is a plan
to bacport it.