X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Marc Girod <marc.girod@gmail.com>
Subject:  Re: Trying to install =?utf-8?b?bW9kX3Blcmw=?= on apache2
Date: Thu, 6 Mar 2008 17:11:02 +0000 (UTC)
Lines: 30
Message-ID:  <loom.20080306T170448-552@post.gmane.org>
References:  <loom.20080306T145353-726@post.gmane.org> <loom.20080306T151428-88@post.gmane.org> <loom.20080306T165027-141@post.gmane.org>
Mime-Version:  1.0
Content-Type:  text/plain; charset=us-ascii
Content-Transfer-Encoding:  7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
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

Hi...

Marc Girod <marc.girod <at> gmail.com> writes:

> Now, what do I do with mod_perl?

Speaking to myself, it seems?
Well... I must keep you up-to-date in case you decided to help me!

It looks I cannot skip using the apache sources.
This is where the makefile attempts to start httpd (just one macro
expanding to empty).

The makefile rule is:

start_httpd: test_pre_init
	@(cd t/conf; test -f httpd.conf || cp httpd.conf-dist httpd.conf)
	@(cd t/net; test -f config.pl || cp config.pl.dist config.pl)
	@$(TOUCH) t/conf/srm.conf
	$(APACHE_SRC)/$(HTTPD) -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
	@echo httpd listening on port $(PORT)
	@echo will write error_log to: t/logs/error_log
	@echo "letting apache warm up...\c"
	@sleep 2
	@echo done

which means that I may still hope to give a sensible value to the macros...
I need anyway to pass the cygrunsrv spell one way or an other.

Marc


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

