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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=CQbLM/pTaTSTad/gG9QjC4C3T8mrl 4Gx+d41FgEq0o+O5hPmavX5oGClX1yS794xXTujYwLom4aEcu7b6IK2HSs5X9Uul n6VDUP/zz8XcPERLtEyMWIXValpD0zyYvz9F6dVEw6RI1wxbqq3EvlZOtE7OvoK9 f+wo01umWYrz6o= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=oGiNeJos0GMlwOTkhUCY9oYSYBI=; b=t00 z9eqrpYiJoh9To+POMJ543nLhZO+flT/2D25i0Q4mXi8qtYi60cVxNWF6mOcaDpY pGDO4tLr15tzxk4eWY8a7RFqz/mwoQ+5xYi/x33SxtGwYSw8hrEtEmhxEyQhf0Ad ThC+y+MeCtEV7CoC1w7U2qwrCqIxukFrGL3/FQjo= 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.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,IMPOTENCE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=erectile, dysfunction, depression, sem X-HELO: mail-yw0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1mSw2y1lxzr8G5/swJ7DD7NUbE3DO2JSbFGMXaii+us=; b=NmyUfXzAyUDewwtdH4TirL7wBLHu52o7ZMykz6h14UD8FcN0i9CWrUUs28zY9yC2s+ Jqr35SaAXmKNbY90nQoKvMoXrWvOD0hPIaC7Es03QCAdoTaebDwAlDBiYy+t5Lo0vsQA 9eUwrwKh2iacrRCShIe/wqd/6rII1ci0vNaQxemLGz2KcvJCudwILp1ue05tDYKkZbSl TVnp5MOAGFTEGn6/t9dOEwPwCt6dZRKcKzMGNbl0Bx2AyTvleMfqrWA47r9t0pgWdAOR w4/s51mwkgjGXhAfnXttio6gnWVkvkiy01vAMCUFTs0ByKv83m+Qtz0TMahcEi0Oga5b SUEg== X-Gm-Message-State: AKaTC00YFBqUqE+ZdGN1G3UDPCYkh2asa+pgMoZdpwzdBlXsSHR0mcR+OT/CCkz/0paoJ//Rfj32eJWiwNw9Ug== X-Received: by 10.37.193.4 with SMTP id r4mr43711047ybf.56.1481247516721; Thu, 08 Dec 2016 17:38:36 -0800 (PST) MIME-Version: 1.0 From: shu Date: Fri, 9 Dec 2016 09:38:36 +0800 Message-ID: Subject: Re: httpd/sshd will not start due to "failed to create proxy mutex" error To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi , i am using "Mutex sem" if i using Mutex posixsem proxy, came out 2 errors: 1 .watchdog-callback (fixed by using Mutex sem) 2. Failed to lookup provider 'shm' for 'slotmem': is mod_slotmem_shm loaded (fixed by uncomments conf file ) I fixed it! I don't know if the fix is any good, but the server starts and serves pages. The key was this Mutex directive: https://httpd.apache.org/docs/current/mod/core.html#mutex I wound up adding this to my httpd.conf: > Mutex posixsem proxy I don't know if "posixsem" is the right choice, but it seems to work. All of the choices have warnings that make them all sound horrible: dizzyness, depression, erectile dysfunction...but we're going to try this. I'm just developing on my local system, anyway. Cheers, Matt -- 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