X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Marc Girod 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: References: 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 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 Hi... Marc Girod 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/