vhost en lighttpd

Imagen de mama21mama

activamos este modulo

  1. server.modules = (
  2. "mod_redirect",
  3. )

agregamos el host

  1. $HTTP["host"] == "bayresmail.com.ar" {
  2. server.document-root = "/home/www/"
  3.  
  4. }

Fuente

legadolibre