Results 1 to 3 of 3
Hello,
I'am trying to start svn over www on PLD.
Code:
<VirtualHost svn.my.pl>
ServerName svn.my.pl
<Location />
DAV svn
SVNPath /home/services/httpd/vhosts/svn.my.pl/svn_lms/
AuthzSVNAccessFile /home/services/httpd/vhosts/svn.my.pl/svnaccess
# Satisfy Any
Allow from all
Require ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-03-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
apache + svn
Hello,
I'am trying to start svn over www on PLD.
Code above shows me access error. When I comment AuthzSVNAccessFile and SVNIndexXSLT it works. What is wrong with that configuration?Code:<VirtualHost svn.my.pl> ServerName svn.my.pl <Location /> DAV svn SVNPath /home/services/httpd/vhosts/svn.my.pl/svn_lms/ AuthzSVNAccessFile /home/services/httpd/vhosts/svn.my.pl/svnaccess # Satisfy Any Allow from all Require valid-user AuthType Basic AuthName "Subversion" AuthUserFile /home/services/httpd/vhosts/svn.my.pl/mainuser SVNIndexXSLT "/repos_web/view/repos.xsl" </Location> ErrorLog logs/my.net.error_log TransferLog logs/my.net-access_log </VirtualHost>
I ran a similar setup on debian but on PLD I can't work it out.
- 10-04-2010 #2Just Joined!
- Join Date
- Aug 2010
- Posts
- 89
Please post the error code you get when trying access and also the content of the apache log files (error and access log).
- 10-04-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
apache error_log
ErrorLog logs/my.net.error_logCode:[Sun Sep 26 05:02:17 2010] [alert] name=[http] [Sun Sep 26 05:02:17 2010] [notice] FastCGI: process manager initialized (pid 6691) [Sun Sep 26 05:02:17 2010] [notice] Apache/2.* (Unix) mod_ssl/* OpenSSL/* DAV/2 SVN/1.4.3 mod_fastcgi/2.4.2 configured -- resuming normal operations sendmail: fatal: http(51): No recipient addresses found in message header postdrop: warning: stdin: unexpected EOF in data, record type 78 length 76 postdrop: fatal: uid=51: malformed input
One more thing I used chmod 777 nothing.Code:xx.xxx.xxx.xxx - - [26/Sep/2010:13:45:16 +0200] "GET / HTTP/1.1" 403 -


Reply With Quote
