Re: [viewvc-dev] view vc icon display

"C. Michael Pilato" <[email protected]> Wed, 20 Mar 2013 10:08:37 -0400
Newsgroups gmane.comp.version-control.cvs.viewcvs.devel
Organization CollabNet, Inc.
Message-ID <5149C2E5.6010403__45607.3187677704$1363788554$gmane$org@collab.net>
------=_Part_2840_644664958.1363788522410
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On 03/20/2013 09:32 AM, Brian Windle wrote:
> Fairly simple topic that I can not find the answer for. I have RH running
> viewvc and rancid. Seem that logos are pointing to viewvc-static and ther=
e
> is no directory for them. Furthermore the httpd.conf and viewvc.conf does=
n=E2=80=99t
> have it either.
>=20
> What am I missing here?

It seems you're missing the httpd.conf stuffs for the "viewvc-static" locat=
ion.

If ViewVC is expecting to find icons at, say,
"/viewvc-static/images/logo.png", then you need to do one of two things:

1.  Setup an alias in httpd.conf that maps "/viewvc-static" URLs to some
    other disk location.  It might look something like this:

       Alias /viewvc/static /usr/local/viewvc/templates/default/docroot

2.  Tell ViewVC to stop trying to use a static docroot by commenting out
    the "docroot" option in your viewvc.conf.

Approach #1 will lead to faster page load times at a lower system load,
though, as Apache will serve static content straight from disk rather than
indirectly through the ViewVC application stack (Python, CGI, etc.).

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

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=3D4251&dsMessageId=3D3=
051532

To unsubscribe from this discussion, e-mail: [[email protected]=
.org].
------=_Part_2840_644664958.1363788522410
Content-Type: application/pgp-signature; name=signature.asc
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=signature.asc
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJRScLlAAoJEPXg8AH+aBMz4ZsP/2eGtCqGeAclrDU+vPABmX7w
VakyBH8Lv6kRBOG97D2EBMfCXyfJPwWnM5+8+mW6KBFRCmiZhR7qm0HBZcOCE8ex
n11Yf9h9TwfM/bSRgr+S86MIGtE7ttpcSGjeMWTR/LElMGKcLv8bl7XM/sgoTpq4
mw+7Jua7AgAIMyCAsgYisSLCRScAldyP2LAf0zDiaJeIi+kkYMURuppv6UgDJagK
8ltB36FEtP8cN89mGoFoFhnUSYOf+qso4zGhirRyDMyIAxh4KiRK1Wk6P1g45S5u
U0jiqqrXKQ7tWXrBN6SciwRhEEjYVASomZKUz42Ax+IMGvJSfNt5q8LzHNisr5Sq
xNeBKd557DQgAjef5c7/IDYQo3pf6uESTcEVeFPlWzAmriCFnuK6wdqKUfpO83oR
5X8EIyc+bhHLfiKUHaQ46Rygr/k0dA2hmc0sB2xRsQ7FbQ4VtUsNe+7YNxEv4E41
0ZiT1ao+X5GpmgNQCskSn/EjAXi7NxRGZIfDnJeuqEepi0OtxaiYoxRP+09ZAhb/
9wcgPkPhP74EAN6XMdo8bN278o7m+4sRFftUiH26pBct5VOboAwUlc7bFNUjCV5C
o1WVF6p/uboMeQZOXVT4ZgmxyPIFKPiaJU49C/AbRp1fnx1N84hHfncfIvgDXBsR
DQySXyEX5f+FPfvaCrG8
=a1+S
-----END PGP SIGNATURE-----

------=_Part_2840_644664958.1363788522410--