apache - How to solve svn: E195019: Redirect cycle detected, in my case? -
i know there other questions same, wasn't able find useful exact case.
my server's url is: http://servername.domain.com server has zpanel installed, path in server is: /var/zpanel/hostdata/username/public_html/servername_domain_com/
i created subfolder "svn", set svn use folder , created repos inside it, changed owner etc. surfing works, requires login , can see "revision 0". when trying check out or anything, give error title.
i installed svn , put config.
< location /svn> dav svn svnparentpath /var/zpanel/hostdata/username/public_html/servername_domain_com/svn authtype basic authname "subversion repositories" authuserfile /etc/svn-auth-users require valid-user < / location>
do have idea why isn't working? didn't change virtualhosts file, contains default link servername.domain.com.
thanks!
if /var/zpanel/hostdata/username/public_html/servername_domain_com/
documentroot
(i.e. /svn physical subdirectory), have misconfiguration apache's side:
single path can not physical directory , logical path, defined location, @ same time
you must move svnparentpath outside web-space
Comments
Post a Comment