Re: [viewvc-users] trouble installing viewvc
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <[email protected]> |
On 03/25/2011 12:00 PM, fachhoch wrote:
> I am trying to install viewvc ,I followed the instructions and edited the
> httpd.conf file but when I access my site url an append viewvc I get http
> 404 error.
> Please help me troubleshoot the problem.
> I followed instruction from this site
>
> http://linuxadminzone.com/download-install-and-configure-viewvc-for-subversion/
>
> where can I see the logs to see problems with my changes ?
The location of your Apache webserver logs is something I can't tell you.
Maybe /var/log/apache? Maybe /usr/local/apache2/logs? I'm really not sure.
Some newer versions of Apache require a bit more configuration than what the
referenced article tells you. For example, on my system, I need to have
this in httpd.conf to allow browsing access to ViewVC:
<Directory /usr/local/viewvc-1.2-dev>
Order allow,deny
Allow from all
</Directory>
I would suggest reading through the INSTALL file that ships in the top-most
directory of the ViewVC tarball and checking your installation procedure
against what it recommended therein. Maybe you missed a step?
--
C. Michael Pilato <[email protected]>
CollabNet <> www.collab.net <> Distributed Development On Demand
------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2715025
To unsubscribe from this discussion, e-mail: [[email protected]].
signature.asc
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk2SA/4ACgkQokEGqRcG/W7m5QCfU0wfe2yNwCXqO+sWijnIVVNj 8IAAoJDOm6qyrZ+0fApR8W4fByiBIu2l =IU09 -----END PGP SIGNATURE-----