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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=RDP c4LttS8C0s63NNlTkp1+q7hGeaEAfSLrhUAxeL/pLykHXEBx4B1qL7nvNPo03qCk 8iOfl4UFlWcBThj/PGwjVPSn7VjsSJfmNiPkkXUIRFwWGR4cRzYe5sLIOQMo82tr qLcahZueHPkoVReL2SVev7Rgh9o9yYL1lxZmKEVQ= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=P8aQKmj41 329ifEynZUHs9GxCGw=; b=SKylLJpuhjQx5LAtRdwEMH1StC0lrvE9Et58qZEf1 gFqbCVgFTRgW6lOv2c/48y5omH3ZB/gm0MtibPbROxmLUQVNr663LZTJ3l5oCp2z LCJ9ixLJw/A3JTVJJ/6pCiwVwPHg7s760IMpxAr7GFnO94mXxOfIQ/fcmr8TaZK0 3s= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS,T_FILL_THIS_FORM_SHORT autolearn=no version=3.3.2 spammy=Automatic, jquery, sshd, Display X-HELO: mail-wm0-f68.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=nom4dPcnemb+G8x2f+V2n43EnEwF34epshS6XZ2fUBc=; b=ZZbfqVd8lNOXlKdIbY5be+TOr1met2qNzrZ/uhI4e4DPvAoP6+GPcswQA/fRlkJtOd XikaZR2TXeJ27ZFsiV6cMWcSz+RIwdQLhh9SMmbNWYEHV5B3U7BC8PUfcH2gAI3A6XHm sF5+ZvLqKl30XhdDlAO+BbgdShb/R6ovytX8l9VhymeRzKifin+2psoBVBSiOjqfTFOp a9LbyoYPm+I4HzD323BJTgN/S+amy8lgDeCuzhiaCbozBoo3cqpCa2hM4EARYqaEJrOZ 9vwPlmJ2hU0podJqeA56r2eCnCs5Q7P6atzS0MgISK+Zle8XlIfIFSEZ8JEyC5tyWoQj X4Dw== X-Gm-Message-State: ABUngvcEK1V9iuoH4m8DRWt453jScpgaLurGHQSIuJ4aZpTjT9tNJr0aApTXZ3zNYUZvyw== X-Received: by 10.28.4.200 with SMTP id 191mr2137170wme.23.1479198240060; Tue, 15 Nov 2016 00:24:00 -0800 (PST) To: cygwin AT cygwin DOT com From: Klaus Musch Subject: httpd-service is blocked and also blocks cygwin terminal Message-ID: Date: Tue, 15 Nov 2016 09:24:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hello, I have a problem with blocking requests to the httpd-service since some months. And the most surprising thing: As long as the httpd-service is blocked, I can't open a cygwin terminal. Start of the terminal is also blocked. As soon as I stop the httpd-service, the terminal appears. I did a fresh installation of cygwin and deleted all NT-users created by cygwin before, but the problem is still there. These are the services I have running: Service : cygserver Display name : CYGWIN cygserver Current State : Running Controls Accepted : Stop Command : /usr/sbin/cygserver stdin path : /dev/null stdout path : /var/log/cygserver.log stderr path : /var/log/cygserver.log Process Type : Own Process Startup : Automatic Account : LocalSystem Service : httpd Display name : CYGWIN Apache HTTP Server Current State : Stopped Command : /usr/sbin/httpd.exe -DNO_DETACH -k start stdin path : /dev/null stdout path : /var/log/httpd.log stderr path : /var/log/httpd.log Environment : CYGWIN="" Process Type : Own Process Startup : Automatic Account : LocalSystem Service : sshd Display name : CYGWIN sshd Current State : Running Controls Accepted : Stop Command : /usr/sbin/sshd -D stdin path : /dev/null stdout path : /var/log/sshd.log stderr path : /var/log/sshd.log Environment : CYGWIN="binmod ntsec" Process Type : Own Process Startup : Automatic Dependencies : tcpip Account : .\cyg_server I seems only to happen when having PHP and jquery in the HTML-file. Pure HTML-files seems to work. The first call of the HTML-file always works. But at the latest the tenth call of the page leads to the block. The httpd-service simply never comes back. The jquery function "$( document ).ready" never gets executed, so I think the page is never loaded by the httpd-service. Any hint? Thanks Klaus -- 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