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'
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
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
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".
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