swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 337c9a542dbcc1ce376794ef16fbe6bfe47edb12
parent 0165b4288c2fe9f81bce9f514aafc6b57cefc223
Author: uriel@soma <unknown>
Date:   Tue, 14 Jul 2009 22:54:28 +0000

Mention required lighttpd modules in docs.
Diffstat:
Msites/werc.cat-v.org/docs/web_server_setup/lighttpd.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

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