Problem z SVN
: 28 listopada 2007, 09:49
HM nie wiem gdzie popełniłem błąd lub czegoś nie wykonałem ... nie mogę dostać się na moje repoztoria . po wpisaniu https://adresIPservera/public/ otrzymuje taki komunikat :
403 Forbidden
You don't have permission to access /public on this server.
a to czesc mojego pliku /etc/apache2/sites-available
[/code]
403 Forbidden
You don't have permission to access /public on this server.
a to czesc mojego pliku /etc/apache2/sites-available
Kod: Zaznacz cały
<virtualhost *:443>
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.pem
ServerAdmin [email]svn@admin.org[/email]
ServerName user
<location /public>
Order allow,deny
Allow from all
SVNParentPath /home/subversion/public
AuthzSVNAccessFile /etc/apache2/auth-files/public-svn-authzfile
Authuserfile /home/subversion \.dav_svn.passwd
</location>
</Virtualhost>