USVN

Userfriendly SVN
It is currently Wed Sep 08, 2010 7:07 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Problème d'accès à mon svn depuis l'extérieur
PostPosted: Sun Mar 07, 2010 9:42 pm 
Offline

Joined: Sun Mar 07, 2010 9:33 pm
Posts: 1
Bonjour, :P

J'ai un problème que je n'arrive pas résoudre :x ! ca fait 5h que je suis dessus, j'aurai vraiment besoin d'un coup de pouce !

J'ai installé usvn, qui marche très bien en local :D http://localhost/usvn, mais je n'arrive pas à y accéder en distant :evil: http://svn.websrv-dd.info, j'ai l'erreur suivante :
Code:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.12 (Ubuntu) Server at svn.websrv-dd.info Port 80

Voici les infos de mes logs :
- error.usvn.log :
Code:

[Sun Mar 07 19:02:48 2010] [error] [client 192.168.0.254] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Sun Mar 07 19:02:48 2010] [debug] core.c(3063): [client 192.168.0.254] r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/index.php
[Sun Mar 07 19:02:48 2010] [debug] core.c(3069): [client 192.168.0.254] redirected from r->uri = /usvn/login/
[Sun Mar 07 19:02:48 2010] [debug] mod_deflate.c(615): [client 192.168.0.254] Zlib: Compressed 622 to 383 : URL /usvn/index.php

- access.usvn.log :
Code:

192.168.0.254 - - [07/Mar/2010:19:02:48 +0100] "GET / HTTP/1.1" 302 458 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8"
192.168.0.254 - - [07/Mar/2010:19:02:48 +0100] "GET /usvn/login/ HTTP/1.1" 500 640 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8"

J'ai crée un sous-domaine svn.monserver.info, voici ma config dans apache2/sites-available/svn :
Code:

<VirtualHost *:80>
        ServerName svn.websrv-dd.info
        DocumentRoot "/usr/lib/usvn-1.0/public"
        <Directory /usr/lib/usvn-1.0/public/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>

        ErrorLog /var/log/apache2/error.usvn.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel debug

        CustomLog /var/log/apache2/access.usvn.log combined
</VirtualHost>

De meme voici ma config dans apache2/sites-available/default pour gérer en local :
Code:

<VirtualHost *:80>

        DocumentRoot /var/www
        <Directory />
                Options FollowSymLinks
                AllowOverride all
        </Directory>
        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>

        ################################################################
        ## ALIAS
        Alias /phpmyadmin "/usr/share/phpmyadmin/"
        <Directory "/usr/share/phpmyadmin/">
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

        Alias /usvn "/usr/lib/usvn-1.0/public/"
        <Directory "/usr/lib/usvn-1.0/public/">
                Options Indexes FollowSymLinks MultiViews
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>
...

J'arrive à acceder à phpmyadmin en local et en distant, mais pour svn c'est que en local...

Denis


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

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


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:
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group