[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Need help ! One Problem Enable Svn Apache log

From: ma chichu <chichu1985_at_gmail.com>
Date: 2007-12-12 07:15:47 CET

I add these sentences to apache httpd.conf to enable apache svn log:
<IfModule dav_svn_module>
    LogFormat "%u %{SVN-ACTION}e %U %B" common
    CustomLog /var/log/svn_logfile common env=SVN-ACTION
</IfModule>

It work fine in the http protocal, but it takes no effect in https protocal

I wonder how to fix the problem.If you use to meet with the problem and had
fixed it ,please tell me
Received on Wed Dec 12 07:16:10 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.