seb rev 20

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Mar 07 20:24:00 2017 +0000 (2017-03-07)
parents 58aea7b2f307
children 313cfea052a5
files tools/lighttpd.conf
line diff
     1.1 --- a/tools/lighttpd.conf	Tue Mar 07 11:36:16 2017 +0100
     1.2 +++ b/tools/lighttpd.conf	Tue Mar 07 20:24:00 2017 +0000
     1.3 @@ -89,7 +89,7 @@
     1.4  #compress.cache-dir = "/var/cache/lighttpd/compress/"
     1.5  #compress.filetype  = ("text/plain", "text/html")
     1.6  
     1.7 -# CGI module. You can install Perl and assign .pl and .cgi script
     1.8 +# CGI module. You can install Perl and assign .pl and .cgi scripts
     1.9  # to /usr/bin/perl or Python: ".py" => "/usr/bin/python"
    1.10  $HTTP["url"] =~ "/cgi-bin/" {
    1.11    cgi.assign = (
    1.12 @@ -118,7 +118,7 @@
    1.13  #
    1.14  # If you want name-based virtual hosting load mod_simple_vhost.
    1.15  #
    1.16 -# You can directly put vhost in this file or use a sepate one for all
    1.17 +# You can directly put vhost in this file or use a separate one for all
    1.18  # virtual hosting.
    1.19  #
    1.20  #include "vhosts.conf"
    1.21 @@ -126,7 +126,7 @@
    1.22  # Example.org
    1.23  #
    1.24  #$HTTP["host"] =~ "(^|\.)example\.org$" {
    1.25 -  #server.document-root = "/home/vhost/exemple.com/public"
    1.26 -  #server.errorlog = "/home/vhost/exemple.com/error.log"
    1.27 -  #accesslog.filename = "/home/vhost/exemple.com/access.log"
    1.28 +  #server.document-root = "/home/vhost/example.com/public"
    1.29 +  #server.errorlog = "/home/vhost/example.com/error.log"
    1.30 +  #accesslog.filename = "/home/vhost/example.com/access.log"
    1.31  #}