diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-12-07 12:34:22 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-12-07 12:34:22 +0100 |
commit | e0e182c5c7f3ffa4479919735da0ea28640079c3 (patch) | |
tree | e3b4bd6e7606a8ac7d55fb31f1f6e8690ee39d8a | |
parent | fc815ad4e759518c3aaa41d4058e4e71fec9f148 (diff) | |
parent | f422a8c24c8bb0803ab0aa1562ebce61917e3682 (diff) |
Merge branch 'master' of git@fucktheforce.de:blogthon
-rw-r--r-- | README | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -48,7 +48,16 @@ To finish the installation, reload Apache with 1.2) Lighttpd ============= -Coming soon... +First you have to enable cgi support for lighttp by running 'lighty-enable-mod cgi' as root. +Now create a new config in /etc/lighttpd/conf-available/ named 50-blogthon.conf or something similar with this content: + +$HTTP["host"] == "YourBlogURL" { + cgi.assign = ( ".cgi" => "/usr/bin/python" ) + index-file.names = ( "blogthon.cgi" ) +} + +Enable this config by runnung 'lighty-enable-mod blogthon' and restart lighttpd with +'/etc/init.d/lighttpd restart' as root. 2) Entries |