[svn:mod_parrot] r322 - mod_parrot/trunk/eg/php
[email protected] Sun, 20 Jan 2008 07:42:22 -0800 (PST)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz Date: Sun Jan 20 07:42:21 2008 New Revision: 322 Modified: mod_parrot/trunk/eg/php/README Log: more doc updates Modified: mod_parrot/trunk/eg/php/README ============================================================================== --- mod_parrot/trunk/eg/php/README (original) +++ mod_parrot/trunk/eg/php/README Sun Jan 20 07:42:21 2008 @@ -2,6 +2,11 @@ the Plumhead compiler included with the Parrot distribution. Place it in your document root and configure as follows: +ParrotIncludePath /path/to/parrot/runtime/library:/path/to/mod_parrot/lib ParrotLoad ModParrot/HLL/plumhead.pbc AddType application/x-httpd-php .php ParrotAddType plumhead application/x-httpd-php + +You will also want to set the PARROT_RUNTIME environment variable to your +parrot build directory before starting Apache. You can do this on the command +line or in Apache's envvars script (found in the same directory as apachectl).