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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=gqcyBpc3KDNFefS8hHo2EhBmDRpTOQ9BvCL0f9kj8N7 NA+kV9sXqVaNk3DGko0ReMn1u0qgbLOUxTEX7waL5mezIEB2q7iUE3IRzePX+6nj Ts1cenwkVinvCIaVRZuX2WZ4g9kTEyk9CpmCE7yqVzpTYlYLHtN+d74sClGsZ1y8 = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=NcZhC1b/8INs1o9y+eiwLyAQKJo=; b=nRQIK9Nz5XN38aygz olekoL27cB3zNXKhImpR2D1XdB13MhmTaZH4/71vkB78p4xKdZuVQfKcp98qZCck PEaS4eOWJ0zaWdFVGJfhxy0k2ppcjtEbB8p+eMnbtXoMvMers5VBondJrnaDEphe mxMlvmM6523IzAH9yBQ+99vJGI= 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.5 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: etr-usa.com Message-ID: <5369596E.4060902@etr-usa.com> Date: Tue, 06 May 2014 15:51:42 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Cygwin-L Subject: Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP References: <53691F19 DOT 1080606 AT audience DOT com> <536938EE DOT 7090201 AT etr-usa DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/6/2014 15:10, Andrew DeFaria wrote: > > Yeah thanks for all of that but really my real goal was just to get > Apache2::AuthCookieLDAP working. Plack::Middleware::Auth::Basic supports LDAP auth: http://goo.gl/O7RHgp > Personally I prefer Cygwin Apache because all of the pathing then can be > POSIX-like and can easily port to Linux systems later on. Plus Cygwin's > Perl is, IMHO, far superior to ActiveState. The two issues are actually separate. There's nothing making you use ActiveState Perl to run a PSGI app front-ended by native Windows Apache. PSGI apps behind a reverse proxy simply present an HTTP interface to the proxy. As far as the proxy server knows, the app providing that interface could be built in F#. (Why F#? Another new favorite tool, and about as different from Perl as you can get. :) ) > However I had set up Apache2 as a Windows service before so I know it's > doable. I just forget how to do it! ;-) I thought it was just to specify > -k or perhaps -DNO_DETACH or something like that... Did you try -F? http://comments.gmane.org/gmane.os.cygwin/60331 -- 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