From 331cc6cca10cc01dd9730865c5078a24be3deedb Mon Sep 17 00:00:00 2001 From: "http://davide.viti.myopenid.com/" Date: Mon, 8 Jun 2009 03:33:30 -0400 Subject: [PATCH] Instructions to allow .cgi files to execute from anywhere using boa webserver --- doc/tips/dot_cgi.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/tips/dot_cgi.mdwn b/doc/tips/dot_cgi.mdwn index 64d7a0757..4532c84cd 100644 --- a/doc/tips/dot_cgi.mdwn +++ b/doc/tips/dot_cgi.mdwn @@ -55,3 +55,9 @@ rule that allow `ikiwiki.cgi` to be executed. **Warning:** I only use this lighttpd configuration on my development server (offline). I am not sure of how secure this approach is. If you have any thought about it, feel free to let me know. + +## boa + +Edit /etc/boa/boa.conf and make sure the following line is not commented: + + AddType application/x-httpd-cgi cgi -- 2.44.0