From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id AD44521F3B5 for ; Mon, 28 Jul 2014 20:55:16 -0700 (PDT) Received: by mail-qa0-f41.google.com with SMTP id j7so8758997qaq.0 for ; Mon, 28 Jul 2014 20:55:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=IjvmKG0Kgs9oFf9ugFx40K6ojKed00v4PXVerNpwUic=; b=GzAmeOC9oDdjIYmga/2t4L8husVbRdD6ioSlvAk5FR2fljyhWQn3rDkih5pH3LRW6Q A7Rk1dot6iiEZaGVRk9n07zdiG5XmGa/zbF6TZ38gCdVIIzQ8Vbv2R0In77KxxEl8OmG s8ZhQWYKkg8PqoMnODbzox07WknVfJ6THDmOd2xiJq7mo9U9GQXjHtQhTsMBAGbRyXXX YN4v+m0ju364+biHRZO13/Da+rX+LWb/dV08nvNY/7qAww4s3fPy9E/Lluvi7VN70XQ2 yKUkP48jvNkqvsxGKYLbg7+hIq0L0rd7vPcb2ahvmXevQoxxUFQk0LpRMPP28pmWuOoo WcoQ== X-Received: by 10.224.128.9 with SMTP id i9mr66487756qas.50.1406606114868; Mon, 28 Jul 2014 20:55:14 -0700 (PDT) Received: from William-Strangs-MacBook-Pro-2.local (pool-173-79-225-215.washdc.fios.verizon.net. [173.79.225.215]) by mx.google.com with ESMTPSA id c2sm26836831qac.29.2014.07.28.20.55.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jul 2014 20:55:13 -0700 (PDT) Message-ID: <53D71B1F.10101@gmail.com> Date: Mon, 28 Jul 2014 23:55:11 -0400 From: Will Strang User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: cerowrt-devel@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Cerowrt-devel] lighttpd.conf error in cerowrt-3.10.50-1 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2014 03:55:17 -0000 lighttpd won't start up in cerowrt-3.10.50-1, because: In /etc/lighttpd/lighttpd.conf, the server.modules list includes: "mod_simple_vhost" There is no such .so in /usr/lib/lighttpd, and nothing like that in the opkg list. I commented "mod_simple_vhost" out, and lighttpd started up, making luci usable. Will Strang