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

RE: Viewvc is not working as expected.

From: Giulio Troccoli <giulio.troccoli_at_uk.linedata.com>
Date: Tue, 29 Sep 2009 08:43:31 +0100

The only difference with mine is that I have ScriptAlias without the trailing / and that I have a Directory section.

ScriptAlias /viewvc "/usr/local/viewvc/bin/cgi/viewvc.cgi"

<Directory "/usr/local/viewvc/bin/cgi/viewvc.cgi">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

And please, do not top post and do not send HTML emails

________________________________

        From: Patricia A Moss [mailto:pmoss4_at_csc.com]
        Sent: 28 September 2009 16:32
        To: Giulio Troccoli
        Cc: users_at_subversion.tigris.org
        Subject: RE: Viewvc is not working as expected.
        
        

>Show us the content of the httpd.conf (the relevant viewvc part of it of course)

        
        <IfModule alias_module>
            #
            # Redirect: Allows you to tell clients about documents that used to
            # exist in your server's namespace, but do not anymore. The client
            # will make a new request for the document at its new location.
            # Example:
            # Redirect permanent /foo http://www.example.com/bar <http://www.example.com/bar>
        
            #
            # Alias: Maps web paths into filesystem paths and is used to
            # access content that does not live under the DocumentRoot.
            # Example:
            # Alias /webpath /full/filesystem/path
            #
            # If you include a trailing / on /webpath then the server will
            # require it to be present in the URL. You will also likely
            # need to provide a <Directory> section to allow access to
            # the filesystem path.
        
            #
            # ScriptAlias: This controls which directories contain server scripts.
            # ScriptAliases are essentially the same as Aliases, except that
            # documents in the target directory are treated as applications and
            # run by the server when requested rather than as documents sent to the
            # client. The same rules about trailing "/" apply to ScriptAlias
            # directives as to Alias.
            #
            ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
            ScriptAlias /viewvc/ "/usr/local/viewvc-1.0.7/bin/cgi/viewvc.cgi"
            ScriptAlias /query/ "/usr/local/viewvc-1.0.7/bin/cgi/query.cgi"
        </IfModule>
        
        
        Linedata Services (UK) Ltd
        Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
        Registered in England and Wales No 3027851 VAT Reg No 778499447
        
        
________________________________

        
        
        From: Patricia A Moss [mailto:pmoss4_at_csc.com <mailto:pmoss4_at_csc.com> ]
        Sent: 28 September 2009 15:58
        To: users_at_subversion.tigris.org
        Subject: Viewvc is not working as expected.
        
        
        I have Subversion 1.6.5 installed; Apache 2.2.11 installed. I have the mod_dav_svn installed as well as python.
        I followed the install instructions sent with the viewvc-1.0.7 package. I made the necessary changes to my viewvc.conf file as well as my httpd.conf file.
        I can access the repository that is referenced in the viewvc.conf file. I ran the simple viewvc test: /usr/local/viewvc-1.0.7/bin/standalone.py -h 'cscsvlway003' /disk01/home/testrepo/ and was successfully able to access that url. But If I try to access the url: http://<servername>/viewvc, I get the following:
        Internet Explorer cannot display the webpage
           
          Most likely causes:
        You are not connected to the Internet.
        The website is encountering problems.
        There might be a typing error in the address.
        I don't understand what I am missing. Can someone help me troubleshoot this please? Thank you.
        
        PATI MOSS
        System Engineer Sr. Professional
        CSC

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2401493

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-29 09:44:35 CEST

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.