Diff for /elwix/config/etc/default/lighttpd/conf.d/simple_vhost.conf.sample between versions 1.1 and 1.2

version 1.1, 2013/10/14 15:19:38 version 1.2, 2014/01/05 23:14:25
Line 0 Line 1
   #######################################################################
   ##
   ##  Simple Virtual hosting 
   ## ------------------------ 
   ##
   ## http://www.lighttpd.net/documentation/simple-vhost.html
   ##
   server.modules += ( "mod_simple_vhost" )
   
   ##  If you want name-based virtual hosting add the next three settings and load
   ##  mod_simple_vhost
   ##
   ## document-root =
   ##   virtual-server-root + virtual-server-default-host + virtual-server-docroot
   ## or
   ##   virtual-server-root + http-host + virtual-server-docroot
   ##
   simple-vhost.server-root   = vhosts_dir + "/"
   simple-vhost.default-host  = "default.example.com"
   simple-vhost.document-root = "/htdocs/"
   
   ##
   ## Print some errors for finding the document-root
   ##
   #simple-vhost.debug = "enable"
   
   ##
   #######################################################################

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>