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

RE: Problems Apache 2.0.55 (msi) with Subversion 1.2.3 (exe).

From: Dassi, Nasser <NDassi_at_141xm.com>
Date: 2005-10-21 05:36:34 CEST

Firstly, this is an Apache configuration question -- not a Subversion
question.
 
Secondly, ff you know what "install apache on port 81, it's ok" means,
then you should realize that you must access your directories/locations
by including the port number in the URL also.
 
So, obviously, the proper URL is http://localhost:81/svn/
 
Separately, you do not have any Authentication/Authorization commands
for the Location directive. All that information is in the Apache
documentation and the Subversion documentation.
 

Nasser Dassi
Sr. Technical Programmer
=========================================
E-mail: ndassi@141xm.com <mailto:ndassi@141xm.com>
=========================================

  _____

From: Zeta [mailto:maria.canahua@gmail.com]
Sent: Wednesday, October 19, 2005 8:15 PM
To: users@subversion.tigris.org
Subject: Problems Apache 2.0.55 (msi) with Subversion 1.2.3 (exe).

Hi, anybody can help us, please help with this, we can't start to use
apache with svn
We did:
1. install svn 1.2.3 on windows,
2. create a repository on c:/repositorio
its ok.
3. install apache 2.0.55 on port 81 it's ok
 
4. copy files mov_dav to modules on apache, it's ok
5. configure httpd the last lines is:

<Location /svn>
DAV svn
SVNPath c:/repositorio
</Location>

but when we go to the direction: http://localhost/svn the message is:

  Forbidden

You don't have permission to access /svn on this server.

Apache/2.0.55 (Win32) SVN/1.2.3 DAV/2 Server at localhost Port 81

what is wrong?

please help me

 

thanks

 

-- 
Maria 
Received on Fri Oct 21 05:42:58 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.