Swap tabs for spaces
[catagits/fcgi2.git] / perl / README
index ea21c1d..50d96ee 100644 (file)
@@ -1,4 +1,4 @@
-$Id: README,v 1.5 2000/07/10 09:56:49 skimo Exp $
+$Id: README,v 1.7 2001/10/04 08:08:34 skimo Exp $
 
     Copyright (c) 1996 Open Market, Inc.
     See the file "LICENSE.TERMS" for information on usage and redistribution
@@ -30,9 +30,21 @@ perl Makefile.PL
 make
 make install
 
-If Makefile.PL finds an already installed (exported) fcgi library
-it will use that instead of the included files. Edit Makefile.PL
-if you don't want that or if it doesn't find them.
+If you want to use the (experimental) pure perl version, that
+doesn't require a compiler and currently only works on Unix,
+you have to pass the --pure-perl option as in
+"perl Makefile.PL --pure-perl".
+
+Note that the pure version does not support Window's Named Pipes.
+Support for Named Pipes is not a requirement of the FastCGI specification.
+Named Pipes are used by mod_fastcgi and the FastCGI application library as a
+replacement for Unix sockets.  mod_fastcgi uses Named Pipes on Windows (Unix
+sockets on Unix) by default (see the mod_fastcgi docs for more information).
+
+If you want the module to use a previously installed fcgi library
+instead of the included files, use the --use-installed option,
+optionally followed by the name of the directory in which it can 
+be found.
 
 To configure the library Makefile.PL will run ./configure .
 You may want to run it yourself beforehand because its findings