Merge branch 'master' of git@fucktheforce.de:blogthon
This commit is contained in:
commit
e0e182c5c7
11
README
11
README
@ -48,7 +48,16 @@ To finish the installation, reload Apache with
|
|||||||
|
|
||||||
1.2) Lighttpd
|
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
|
2) Entries
|
||||||
|
Loading…
Reference in New Issue
Block a user