Mention required lighttpd modules in docs. - 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: | |
M sites/werc.cat-v.org/docs/web_serv… | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/sites/werc.cat-v.org/docs/web_server_setup/lighttpd.md b/sites/wer… | |
@@ -1,6 +1,10 @@ | |
Setup werc with lighttpd | |
======================== | |
+You will need to enable to the following modules: `mod_cgi`, `mod_alias` and `… | |
+ | |
+You can also find `mod_setenv` useful to change werc's environment ($PATH in p… | |
+ | |
Minimal setup | |
------------- | |
This is the most minimal setup, for a single domain, and lets werc handle stat… |