diff options
author | http://davide.viti.myopenid.com/ <http://davide.viti.myopenid.com/@web> | 2009-06-08 03:33:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-06-08 03:33:30 -0400 |
commit | 331cc6cca10cc01dd9730865c5078a24be3deedb (patch) | |
tree | 79713f76a7177f5cdbf0e4f1661a47559a135a3d /doc/tips | |
parent | f839d996949c568db6f1123b1e2001f3a2855513 (diff) |
Instructions to allow .cgi files to execute from anywhere using boa webserver
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/dot_cgi.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
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 |