aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPascal Turbing <pascal@turbing.de>2009-12-07 12:57:38 +0100
committerPascal Turbing <pascal@turbing.de>2009-12-07 12:57:38 +0100
commit3391a3671eaf4faa909e6b65e51a7dbba1a366c8 (patch)
treedc6606b218487bebea86be5ca558847e1ca08ee5 /README
parente0e182c5c7f3ffa4479919735da0ea28640079c3 (diff)
Several Stylings in zenburn and zenburn-light, lighty-README section reformatted
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index de96cc9..64a8b6f 100644
--- a/README
+++ b/README
@@ -48,16 +48,18 @@ To finish the installation, reload Apache with
1.2) Lighttpd
=============
-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:
+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.
+Enable this config by runnung 'lighty-enable-mod blogthon' and restart lighttpd
+with '/etc/init.d/lighttpd restart' as root.
2) Entries