delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/04/25/19:19:04

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:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=bvW7Z09
k1nvarSFcolUuPVw0Vc1vaiG7yAkLglmw2W8BoyTXPo1/YpqQ/ccOYagODUrZRjK
yHF0SC+bF0xOl80RkIlJPps91M2lmn7xmSaqfEiRjqHfFHI+1oc6LAukTKpSX/12
AVzo3lK2IxsnQ9Im9MRkb5pLfncAGfPJuiM4=
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:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=6YJbo3vHjPwQn
ua1gHS50l0/ZXY=; b=KfND98D+8wKH9+PoiOuEuRWXHOwE4loI1FYR5rV20K4Nh
RVZfr4SvTeCMUy2Cv7OEjSzUuqvhDpxvo8mDDYFCAJgx0mqJQi3eFt+f+RHtbLhu
aj8KK+zJTgGv5F9F0CWBMKUXqUqX6NNfWfsmsVy+Mo7QP6F4Iq0EJl+lqS+uNY=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=1.0 required=5.0 tests=AWL,BAYES_40,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,IMPOTENCE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=dysfunction, erectile, Hx-languages-length:599, UD:apache.org
X-HELO: mail-yw0-f181.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:in-reply-to:references:from:date :message-id:subject:to; bh=RPiJP4MXrxEfIZq+xNG0d3rRIfsd6MiTKydCOv/i6Ho=; b=aepT02bkmNHGKdD4qj2YJ+QnyLHmL1CPHDS8hwkXqQ9hwxTGv2PArO9EgE7Y3PwysR J91EBgio9FfYTV0YEOiu72aZwn4tjnV7wPYkCfj5+aL18XdqDtJHtwYzeuyIeH+1n1L6 UZ7/9xwiwVpKYdnaXE4hNc0rMKvv3DL4QNGP20hWrF6+YeW9A6VvulL2X2oxASuLrTCE 5T/MCHKZfxAykygNxWVLzJADiR2S3ACwbAowj59vuAI3o4F0cYMLxNMN2/R5q8OlOzP8 5X/wgYoFzSRKhVAWLREQPKY+b/evuOZSoLY5pPl6er+oiwD0ZFQkbMCxxDdLwCAvhz1t KAMQ==
X-Gm-Message-State: AOPr4FWMKq86d56FuP8Rmdzuq+P0svCegYhq8W1SQ1Sc4vISpXl7VNhol1+Eh4HRRw4oTKzKXd6k4JOO+Bt0lA==
X-Received: by 10.13.202.195 with SMTP id m186mr10206901ywd.161.1461626321378; Mon, 25 Apr 2016 16:18:41 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <CA+OMFi_g3Vrj3JFzBxcu_dLLt9E1Tyzh2Yop1tqBaOy5_S-ztA@mail.gmail.com>
References: <CA+OMFi_g3Vrj3JFzBxcu_dLLt9E1Tyzh2Yop1tqBaOy5_S-ztA AT mail DOT gmail DOT com>
From: Matt Gregory <mgregory22 AT gmail DOT com>
Date: Mon, 25 Apr 2016 19:18:21 -0400
Message-ID: <CA+OMFi-XVLq7TUuB-V+zS71tCD70fCg_+hv6M6_5v=NHzO5trA@mail.gmail.com>
Subject: Re: httpd/sshd will not start due to "failed to create proxy mutex" error
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019