| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
ask 01/09/15 19:38:05
Modified: . README
Log:
update README to explain that it doesn't actually work. :-)
Revision Changes Path
1.2 +9 -2 mod_parrot/README
Index: README
===================================================================
RCS file: /home/perlcvs/mod_parrot/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- README 2001/09/16 02:26:34 1.1
+++ README 2001/09/16 02:38:05 1.2
@@ -1,5 +1,11 @@
README for Apache mod_parrot module
+First of all; it doesn't actually work. Until Parrot has an IO sub
+system it'll be ugly to get it to print to the browser, so we didn't
+get around to that. So for now you have to run httpd with -X and
+watch the output on your terminal. Exciting, huh?
+
+
To install, first build parrot and then fix the PREFIX and the
PARROT_DIR in the Makefile. Then run
@@ -24,8 +30,9 @@
AddHandler parrot-handler .pbc
should do the trick too.
+
-To restart the server you can use
+To start the server you can use
- make hs
+ make hsd