slitaz-forge rev 322

tank: add personnal vhost
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jul 31 12:27:03 2012 +0200 (2012-07-31)
parents 87afe4f1486d
children d4aac19525ea
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Thu Jul 26 21:12:07 2012 +0200
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Tue Jul 31 12:27:03 2012 +0200
     1.3 @@ -158,6 +158,14 @@
     1.4    accesslog.filename = "/var/log/lighttpd/pankso.access.log"
     1.5  }
     1.6  
     1.7 +# foretgeorgy.[ch|org]
     1.8 +#
     1.9 +$HTTP["host"] =~ "(^|\.)foretgeorgy\.^$" {
    1.10 +  server.document-root = "/home/pankso/vhosts/foretgeorgy"
    1.11 +  server.errorlog = "/var/log/lighttpd/foretgeorgy.error.log"
    1.12 +  accesslog.filename = "/var/log/lighttpd/foretgeorgy.access.log"
    1.13 +}
    1.14 +
    1.15  # lincolm.ch
    1.16  #
    1.17  $HTTP["host"] =~ "(^|\.)lincolm\.ch$" {