Re: [viewvc-users] Hi team please send me the configuration setup on linux

"C. Michael Pilato" <[email protected]> Mon, 5 Aug 2013 08:01:50 -0400
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Message-ID <51FF942E.6070104__11000.617236323$1375704124$gmane$org@collab.net>
On 08/05/2013 04:50 AM, Hb_hemant wrote:
> Can u please send me the CVS setup over viewvc and apache webserver
> configuration so tat i can browse using webbrowser
> 
> i m trying it from last one month. wen i run .cgi file it displaying
> only source file
> 
> not givng ny error also :(
> 
> please send me configuration setup.

Depending on how you are trying to deploy ViewVC, you need either to add
a CGI handler for .cgi files:

  Options +ExecCGI
  AddHandler cgi-script .cgi

... or define a script alias for the viewvc.cgi script specifically.

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

Please consult the INSTALL document in the root of the ViewVC distribution.

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

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