USVN

Userfriendly SVN
It is currently Wed Sep 08, 2010 6:49 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Login problem on Debian
PostPosted: Fri Oct 23, 2009 8:29 am 
Offline

Joined: Fri Oct 23, 2009 8:24 am
Posts: 4
Hello,

I tried to install USVN on a debian systeme, The installation finished successfully.
But when i visit https://mysite/usvn/public/login
Nothing appends !
i looked in the login folder, and it is empty!
I tried again to install, and it is that again.
Does someone has an idea?
thx
Dom


Top
 Profile  
 
 Post subject: Re: Login problem on Debian
PostPosted: Mon Nov 02, 2009 12:57 am 
Offline

Joined: Mon Nov 02, 2009 12:28 am
Posts: 12
Which version of Debian?

Copy of your apache config files?

Does the apache error logs show anything?

Need more information to be able to offer any advice.

I just downloaded the tarball not long ago and I was able to successfully install it on a minimam Debian Etch install.


Top
 Profile  
 
 Post subject: Re: Login problem on Debian
PostPosted: Thu Nov 05, 2009 4:13 pm 
Offline

Joined: Fri Oct 23, 2009 8:24 am
Posts: 4
hello, sorry for response time,

here is my apache config:
Quote:
Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_python/3.2.10 Python/2.4.4 PHP/5.2.6-0.dotdeb.1 with Suhosin-Patch mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 Server at xxxx.xxx.cea.fr Port 443

my debian version is 4.0 (Etch)

here is my enabled-mods list:
Code:
smasv1:/home/intranet/html/usvn-1.0# cat /etc/apache2/mods-enabled/
alias.load            dav_svn.conf          perl.load
auth_basic.load       dav_svn.load          php5.conf
authn_file.load       dav_svn.passwd        php5.load
authz_default.load    dir.conf              rewrite.load
authz_groupfile.load  dir.load              setenvif.load
authz_host.load       env.load              ssl.conf
authz_user.load       headers.load          ssl.load
autoindex.load        mime.load             status.load
cgi.load              mod_python.load       
dav.load              negotiation.load


what about logs? :
Quote:
[Thu Nov 05 16:08:12 2009] [error] [client xxx.xxx.xx.15] File does not exist: /home/intranet/html/usvn-1.0/public/login, referer: https://xxxx.xxx.cea.fr/usvn-1.0/public ... php?step=8


My usvn folder is owned by www-data, is it good?
I had to create manually the 'files' folder by owner www-data

thanks
dominqiue


Top
 Profile  
 
 Post subject: Re: Login problem on Debian
PostPosted: Thu Nov 05, 2009 11:15 pm 
Offline
USVN Team

Joined: Sun Sep 20, 2009 3:47 pm
Posts: 35
Hi,

USVN uses the apache rewrite mod, so when you visit https://mysite/usvn/public/login, apache is not going to check the "login" file in the "public folder". As I can see, you have "rewrite.load" in your mods-enabled folder, so it should work fine.

It seems to me that you have a mistake in your apache configuration .. You are not supposed to have the "/public/" in your url, the apache configuration has to be like :
<Directory /var/www/usvn/public>

If it still doesn't work, could you pleaze check and/or send the /usvn/public/.htaccess file ?


Top
 Profile  
 
 Post subject: Re: Login problem on Debian
PostPosted: Fri Nov 06, 2009 4:09 am 
Offline

Joined: Mon Nov 02, 2009 12:28 am
Posts: 12
I think that there is some misunderstanding on how USVN works.

If you look at the directory structure of a fresh install, the directory of ./public/login does not exist, it's a 'virtual' directory.

USVN makes use of mod-rewrite, which you do appear to have enabled, but you might not have the apache set up to allow it to function. You also need an alias configured.

As a test (this probably opens things up a bit too much), try these settings in the file that defines the web site.

Assume a vhost with it's docroot as /var/www/site and usvn installed in /var/www/site/usvn

Code:
Alias /usvn /var/www/site/usvn/public

<Directory "/var/www/site/usvn/public">
    AllowOverride All
</Directory>


Also check your error log and see if anything is showing up in there


Top
 Profile  
 
 Post subject: Re: Login problem on Debian
PostPosted: Sat Dec 26, 2009 10:57 am 
Offline

Joined: Sat Dec 26, 2009 10:54 am
Posts: 1
Hi,

You need to check the Error logs and the Debian which you are using. It might be with the installation

______________
T1 service


Top
 Profile  
 
 Post subject: Re: Login problem on Debian
PostPosted: Sun Feb 07, 2010 9:16 am 
Offline

Joined: Sun Feb 07, 2010 8:57 am
Posts: 1
I suggest you to download Debian update version and install it.And try it again.





Toronto mortgage rates


Top
 Profile  
 
 Post subject: Re: Login problem on Debian
PostPosted: Tue Mar 16, 2010 10:13 am 
Offline

Joined: Fri Oct 23, 2009 8:24 am
Posts: 4
thanks to all of you,
Sorry to come back so late, my problem was in my apache conf file:
allowoverride all
thanks again


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group