File: README.mod_perl

package info (click to toggle)
cricket 1.0.5-19
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,936 kB
  • sloc: perl: 8,276; ansic: 329; sh: 162; makefile: 63; sql: 16
file content (20 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Instructions from Andrew Shugg <andrew@neep.com.au> on using cricket
with mod_perl on Debian:

  To allow cricket to run under mod_perl in a standard Debian setup, the
  following needs to be done:

  o add the 'www-data' user to the 'cricket' group (eg use vigr)
  o add the following lines to /etc/apache/httpd.conf
      <Location /cgi-bin/cricket/>
          SetHandler perl-script
          PerlHandler Apache::Registry
      </Location>
  o restart Apache (while a simple reload will pick up the change to
    the conf file, the server children need to be killed and fresh ones
    started in order to pick up the change to the www-data user)


 -- Matt Zimmerman <mdz@debian.org>

$Id: README.mod_perl,v 1.2 2002/05/14 00:51:01 mdz Exp $