File: README.Debian

package info (click to toggle)
cvsweb 3%3A3.0.6-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 416 kB
  • ctags: 1
  • sloc: perl: 3,396; sh: 181; makefile: 38
file content (30 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cvsweb for Debian
-----------------

CVSWeb lives again! Development has recommenced upstream.

To get the icons and stylesheets working, you probably want to add the
following line to your web server's configuration file (for Apache):

  Alias /cvsweb/ /usr/share/cvsweb/

or

  Alias /cvsweb/css/ /usr/share/cvsweb/css/
  Alias /cvsweb/icons/ /usr/share/cvsweb/icons/

The latter case may should be used, if you want to make the path '/cvsweb'
automatically redirect to the script:

  Redirect /cvsweb http://your_server.domain/cgi-bin/cvsweb

To (really) block access to the Attic, use the following lines:
  
  <LocationMatch "/cvsweb/(.*/)?Attic(/.*)?">
     Deny from all
  </LocationMatch>

(mostly written by James Bromberger)

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Sun, 11 Jun 2006 11:24:11 +0200