X-Recipient: archive-cygwin@delorie.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:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=dWWKJf8gn+J/EUffyKjpTRnsQGoNpX
	S5qzCBfrroC52m2hSDMMKtN4kX14dkVax1wHxO7FT2jatwm21i6rnKaOKK0aFo2I
	xnUFZQporXU9/MPBgh55j8yKJnu9faqZVmUDRDKvBYceCka4ccBGqvSS0vmpe3DB
	X/5764dMkqT78=
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:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=kNxxlpCz5pfHGG92qXPjGxzIVkE=; b=v/8y
	jkDhnbW9iJMSQjgwsCzw/QLmA/KcOtN1PePKob++3wDumbPciMOx7yp/cheoqWsn
	HmdpBnHAhZiY4U2ZeYR+lmIKeKJQq64y+sz3nmuBeHTbn9d2eolJoZeRL/+UvNlf
	XcJvNCoIgE7TGzmIU22my9AthNT0BrfRHVOCwiw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,T_FSL_HELO_BARE_IP_2 autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Andrew DeFaria <Andrew@DeFaria.com>
Subject: Re: Setting up Apache2 with mod_perl and Apache2::AuthCookieLDAP
Date: Wed, 07 May 2014 19:39:40 -0700
Lines: 37
Message-ID: <lkeqpc$msr$1@ger.gmane.org>
References: <53691F19.1080606@audience.com> <536ACBEC.7000409@etr-usa.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
In-Reply-To: <536ACBEC.7000409@etr-usa.com>
X-IsSubscribed: yes

On 5/7/2014 5:12 PM, Warren Young wrote:
> On 5/6/2014 11:42, Andrew DeFaria wrote:
>>
>> Adefaria-lt:cygrunsrv -I httpd2 -d 'CYGWIN Apache2' -p
>
> This may be your problem.
>
> While poking around in /usr/sbin, I found httpd2-config, which is 167
> lines long, so it must be doing something fairly clever.
>
> I tried it, and Cygwin Apache is running as a service on my box now.

Actually it's not that clever but it does install the service. My 
problem was slightly different. See 
https://sourceware.org/ml/cygwin/2014-05/msg00142.html

> I still think you're begging for trouble by building new software on top
> of mod_perl in 2014, though. :)

I'm tempted to say: "I'm a consultant and trouble rarely follows me" ;-) 
however I am also a professional. Still I do what my client asks me to 
do. The client didn't even ask me to use mod_perl! In fact they don't 
use it but wanted to start (that's how far behind they are(?)).

I don't even understand why I need mod_perl at all... I just want to 
authenticate via LDAP to the Active Directory domain server. I set up 
the basic authentication using LDAP/Active Directory authentication but 
the boss is saying he'd like it make it more convenient for the 
engineers and use cookies so they don't have to log in every time they 
restart their browser. I looked up about authentication and cookies and 
that led me to Apache2::AuthCookieLDAP, which is pulling in the whole 
mod_perl thing...

... You're in a twisty maze of dependencies, all different...
-- 
Andrew DeFaria
http://defaria.com


--
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

