[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: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Mon, 31 Aug 2009 09:50:06 -0500

On Aug 31, 2009, at 09:33, Patricia A Moss wrote:

> >Then perhaps it is handled via an Apache Alias directive. What kind
> of
> >Apache directives did you set up on the new server for ViewVC?
>
> My httpd.conf file has the following entry:
>
> #
> # "/usr/local/apache2/cgi-bin" should be changed to whatever your
> ScriptAliased
> # CGI directory exists, if you have that configured.
> #
> #<Directory "/usr/local/apache2/cgi-bin">
> <Directory "/var/www/cgi-bin">
> AllowOverride None
> Options None
> Order allow,deny
> Allow from all
> </Directory>
> And within /var/www/cgi-bin/ directory is a viewvc.cgi file. Is that
> the same as the viewvc file that is mentioned in the error?

According to the install documentation

http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/INSTALL

you also need the following directive:

ScriptAlias /viewvc /var/www/cgi-bin/viewvc.cgi

You may want to read through the rest of the install document and see
if there's anything else you need to do.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-31 16:51:08 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.