| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Marc Girod <marc DOT girod AT gmail DOT 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 DOT 20080306T145353-726 AT post DOT gmane DOT org> <loom DOT 20080306T151428-88 AT post DOT gmane DOT org> <loom DOT 20080306T165027-141 AT post DOT gmane DOT org> |
| Mime-Version: | 1.0 |
| 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: | <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 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |