From 0685513d9b373f821a87133b9625f5a20861cc46 Mon Sep 17 00:00:00 2001 From: uriel Date: Tue, 14 Jul 2009 22:54:28 +0000 Subject: [PATCH] Mention required lighttpd modules in docs. --- sites/werc.cat-v.org/docs/web_server_setup/lighttpd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites/werc.cat-v.org/docs/web_server_setup/lighttpd.md b/sites/werc.cat-v.org/docs/web_server_setup/lighttpd.md index 4d41dfa..d3ff48f 100644 --- a/sites/werc.cat-v.org/docs/web_server_setup/lighttpd.md +++ b/sites/werc.cat-v.org/docs/web_server_setup/lighttpd.md @@ -1,6 +1,10 @@ Setup werc with lighttpd ======================== +You will need to enable to the following modules: `mod_cgi`, `mod_alias` and `mod_rewrite` (for non-minimal configurations). + +You can also find `mod_setenv` useful to change werc's environment ($PATH in perticular) + Minimal setup ------------- This is the most minimal setup, for a single domain, and lets werc handle static files.