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

RE: problem connecting via apache

From: Michael Abele <Michael.Abele_at_aqcon.com>
Date: 2005-02-03 10:45:45 CET

Well, if your repository is really located in /project/closed/svn/repos
directory and not below (e.g. /project/closed/svn/repos/bla) you should
take a look at this thread:
http://svn.haxx.se/users/archive-2005-01/1864.shtml

> -----Original Message-----
> From: Hirotaka Mizutani [mailto:hirotaka@tbs.co.jp]
> Sent: Thursday, February 03, 2005 10:31 AM
> To: Michael Abele
> Cc: Hirotaka Mizutani; users@subversion.tigris.org
> Subject: Re: problem connecting via apache
>
> Hi Michael
>
> I will attach my httpd.conf.
>
> ---
> Regards
> Hirotaka
>
> ---------- httpd.conf ----------------
>
> ##############################################################
> #############
> # Core Configuration
> ##############################################################
> #############
>
> User www
> Group www
> ServerRoot "/usr/local/apache2"
> ServerName wwwinternal.mizutani.co.jp
> ServerAdmin webmaster@mizutan.co.jp
>
> ##############################################################
> #############
> # Module Configuration
> ##############################################################
> #############
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> ##############################################################
> #############
> # Basic Configuration
> ##############################################################
> #############
>
> HostNameLookups off
> PidFile logs/httpd.pid
> LockFile logs/accept.lock
> ScoreBoardFile logs/httpd.scoreboard
>
> # custom_log
> LogLevel debug
> LogFormat "%h %l %u %t \"%r\" %s %b \"%{User-agent}i\""
> custom ErrorLog logs/error_log CustomLog logs/access_log custom
>
> ##############################################################
> #############
> # Performance Configuration
> ##############################################################
> #############
>
> Timeout 300
> KeepAlive On
> KeepAliveTimeout 15
> MaxKeepAliveRequests 100
>
> # worker
> ServerLimit 16
> ThreadLimit 64
> StartServers 5
> MaxClients 1024
> MinSpareThreads 128
> MaxSpareThreads 256
> ThreadsPerChild 64
> MaxRequestsPerChild 0
>
> ##############################################################
> #############
> # Host Configuration
> ##############################################################
> #############
> Listen 172.16.5.19:80
> #Listen 443
>
> ##############################################################
> #############
> # Default Directory
> ##############################################################
> #############
>
> DocumentRoot /project
> ErrorLog logs/error_log
> CustomLog logs/access_log custom
>
> # Subversion
> <Location /svn>
> DAV svn
> SVNPath /project/closed/svn/repos
> </Location>
> Options FollowSymLinks IncludesNOEXEC ExecCGI DirectoryIndex
> index.html
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 3 10:48:01 2005

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.