Re: [viewvc-users] viewvc setup with subversion and apache

"C. Michael Pilato" <[email protected]> Thu, 26 Feb 2015 14:36:17 -0500
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Organization CollabNet, Inc.
Message-ID <54EF75B1.1070101__28619.4785418504$1424979397$gmane$org@collab.net>
On 02/26/2015 01:39 PM, Kay Ibrahim wrote:
> Hi,
> I installed subversion 1.8.11 and apache (httpd-2.4.10). After the
> installation of the svn and apache, I decided to install
> viewvc.-1.1.23. I completed the installation of the viewvc by editing
> the viewvc.conf  and hhtpd.conf as in the viewVC INSTALL file.
> When I tried to access my svn repository via IE/Mozilla browser using
> something like the following url: http://zyz.bit.com:10900/viewvc , I
> get the below: Please help.
> #!/usr/bin/python
> # -*-python-*-
> #
> # Copyright (C) 1999-2014 The ViewCVS Group. All Rights Reserved.
> #
>
[...]

It looks as though Apache doesn't recognize the viewvc.cgi file as a CGI
script.  Did you use the "ScriptAlias" directive to point /viewvc to the
viewvc.cgi script, or a regular "Alias" directive?  If you used the
latter, you'd also need to add something like "AddHandler cgi-script
.cgi" too.

-- 
C. Michael Pilato <[email protected]>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=3101401

To unsubscribe from this discussion, e-mail: [[email protected]].