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

Re: Moved to a new Subversion server....

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Mon, 31 Aug 2009 12:21:21 -0500

Patricia A Moss wrote:
>
> >Assuming that /var/www/cgi-bin/viewvc.cgi exists and has suitable
> >permissions, you should not still be getting an error message that
> >/viewvc does not exist. Is that still what the error message says?
>
> 1. /var/www/cgi-bin/viewvc.cgi does exist and has read and executable
> rights applied to all:
> # ls -la /var/www/cgi-bin/
> total 24
> drwxr-xr-x 2 root root 4096 Aug 31 11:04 .
> drwxr-xr-x 6 root root 4096 Jul 20 10:58 ..
> -rwxr-xr-x 1 root root 1672 Aug 31 11:04 query.cgi
> -rwxr-xr-x 1 root root 1779 Jun 23 09:51 viewvc.cgi
>
> I am still getting that error in the log file.
> In looking at my httpd.conf file. It would appear that the DocumentRoot
> entry is where it is looking for this "viewvc" file. ALthough the error
> says viewvc and not viewvc.cgi, I attempted to point the DocumentRoot at
> the /var/www/cgi-bin directory to see what would happen and I still get
> the same error message:
> [Mon Aug 31 12:53:55 2009] [error] [client 20.8.230.132] File does not
> exist: /var/www/cgi-bin/viewvc

The ScriptAlias directive is not taking effect. Is it uncommented and
in the global section of the httpd.conf file? You probably can still
use /viewvc.cgi to access it with the DocumentRoot changed, or
/cgi-bin/viewvc.cgi if you have the usual ScriptAlias for /cgi-bin.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2389055
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-31 19:22:32 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.