You are not logged in.

#1 2016-02-04 17:10:38

greengold
Member
Registered: 2010-01-30
Posts: 199

Apache httpd ssl config; error 403

Hi all!
I was trying to set up apache http svn server just like described on wiki page, but I'm getting some unwanted behaviour.
My settings as follows:

/etc/httpd/conf/extra/httpd-ssl.conf:

<Location /svn>
   DAV svn
   SVNParentPath /home/svn/repositories
   AuthzSVNAccessFile /home/svn/.svn-policy-file
   AuthName "SVN Repositories"
   AuthType Basic
   AuthUserFile /home/svn/.svn-auth-file
   Require valid-user
</Location>

.svn-policy-file:

[InTime_solution:/]
tepo = rw

[Shuffler:/]
tepo = rw

[TxSolution:/]
tepo = rw
michal = rw

.svn-auth-file:

tepo:{SHA}R7MAIz+M3od0vcy10DJ9xvrAEa0=
michal:{SHA}MAAGNvcWTQ3cbJ2JjmO8L6ta3Bw=

/home/svn/ permissions:

4,0K -rwxr-x--- 1 http http   80 feb  4 16:30 .svn-auth-file
4,0K -rwxr-x--- 1 http http   92 feb  4 16:27 .svn-policy-file
4,0K drwxr-xr-x 5 root root 4,0K dec 30 21:48 repositories
4,0K drwxr-xr-x 5 root root 4,0K júl 26  2015 ..
4,0K drwxr-xr-x 3 root root 4,0K júl 24  2015 .

now, what is happening is that when I enter (from a browser) url '/svn/InTime/' I am prompted for a credentials and after entering the correct ones Ill get code 403 back.
When I request url '/svn/TxSolution/' I'm not even prompted for credentials!

Can you help?
Thanks

Offline

Board footer

Powered by FluxBB