shithub: werc

Download patch

ref: 0f0dc4f7ec3d01526cb36ffe53fe22bc23dea0e8
parent: 915e95387c15635017926c63c7a36e2078772146
author: sl <uriel@engel.se.cat-v.org>
date: Tue Jul 14 18:54:28 EDT 2009

Mention required lighttpd modules in docs.

--- 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.