Re: [PATCH] Re: Apache::Test problem

2009-08-21 Thread Fred Moyer
On Fri, Aug 21, 2009 at 7:51 AM, Torsten Foertsch wrote: > On Fri 21 Aug 2009, Torsten Foertsch wrote: >> I think the whole reconfig thing should be skipped >> with -run-tests. > > How about the enclosed patch? I don't know enough about AT to judge. So, > please comment. Looks ok to me, but I don'

[PATCH] Re: Apache::Test problem

2009-08-21 Thread Torsten Foertsch
On Fri 21 Aug 2009, Torsten Foertsch wrote: > I think the whole reconfig thing should be skipped > with -run-tests. How about the enclosed patch? I don't know enough about AT to judge. So, please comment. Torsten -- Need professional mod_perl support? Just hire me: torsten.foert...@gmx.net Ind

Apache::Test problem

2009-08-21 Thread Torsten Foertsch
Hi, I thought I had found an issue in t/api/add_config.t but the problem is probably AT. t/api/add_config.t creates a vhost. If I start httpd with "t/TEST -start-httpd" a new configuration is created in t/conf/apache_test_config.pm and the shows the correct vhost=>port mapping: 'TestAPI::a

Re: Apache::Test problem

2008-06-30 Thread Geoffrey Young
Torsten Foertsch wrote: Hi, I have mod_proxy_html in my httpd.conf. This requires an additional LoadFile directive to load libxml prior to LoadModule. Unfortunately the httpd.conf generated by the test framework includes the "LoadModule mod_proxy_html" but omits the "LoadFile libxml.so".

Apache::Test problem

2008-06-30 Thread Torsten Foertsch
Hi, I have mod_proxy_html in my httpd.conf. This requires an additional LoadFile directive to load libxml prior to LoadModule. Unfortunately the httpd.conf generated by the test framework includes the "LoadModule mod_proxy_html" but omits the "LoadFile libxml.so". I can solve this problem by a