# HG changeset patch # User Paul Issott # Date 1488918240 0 # Node ID cc1f3876e6732b5457b20a6be2968a25e395b149 # Parent 58aea7b2f30783a77c2b138b4cff9ffc14556f09 Tiny edits diff -r 58aea7b2f307 -r cc1f3876e673 tools/lighttpd.conf --- a/tools/lighttpd.conf Tue Mar 07 11:36:16 2017 +0100 +++ b/tools/lighttpd.conf Tue Mar 07 20:24:00 2017 +0000 @@ -89,7 +89,7 @@ #compress.cache-dir = "/var/cache/lighttpd/compress/" #compress.filetype = ("text/plain", "text/html") -# CGI module. You can install Perl and assign .pl and .cgi script +# CGI module. You can install Perl and assign .pl and .cgi scripts # to /usr/bin/perl or Python: ".py" => "/usr/bin/python" $HTTP["url"] =~ "/cgi-bin/" { cgi.assign = ( @@ -118,7 +118,7 @@ # # If you want name-based virtual hosting load mod_simple_vhost. # -# You can directly put vhost in this file or use a sepate one for all +# You can directly put vhost in this file or use a separate one for all # virtual hosting. # #include "vhosts.conf" @@ -126,7 +126,7 @@ # Example.org # #$HTTP["host"] =~ "(^|\.)example\.org$" { - #server.document-root = "/home/vhost/exemple.com/public" - #server.errorlog = "/home/vhost/exemple.com/error.log" - #accesslog.filename = "/home/vhost/exemple.com/access.log" + #server.document-root = "/home/vhost/example.com/public" + #server.errorlog = "/home/vhost/example.com/error.log" + #accesslog.filename = "/home/vhost/example.com/access.log" #}