PHP support is now production ready.
I use it to serve PostfixAdmin for my mail servers.
The implementation works by capturing requests and serving them by sending a request to a FastCGI server at a provided location (such as a UNIX socket or UDP port). Then, the body is returned if no errors were reported.
Usage
Mount the
PHP extension. Now,
all queries ending in .php
will be redirected to the FastCGI server at
connection
. You can add additional predicates for capturing pages to be served
by PHP.
Also consider the
working directory version
of the mount_php
function. It allows for PHP usage on a limited route on your
web application.
Some of these features are not available before v0.4.0.
WordPress
WordPress should work without any further work.
If you’re using Kvarn search, enable
the Options::index_wordpress_sitemap
flag to automatically index the sitemap
supplied by WordPress.