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

Fwd: Need help ! One Problem Enable Svn Apache log

From: ma chichu <chichu1985_at_gmail.com>
Date: 2007-12-12 09:31:05 CET

---------- Forwarded message ----------
From: ma chichu <chichu1985@gmail.com>
Date: 2007-12-12 下午4:18
Subject: Re: Need help ! One Problem Enable Svn Apache log
To: Ryan Schmidt <subversion-2007b@ryandesign.com>

Thanks for your help! The problem has been fixed just as you told me.
Add:
<IfModule dav_svn_module>
LogFormat "%{%Y-%m-%d-%H:%M:%S}t %u %{SVN-ACTION}e %U %B" common
CustomLog /var/log/svn_logfile common env=SVN-ACTION
</IfModule>
to:
 /usr/local/etc/apache22/extra/httpd-ssl.conf
(freebsd 6.2 , apache 2.2.4)

2007/12/12, Ryan Schmidt < subversion-2007b@ryandesign.com>:
>
> On Dec 12, 2007, at 00:15, ma chichu wrote:
>
> > 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
>
>
> Perhaps you will need to find the place where your SSL vhost is being
> defined, and add these directives there as well.
>
>
>
Received on Wed Dec 12 09:31:27 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.