Helmut Zeilinger wrote:
Hi,

i tested MP 1.99_13 with Perl 5.8.3 and got the same result - none
of the tests succeeded / no access to httpd (still empty t/logs/access_log).

OK, let's try the debug-by-proxy technique ;)


once you have build mod_perl 1.99_13 and ready to run 'make test' please run:

  killall httpd
  t/TEST -start

(i assume that your httpd is called 'httpd; ;)

show us the output of:

ps auxc | grep httpd

now run:

t/TEST -ping

now run:

t/STOP

now run:

APACHE_TEST_DEBUG_LWP=1 t/TEST -v t/modules/cgi.t

actually the last step is probably all we need to debug this problem, how didn't I think about it in first place.


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to