import FCGI-ProcManager 0.12 from CPAN
[catagits/FCGI-ProcManager.git] / README
CommitLineData
0baf5fac 1$Id: README,v 1.3 2000/11/15 20:14:56 muaddib Exp $
2
3General Information
4-------------------
5
6FCGI-ProcManager is a process manager for FCGI.
7
8more info later.
9
10Installation
11------------
12
13FCGI-ProcManager is expected to compile and run on all systems which
14support normal UNIX fork/wait semantics. FCGI-ProcManager is known to
15compile and run on the following systems:
16
17 - Linux (2.0.x, 2.1.x, 2.2.x, 2.3.x)
18 - Solaris (2.5.1, 2.6, 2.7)
19 - Digital UNIX 4.0
20 - NetBSD 1.4
21
22Full installation instructions can be found in the INSTALL file.
23To build,
24
25 perl Makefile.PL
26 make all
27 make install
28
29Usage
30-----
31
32More info here later.
33
34
35Copyright
36---------
37Copyright (c) 2000, FundsXpress Financial Network, Inc.
38
39
40Disclaimer
41----------
42
43This library is free software released "AS IS WITH ALL FAULTS"
44and WITHOUT ANY WARRANTIES under the terms of the GNU Lesser
45General Public License, Version 2.1, a copy of which can be
46found in the "COPYING" file of this distribution.
47
48
49James Jurach <muaddib@erf.net>