X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-id:content-transfer-encoding :mime-version; q=dns; s=default; b=dt9raOqhNIYbtuBFwHO8JOMRCpQvs TJEXg9ueRTODY9NwQlcOlx18xa8n7sFSMBWxtBEXZtWwNt9b8cwf4B5QgsvqCzYN PL0iLSX7H0Fak48YvGY9TjUjqQjJTHgn1vS61ukAOeg+wMzR2c+gww06P7fy4Jol HTQA1r4aqMe5+g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-id:content-transfer-encoding :mime-version; s=default; bh=5CMcOzPixx4LOrHQoBMZqgWQils=; b=Tev +p1Qb724zyy/ZbFniFUnWhM2tIUEWS9uAekmW3h6LW+l0SRmxM+rjwSZqICxtQS7 9LaLnct39dcL1rO42RRYdfND5JenAosy7ye4tU7fmo89onlYUGjPp3/SfENbTnAt xXbIBp8e+uct2oGGgW5WwY5WrKNR6yJzKUdRC7eU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=browser, php, H*M:COM, UD:cygwin.com X-HELO: NAM03-DM3-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=mOXpVEQONloKIBvSTJTOY5UYHY82hE/2Dl/AQq6Utss=; b=FW/wqZP0GzAdjsY54IWKl3qYTPeRP4X9GWfekXLpI9LN6krlIHR688Et7X+WVyG1944iSdHMEnaD7WynEsUiSmSCBZYTsD7Qbbwt7YOucg5GXqh5V8ApnF894unL2alLw+BvIipQJcEG4ANZ0qDSaSxtjZnteetznOnsG6TiYRgu8OYrgpKoFpg39RfgNWoi8mccadFCxJFAlfj/GHwBYd+1SIwx4i6xICdzQoTaWM046QYghoAZGF9smdMUL2v0M8og7vGJazMLrlGxyvQdvWUioATg1LdO4gMDhLZBZyyBLORqy1QKFso2xZS37kjgw5lXIdI81RImuhb+oj9OWw== From: Alejandro Benitez To: "cygwin AT cygwin DOT com" Subject: Re: latest lighttpd (1.4.45) not working on Windows 10 Home Edition Date: Fri, 7 Dec 2018 14:13:56 +0000 Message-ID: References: In-Reply-To: Content-Type: text/plain; charset="Windows-1252" Content-ID: <99A948E40AE6184DA996887972D979F8 AT LAMP152 DOT PROD DOT OUTLOOK DOT COM> MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id wB7EEDc2027171 Hi, I'd like to add more information to the report. With the help of the IRC support channel I've managed to successfully run a build of a later version of lighttpd (v 1.4.52) which is the latest tarball available at https://www.lighttpd.net/download/ with the following build configuration `./configure --without-bzip2 --with-openssl --with-lua` The build is quite identical to the Cygwin build; I did not have to tweak my configuration files and everything worked as expected, whereas the current Cygwin package (v 1.4.45) shows the behavior I previously reported. Best regards, El 29/11/2018 a las 11:31 a.m., Alejandro Benitez escribió: > Hi, > Id like to share that the latest Cygwin lighttpd package does not work > for me on Windows 10 Home Edition. Neither 32-bit nor 64-bit package. I > had the chance to test it on both architectures because when I first ran > into this problem I was running Windows 10 32-bit on this AMD64 PC, but > later on I did a fresh install of Windows 10 64-bit; the reason for the > architecture mismatch was that PC vendor sold AMD64 PCs with Windows 7 > Starter Edition (which was 32-bit only IIRC). > Back to lighttpd: the previous version (1.4.41) does run OK with the > same config files. > I suspected the newer lighttpd might have been somehow incompatible with > v 1.4.41 config files, but I have another machine with Windows 7 64-bit > and v 1.4.45 does run OK with similar config files. > The error is non verbose: when I try to load any web page (static or > PHP) the browser just remains *loading* for a long time and later ends > with a timeout error page, whereas the previous lighttpd binary just > loads the page fast. There are no logs written in access.log error.log > or cygrunsrv.log files. > I'm not sure, but I'd guess it's a compatibility issue with Windows 10. > I have mod_access, mod_redirect, mod_rewrite, mod_magnet, mod_proxy, > mod_fastcgi (for PHP integration) enabled. > I tried accessing it at every ip (127.0.0.1, lan ip and internet ip) > where the previous version succeeds, to no avail. > The lighttpd (1.4.45) service also takes too long to stop and sometimes > it just fails to do so. > I use latest PHP packages for both v 1.4.41 and v 1.4.45 tests. > I run Windows 10 April 2018 Update or Windows 10 version 1803. > Thanks in advance, > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple