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/