# HG changeset patch # User uriel@soma # Date 1247612068 0 # Tue Jul 14 22:54:28 2009 +0000 # Node ID be69f93e942ce6de538e724f50cbdae7fc15d40b # Parent 4e50a5b6cafd5f192f31e74155a94565fb6caf83 Mention required lighttpd modules in docs. 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 --- 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.