diff options
Diffstat (limited to 'doc/tips/psgi.mdwn')
-rw-r--r-- | doc/tips/psgi.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tips/psgi.mdwn b/doc/tips/psgi.mdwn index 0d2eeefc8..d68309c9b 100644 --- a/doc/tips/psgi.mdwn +++ b/doc/tips/psgi.mdwn @@ -1,3 +1,5 @@ +[[!meta date="2010-12-12 07:33:25 +0000"]] + Here's the app.psgi file if you want to run ikiwiki with [PSGI](http://plackperl.org) instead of apache or other web servers: use Plack::App::CGIBin; |